提交 dbd7db37 authored 作者: Anthony Minessale's avatar Anthony Minessale

down to 512 instead of 256

上级 cf892528
...@@ -435,7 +435,7 @@ static void jb_frame_inc(switch_jb_t *jb, int i) ...@@ -435,7 +435,7 @@ static void jb_frame_inc(switch_jb_t *jb, int i)
switch_channel_clear_flag(jb->channel, CF_VIDEO_BITRATE_UNMANAGABLE); switch_channel_clear_flag(jb->channel, CF_VIDEO_BITRATE_UNMANAGABLE);
} else { } else {
switch_core_session_message_t msg = { 0 }; switch_core_session_message_t msg = { 0 };
int new_bitrate = 256; int new_bitrate = 512;
msg.message_id = SWITCH_MESSAGE_INDICATE_BITRATE_REQ; msg.message_id = SWITCH_MESSAGE_INDICATE_BITRATE_REQ;
msg.numeric_arg = new_bitrate * 1024; msg.numeric_arg = new_bitrate * 1024;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论