Skip to content

jitterbuffer: fix packet_spacing calculation

When encountering an unexpected gap in received seqnums, ips_pts and ips_rtptime must be reset to avoid calculating a potentially invalid packet spacing the next time sequential packets are received.

Merge request reports