Skip to content

Add property to prevent rate (RTSP speed) from scaling RTP timestamps

Tobias Ronge requested to merge (removed):fix-speed into master

The RTSP speed parameter currently results in RTP timestamps being scaled with this value (called 'rate' in GStreamer). This patch adds a property, 'scale-rtptime', which allows users to disable this.

Merge request reports