rtmp: set right command ID when replying to a play request
This commit is contained in:
@@ -510,7 +510,7 @@ func (c *Conn) InitializeServer() (*url.URL, bool, error) {
|
||||
ChunkStreamID: 5,
|
||||
MessageStreamID: 0x1000000,
|
||||
Name: "onStatus",
|
||||
CommandID: 4,
|
||||
CommandID: cmd.CommandID,
|
||||
Arguments: []interface{}{
|
||||
nil,
|
||||
flvio.AMFMap{
|
||||
|
||||
Reference in New Issue
Block a user