FS-7500: mark places to fix later
This commit is contained in:
parent
659c1e474e
commit
3c29d4e8a7
|
@ -7269,6 +7269,7 @@ SWITCH_DECLARE(void) switch_core_media_gen_local_sdp(switch_core_session_t *sess
|
||||||
nack++;
|
nack++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* DFF nack pli etc */
|
||||||
nack = v_engine->nack = 0;//pli = v_engine->pli = 0;
|
nack = v_engine->nack = 0;//pli = v_engine->pli = 0;
|
||||||
|
|
||||||
if (vp8) {
|
if (vp8) {
|
||||||
|
|
|
@ -6518,8 +6518,8 @@ static int rtp_common_write(switch_rtp_t *rtp_session,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* TMP DISABLE DFF */
|
||||||
if (switch_rtp_test_flag(rtp_session, SWITCH_RTP_FLAG_VIDEO)) {
|
if (0 && switch_rtp_test_flag(rtp_session, SWITCH_RTP_FLAG_VIDEO)) {
|
||||||
/* Normalize the timestamps to our own base by generating a made up starting point then adding the measured deltas to that base
|
/* Normalize the timestamps to our own base by generating a made up starting point then adding the measured deltas to that base
|
||||||
so if the timestamps and ssrc of the source change, it will not break the other end's jitter bufffer / decoder etc *cough* CHROME *cough*
|
so if the timestamps and ssrc of the source change, it will not break the other end's jitter bufffer / decoder etc *cough* CHROME *cough*
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue