winlin

refine code, add todo command

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