mirror of
https://github.com/aler9/gortsplib
synced 2025-10-10 01:20:14 +08:00
add TrackMPV
This commit is contained in:
@@ -202,6 +202,17 @@ func TestTrackNewFromMediaDescription(t *testing.T) {
|
||||
},
|
||||
&TrackJPEG{},
|
||||
},
|
||||
{
|
||||
"mpv",
|
||||
&psdp.MediaDescription{
|
||||
MediaName: psdp.MediaName{
|
||||
Media: "video",
|
||||
Protos: []string{"RTP", "AVP"},
|
||||
Formats: []string{"32"},
|
||||
},
|
||||
},
|
||||
&TrackMPV{},
|
||||
},
|
||||
{
|
||||
"h264",
|
||||
&psdp.MediaDescription{
|
||||
|
Reference in New Issue
Block a user