mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 20:40:27 +00:00
RTP: update seq even in promisc mode
This fixes lost packets computation.
This commit is contained in:
@@ -1516,6 +1516,7 @@ static void rtp_process_data(struct rtp *session, uint32_t curr_rtp_ts,
|
||||
FALSE);
|
||||
s = get_source(session, packet->ssrc);
|
||||
}
|
||||
update_seq(s, packet->seq);
|
||||
process_rtp(session, curr_rtp_ts, packet, s);
|
||||
return; /* We don't free "packet", that's done by the callback function... */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user