mirror of
https://github.com/ossrs/srs.git
synced 2025-02-15 04:42:04 +00:00
refine code, add todo command
This commit is contained in:
parent
24a54a40e8
commit
6d385f15a7
1 changed files with 1 additions and 0 deletions
|
@ -395,6 +395,7 @@ int SrsRtmp::identify_client(int stream_id, SrsClientType& type, std::string& st
|
||||||
return identify_fmle_publish_client(
|
return identify_fmle_publish_client(
|
||||||
dynamic_cast<SrsFMLEStartPacket*>(pkt), type, stream_name);
|
dynamic_cast<SrsFMLEStartPacket*>(pkt), type, stream_name);
|
||||||
}
|
}
|
||||||
|
// TODO: identify the flash publish client.
|
||||||
|
|
||||||
srs_trace("ignore AMF0/AMF3 command message.");
|
srs_trace("ignore AMF0/AMF3 command message.");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue