Closed ramoncaldeira closed 4 years ago
Sometimes, last_rtcp_ts can be greater thanrtp_demux_context-> timestamp and the unsigned d_ts variable causes thentp_timestamp function to calculate a strange value ... It is better to use int32_t.
last_rtcp_ts
rtp_demux_context-> timestamp
ntp_timestamp
Sometimes,
last_rtcp_ts
can be greater thanrtp_demux_context-> timestamp
and the unsigned d_ts variable causes thentp_timestamp
function to calculate a strange value ... It is better to use int32_t.