mirror of
https://github.com/bluenviron/mediamtx
synced 2024-12-26 00:22:16 +00:00
rtmp client: fix play command id
This commit is contained in:
parent
d4945ab7bc
commit
59391a4366
@ -237,7 +237,7 @@ func (c *Conn) InitializeClient(u *url.URL, isPublishing bool) error {
|
||||
ChunkStreamID: 4,
|
||||
MessageStreamID: 0x1000000,
|
||||
Name: "play",
|
||||
CommandID: 0,
|
||||
CommandID: 3,
|
||||
Arguments: []interface{}{
|
||||
nil,
|
||||
actionpath,
|
||||
|
@ -130,7 +130,7 @@ func TestInitializeClient(t *testing.T) {
|
||||
ChunkStreamID: 4,
|
||||
MessageStreamID: 0x1000000,
|
||||
Name: "play",
|
||||
CommandID: 0,
|
||||
CommandID: 3,
|
||||
Arguments: []interface{}{
|
||||
nil,
|
||||
"",
|
||||
|
Loading…
Reference in New Issue
Block a user