mpegtsdemux correct usage.

yusuf.husainy yusuf.husainy at gmail.com
Mon Jun 10 11:33:27 PDT 2013


Hello all,

I am trying to stream video from C920 using uvchh264_src over UDP using
mpegts.

My transmitting pipeline is:
gst-launch -v uvch264_src device=/dev/video1 name=src auto-start=true
iframe-period=1000 mpegtsmux name=mux ! udpsink host=192.168.1.6 src.vidsrc
! video/x-h264,width=1920,height=1080,framerate=30/1 ! queue ! h264parse !
mux.

And recieving pipeline is:
gst-launch -v udpsrc caps="video/mpegts, systemstream=true, packet-size=188"
! mpegtsdemux name=demux demux.video_00 ! ffdec_h264 ! xvimagesink sync=0

This does not work. However if I try to use a filesink instead of udpsink,
then I can playback the file properly. So I suspect there is a problem with
the receiving pipeline. Have I missed something here?, 

I would appreciate any help.

Regards,
Yusuf Husainy



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/mpegtsdemux-correct-usage-tp4660485.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list