Migrating to gstreamer-1.0: cannot stream mpegts over udp
Tim-Philipp Müller
t.i.m at zen.co.uk
Sun Jan 20 15:43:44 PST 2013
On Mon, 2013-01-21 at 00:07 +0100, Robert Szelepcsenyi wrote:
Hi again,
> Another problem is that i cannot process audio in any way. A pipeline like this:
>
> gst-launch-1.0 -vvv \
> udpsrc uri=udp://127.0.0.1:8006 ! \
> tsdemux ! mad ! queue2 ! audioconvert ! faac ! \
> mpegtsmux ! udpsink host=192.168.1.110 port=1234
>
> causes a totallz cryptic error "Internal data flow error".
On second thought, try if adding an mpegaudioparse element between
tsdemux and mad helps. In 1.0 we now require parsers in front of many
decoders.
Cheers
-Tim
More information about the gstreamer-devel
mailing list