mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 12:42:02 +00:00
Merge pull request #1769 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:FS-11964 to master
* commit '309135640b49d99c128843c4288b231cb2170a09': FS-11964: add new chan var "rtp_video_nack_disable"
This commit is contained in:
@@ -9484,7 +9484,7 @@ SWITCH_DECLARE(switch_status_t) switch_core_media_activate_rtp(switch_core_sessi
|
||||
flags[SWITCH_RTP_FLAG_PLI]++;
|
||||
}
|
||||
|
||||
if (v_engine->nack) {
|
||||
if ((v_engine->nack) && !switch_channel_var_true(session->channel, "rtp_video_nack_disable")) {
|
||||
flags[SWITCH_RTP_FLAG_NACK]++;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user