Skip to content

net: New mpegtslive element

Edward Hervey requested to merge bilboed/gst-plugins-rs:mpegtslive-new into main

This element allows wrapping an existing live "mpeg-ts source" (udpsrc, srtsrc,...) and providing a clock based on the actual PCR of the stream.

Combined with tsdemux ignore-pcr=True downstream of it, this allows playing back the content at the same rate as the (remote) provider and not modify the original timestamps.

Edited by Edward Hervey

Merge request reports