From 6d385f15a7ff50d123ff84d59e5cfd362f004fa4 Mon Sep 17 00:00:00 2001 From: winlin Date: Fri, 25 Oct 2013 17:35:37 +0800 Subject: [PATCH] refine code, add todo command --- trunk/src/core/srs_core_rtmp.cpp | 1 + 1 file changed, 1 insertion(+) 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."); }