Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f6043e2

Browse files
author
Alessandro Toppi
committed
Do not insert a Report Block when sending REMBs.
1 parent a728100 commit f6043e2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

‎ice.c‎

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3827,10 +3827,6 @@ static gboolean janus_ice_outgoing_traffic_handle(janus_ice_handle *handle, janu
38273827
rr->header.rc = 0;
38283828
rr->header.length = htons((rrlen/4)-1);
38293829
janus_ice_stream *stream = handle->stream;
3830-
if(stream && stream->video_rtcp_ctx[0] && stream->video_rtcp_ctx[0]->rtp_recvd) {
3831-
rr->header.rc = 1;
3832-
janus_rtcp_report_block(stream->video_rtcp_ctx[0], &rr->rb[0]);
3833-
}
38343830
/* Append REMB */
38353831
memcpy(rtcpbuf+rrlen, pkt->data, pkt->length);
38363832
/* If we're simulcasting, set the extra SSRCs (the first one will be set by janus_rtcp_fix_ssrc) */

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /