[gst-devel] fluendo plugin mpeg2dec mpeg2enc problem

Stefanie Braun StefanieBraun at gmx.net
Mon May 14 15:28:41 CEST 2007


Hi,
I already figured out the syntax for the following working pipeline:

gst-launch-0.10 udpsrc port=1234 ! flutsdemux name=demux ! queue ! audio/mpeg ! queue ! flutsmux name=mux demux. ! queue ! video/mpeg ! queue mux. mux. ! udpsink host=192.168.5.5 port=1234

But when I integrate mpeg2dec and mpeg2enc in the video path of the above pipeline, no audio arrives at the client (192.168.5.5)!

not working:
gst-launch-0.10 udpsrc port=1234 ! flutsdemux name=demux ! queue ! audio/mpeg ! queue ! flutsmux name=mux demux. ! queue ! video/mpeg ! mpeg2dec ! mpeg2enc ! queue mux. mux. ! udpsink host=192.168.5.5 port=1234

I cannot figure out the problem. Any help is very welcome!
-- 
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! 
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer




More information about the gstreamer-devel mailing list