提交 24a45b03 authored 作者: Seven Du's avatar Seven Du 提交者: Ken Rice

Fix rtp payload number and possibly other params, since we ALWAYS use PCMU all…

Fix rtp payload number and possibly other params, since we ALWAYS use PCMU all params should be hardcoded
上级 fbb53c75
......@@ -199,9 +199,9 @@ SWITCH_STANDARD_APP(bcast_function)
rtp_port,
mcast_ip,
mcast_port,
read_impl.ianacode,
read_impl.samples_per_packet,
read_impl.microseconds_per_packet, (switch_rtp_flag_t) flags, "soft", &err, switch_core_session_get_pool(session));
0,
8000,
20, (switch_rtp_flag_t) flags, "soft", &err, switch_core_session_get_pool(session));
if (!switch_rtp_ready(rtp_session)) {
switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_ERROR, "RTP Error\n");
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论