Gstreamer TS

Baby Octopus jagadishkamathk at gmail.com
Thu Apr 25 04:07:40 PDT 2013


Either of the things might do what you want

gst-launch udpsrc ! playbin

gst-launch udpsrc ! decodebin name=demux ! video/x-raw ! videosink demux.!
audio/x-raw ! audio_sink 

gst-launch udpsrc ! tsdemux name=demux ! video_decoder  ! videosink demux.!
audio_decoder ! audio_sink 

Choose the last option only if you know respective video and audio decoders.
But for what you want, playbin should do the job

~BO



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Gstreamer-TS-tp4659674p4659678.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list