forked from External/mediamtx
This commit is contained in:
parent
db5ba9903f
commit
81c803ba64
3 changed files with 3 additions and 2 deletions
|
|
@ -174,7 +174,7 @@ func (s *Source) Run(params defs.StaticSourceRunParams) error {
|
|||
Type: description.MediaTypeAudio,
|
||||
Formats: []format.Format{&format.Opus{
|
||||
PayloadTyp: 96,
|
||||
IsStereo: (tcodec.ChannelCount == 2),
|
||||
IsStereo: (tcodec.ChannelCount >= 2),
|
||||
}},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue