提交 3e509472 authored 作者: Mike Jerris's avatar Mike Jerris 提交者: Muteesa Fred

FS-11222: [core] NACK for multiple packets sends wrong packet after the first one

上级 bd794e6e
...@@ -6486,7 +6486,7 @@ static switch_status_t process_rtcp_report(switch_rtp_t *rtp_session, rtcp_msg_t ...@@ -6486,7 +6486,7 @@ static switch_status_t process_rtcp_report(switch_rtp_t *rtp_session, rtcp_msg_t
for (i = 0; i < ntohs(extp->header.length) - 2; i++) { for (i = 0; i < ntohs(extp->header.length) - 2; i++) {
handle_nack(rtp_session, *nack); handle_nack(rtp_session, nack[i]);
} }
//switch_core_media_gen_key_frame(rtp_session->session); //switch_core_media_gen_key_frame(rtp_session->session);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论