mirror of
https://github.com/aler9/gortsplib
synced 2025-10-23 15:13:30 +08:00
support multichannel Opus (https://github.com/bluenviron/mediamtx/issues/3355) (#572)
This commit is contained in:
@@ -112,7 +112,7 @@ func Unmarshal(mediaType string, payloadType uint8, rtpMap string, fmtp map[stri
|
||||
|
||||
// audio
|
||||
|
||||
case codec == "opus":
|
||||
case codec == "opus", codec == "multiopus":
|
||||
return &Opus{}
|
||||
|
||||
case codec == "vorbis":
|
||||
|
Reference in New Issue
Block a user