mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-09 01:06:00 +00:00
Compare commits
2 Commits
3020a4eaed
...
f3647b8c2f
Author | SHA1 | Date | |
---|---|---|---|
|
f3647b8c2f | ||
|
2cb7ca2bbc |
@ -5517,6 +5517,10 @@ SWITCH_DECLARE(uint8_t) switch_core_media_negotiate_sdp(switch_core_session_t *s
|
|||||||
uint32_t bit_rate = imp->bits_per_second;
|
uint32_t bit_rate = imp->bits_per_second;
|
||||||
uint32_t codec_rate = imp->samples_per_second;
|
uint32_t codec_rate = imp->samples_per_second;
|
||||||
|
|
||||||
|
if (!strcasecmp(map->rm_encoding, "opus")) {
|
||||||
|
codec_rate = imp->actual_samples_per_second;
|
||||||
|
}
|
||||||
|
|
||||||
if (imp->codec_type != SWITCH_CODEC_TYPE_AUDIO) {
|
if (imp->codec_type != SWITCH_CODEC_TYPE_AUDIO) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user