mirror of
https://github.com/aler9/gortsplib
synced 2025-10-05 07:06:58 +08:00
add VLC authentication workaround
This commit is contained in:
@@ -146,7 +146,7 @@ func TestClientAuth(t *testing.T) {
|
||||
require.NoError(t, err)
|
||||
require.Equal(t, base.Describe, req.Method)
|
||||
|
||||
err = v.ValidateRequest(req, nil)
|
||||
err = v.ValidateRequest(req)
|
||||
require.NoError(t, err)
|
||||
|
||||
track, err := NewTrackH264(96, &TrackConfigH264{[]byte{0x01, 0x02, 0x03, 0x04}, []byte{0x01, 0x02, 0x03, 0x04}})
|
||||
|
Reference in New Issue
Block a user