[gst-devel] timestamping in mpegtsparse.

Vincent Génieux vincent.genieux at enensys.com
Mon Nov 16 09:50:08 CET 2009


Jyoti wrote:
> Hi all,
>
> I am writing an application to stream MPEG-2 TS RTP Payloaded packets
> over UDP.
> My server was sending the packets at too high rate.
>
> I looked upon a mail by Wim saying the timestamping on mpegtsparse is
> the solution
> for the controlling the rate.
>
> Is the timestamping implemented in latest version of mpegtsparse?
Hello,

Your pipeline seems correct, but since the input stream comes from a
file, your pipeline is playing as fast as possible. You should try to
add sync=true on your  udpsink.

gst-launch filesrc location=stream.ts ! mpegtsparse ! rtpmp2tpay !
udpsink port=1234 sync=true

-- 
Vincent GENIEUX
R&D Engineer
ENENSYS Technologies
Le Germanium
80 avenue des Buttes de Coësmes
35700 Rennes - FRANCE





More information about the gstreamer-devel mailing list