<br>Hi,<br><br>        I am using a following pipeline to stream the video to STB/VLC,  But its not working since the ffdemux_mpegts plugin is readng the data very fast.<br><br> gst-launch filesrc location=collateral.ts ! ffdemux_mpegts name=demux demux. ! video/x-h264 ! mux. demux. ! audio/aac ! mux. ffmux_mpegts name=mux ! udpsink host=192.168.1.105 port=1234 sync=true<br>
<br>Is there a way to control the rate at which it reads the data?<br><br>If i use mpegtsdemux and mpegtsmux instead of ffdemux_mpegts and ffmux_mpegts it works fine, but seek operation is slow. So i would like to use ffdemux_mpegts .<br>
<br> regards,<br>Sumanth<br>