You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[core/media] make Opus consider rate different than default 48 kHz
In vars.xml , when you use codec settings like this:
<X-PRE-PROCESS cmd="set" data="internal_codec_prefs=OPUS@16000h@1c,PCMU,PCMA,G729"/>
The switch_core_media.c line 5520 only takes the OPUS default rate (48k) instead of 16k in the config.
Because of this, FS won't be able to choose opus if your client asks for 16k opus. You will see same log symptom as #2226
Co-authored-by: magiclin99 <magiclin99@gmail.com>
0 commit comments