|
|
|
@ -1583,7 +1583,7 @@ static void media_packet_rtcp_demux(struct packet_handler_ctx *phc) |
|
|
|
} |
|
|
|
} |
|
|
|
phc->out_srtp = phc->sink; |
|
|
|
if (phc->rtcp && phc->sink && phc->sink->rtcp_sibling) |
|
|
|
if (phc->rtcp && phc->sink->rtcp_sibling) |
|
|
|
phc->out_srtp = phc->sink->rtcp_sibling; // use RTCP SRTP context |
|
|
|
|
|
|
|
phc->mp.media_out = phc->sink->media; |
|
|
|
@ -1996,7 +1996,7 @@ static int stream_packet(struct packet_handler_ctx *phc) { |
|
|
|
if (!phc->mp.stream->selected_sfd) |
|
|
|
goto out; |
|
|
|
|
|
|
|
if (phc->mp.call && phc->mp.call->drop_traffic) { |
|
|
|
if (phc->mp.call->drop_traffic) { |
|
|
|
goto drop; |
|
|
|
} |
|
|
|
|
|
|
|
|