MpegTS over UDP

Luc lucberthon at gmail.com
Fri Dec 13 05:32:37 PST 2013


Soeren wrote
> Hi Luc,
> 
> have you tried the following?
> 
>> gst-launch-0.10 playbin2 flags=0x163 video-sink=nv_gl_eglimagesink
>> audio-sink="alsasink device=hw:0,0"
> 
> or try using GST_DEBUG_DUMP_DOT_DIR (see
> http://docs.gstreamer.com/display/GstSDK/Basic+tutorial+11%3A+Debugging+tools)
> 
>> GST_DEBUG_DUMP_DOT_DIR=. gst-launch-0.10 ....
>> dot -t svg -O 
> <filename>
> .dot && eog 
> <filename>
> .dot.svg

So in local I have to write :

GST_DEBUG_DUMP_DOT_DIR=. gst-launch-0.10 file:///home/root/Pentatonix.mp4 !
qtdemux name=demux demux.video_00 ! nv_omx_h264dec ! nv_gl_eglimagesink
demux.audio_00 ! nv_omx_aacdec ! alsasink device=hw:0,0 dot -t svg -O
myfirstdebugfile.dot && eog myseconddebugfile.dot.svg

that is right ?

I'm sorry I dont understand the gst syntax, thanks for your help.



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/MpegTS-over-UDP-tp4663998p4664019.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list