mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Refine code
This commit is contained in:
parent
92c8c0505d
commit
366d6bcb82
7 changed files with 41 additions and 12 deletions
|
@ -2767,7 +2767,7 @@ int SrsRtmpServer::identify_client(int stream_id, SrsRtmpConnType& type, string&
|
|||
}
|
||||
|
||||
// For encoder of Haivision, it always send a _checkbw call message.
|
||||
// @Remark the next message is createStream, so we continue to identify it.
|
||||
// @remark the next message is createStream, so we continue to identify it.
|
||||
// @see https://github.com/ossrs/srs/issues/844
|
||||
if (call->command_name == "_checkbw") {
|
||||
srs_info("Haivision encoder identified.");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue