forked from External/mediamtx
update gortsplib
This commit is contained in:
parent
9bc364fa21
commit
2bfdcc7d89
23 changed files with 235 additions and 280 deletions
|
|
@ -30,7 +30,7 @@ func TestMetrics(t *testing.T) {
|
|||
defer p.close()
|
||||
|
||||
track, err := gortsplib.NewTrackH264(96,
|
||||
&gortsplib.TrackConfigH264{SPS: []byte{0x01, 0x02, 0x03, 0x04}, PPS: []byte{0x01, 0x02, 0x03, 0x04}})
|
||||
[]byte{0x01, 0x02, 0x03, 0x04}, []byte{0x01, 0x02, 0x03, 0x04}, nil)
|
||||
require.NoError(t, err)
|
||||
|
||||
source := gortsplib.Client{}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue