1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-12 11:21:52 +00:00

refine code, add todo command

This commit is contained in:
winlin 2013-10-25 17:35:37 +08:00
parent 24a54a40e8
commit 6d385f15a7

View file

@ -395,6 +395,7 @@ int SrsRtmp::identify_client(int stream_id, SrsClientType& type, std::string& st
return identify_fmle_publish_client(
dynamic_cast<SrsFMLEStartPacket*>(pkt), type, stream_name);
}
// TODO: identify the flash publish client.
srs_trace("ignore AMF0/AMF3 command message.");
}