mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-05-01 06:21:07 +00:00
Enable FEC up packet loss percent
This commit is contained in:
parent
3c2c6832fa
commit
b86944bcac
@ -56,10 +56,10 @@ struct silk_codec_settings {
|
|||||||
typedef struct silk_codec_settings silk_codec_settings_t;
|
typedef struct silk_codec_settings silk_codec_settings_t;
|
||||||
|
|
||||||
static silk_codec_settings_t default_codec_settings = {
|
static silk_codec_settings_t default_codec_settings = {
|
||||||
/*.useinbandfec */ 0,
|
/*.useinbandfec */ 1,
|
||||||
/*.usedtx */ 0,
|
/*.usedtx */ 0,
|
||||||
/*.maxaveragebitrate */ 0,
|
/*.maxaveragebitrate */ 0,
|
||||||
/*.plpct */ 10, // 10% for now
|
/*.plpct */ 20, // 20% for now
|
||||||
};
|
};
|
||||||
|
|
||||||
struct silk_context {
|
struct silk_context {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user