mirror of
https://github.com/aler9/gortsplib
synced 2025-10-05 23:26:54 +08:00
change track initialization method
This commit is contained in:
@@ -74,9 +74,9 @@ func TestTracksReadSkipGenericTracksWithoutClockRate(t *testing.T) {
|
||||
trackBase: trackBase{
|
||||
control: "rtsp://10.0.100.50/profile5/media.smp/trackID=v",
|
||||
},
|
||||
payloadType: 97,
|
||||
sps: []byte{0x67, 0x64, 0x00, 0x28, 0xac, 0xb4, 0x03, 0xc0, 0x11, 0x3f, 0x2a},
|
||||
pps: []byte{0x68, 0xee, 0x01, 0x9e, 0x2c},
|
||||
PayloadType: 97,
|
||||
SPS: []byte{0x67, 0x64, 0x00, 0x28, 0xac, 0xb4, 0x03, 0xc0, 0x11, 0x3f, 0x2a},
|
||||
PPS: []byte{0x68, 0xee, 0x01, 0x9e, 0x2c},
|
||||
},
|
||||
&TrackPCMU{
|
||||
trackBase: trackBase{
|
||||
|
Reference in New Issue
Block a user