GStreamer 1.2 for Windows, udpsink too fast

Sebastian Dröge slomo at circular-chaos.org
Wed Oct 9 10:41:32 CEST 2013


On Mi, 2013-10-09 at 13:42 +0800, 漢障 吳 wrote:
> Hello everyone, this's first time I post here and sorry for my poor English.
> 
> I'm now trying to streaming a (h.264 + aac )MKV file as MPEG-TS to remote
> 
> Here's my pipeline:
> 
> gst-launch-1.0 filesrc location=Source.mkv ! matroskademux name=demux ! queue2 ! h264parse ! mpegtsmux name=mux alignment=7 ! tsparse ! rndbuffersize min=1316 max=1316 ! udpsink host=10.100.0.73 port=8557 demux. ! queue2 ! aacparse ! mux.
> 
> The duration of this MKV is about 24min, but transmission ended ( reach EOS ) about 30 sec.
> 
> I tried to set sync=true on udpsink, but it not work.

If you run gst-launch-1.0 with -v and add a identity element with
silent=false in front of the udpsink, do you see proper timestamps on
the buffers? That's what is used for the synchronization.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20131009/d90aac61/attachment.pgp>


More information about the gstreamer-devel mailing list