Skip to content

rtspsrc: Optionally timestamp RTP packets with their receive times in TCP/HTTP mode

Sebastian Dröge requested to merge slomo/gstreamer:rtspsrc-tcp-timestamp into main

Until !6509 (merged) this was accidentally done inside rtpjitterbuffer for many years, and doing so potentially solves problems on some streams while introducing problems on others.

Make this configurable on rtspsrc and default to not set timestamps.

Merge request reports