mirror of
https://github.com/aler9/gortsplib
synced 2025-10-05 07:06:58 +08:00
support KLV tracks (#808)
Co-authored-by: aler9 <46489434+aler9@users.noreply.github.com>
This commit is contained in:

committed by
GitHub

parent
ff94dc956b
commit
e02c447868
@@ -1194,6 +1194,19 @@ var casesFormat = []struct {
|
||||
"TP-LINK/90000",
|
||||
nil,
|
||||
},
|
||||
{
|
||||
"application klv",
|
||||
"v=0\n" +
|
||||
"s=\n" +
|
||||
"m=application 0 RTP/AVP 97\n" +
|
||||
"a=rtpmap:97 smtpe336m/90000\n",
|
||||
&KLV{
|
||||
PayloadTyp: 97,
|
||||
},
|
||||
97,
|
||||
"smtpe336m/90000",
|
||||
nil,
|
||||
},
|
||||
{
|
||||
"audio aac from AVOIP (issue mediamtx/4183)",
|
||||
"v=0\r\n" +
|
||||
|
Reference in New Issue
Block a user