1
0
Fork 0
forked from External/mediamtx

rtmp: support clients that publish with empty metadata or no metadata (#386) (#769)

This commit is contained in:
aler9 2022-02-12 17:48:55 +01:00
parent 789a306acd
commit 983469a1f9
5 changed files with 479 additions and 329 deletions

View file

@ -142,7 +142,7 @@ func TestRTMPServerAuth(t *testing.T) {
err = conn.ClientHandshake()
require.NoError(t, err)
_, _, err = conn.ReadMetadata()
_, _, err = conn.ReadTracks()
require.NoError(t, err)
})
}