diff --git a/trunk/src/core/srs_core_rtmp.cpp b/trunk/src/core/srs_core_rtmp.cpp index 30d6142ab..f98726c58 100755 --- a/trunk/src/core/srs_core_rtmp.cpp +++ b/trunk/src/core/srs_core_rtmp.cpp @@ -395,6 +395,7 @@ int SrsRtmp::identify_client(int stream_id, SrsClientType& type, std::string& st return identify_fmle_publish_client( dynamic_cast(pkt), type, stream_name); } + // TODO: identify the flash publish client. srs_trace("ignore AMF0/AMF3 command message."); }