Gstreamer and Android app
de_ninja
daniel at gretzke.de
Tue May 3 16:43:07 UTC 2016
Now I used mpegtsmus to create a MPEG-TS stream and the extractor works!
Thanks!
This is the pipeline i set:
gst-launch-1.0 audiotestsrc ! faac ! mux. mpegtsmux name=mux ! udpsink
host=224.0.0.1 port=8001
An aac-decoder gets created!
Now the decoder fails with the following error:
aacDecoder_DecodeFrame decoderErr = 0x4004
AAC decoder returned error 0x4004, substituting silence
I searched for the error 0x4004 and it means: AAC_DEC_DECODE_FRAME_ERROR <
The parsed bitstream value is out of range. Most probably the bitstream is
corrupt, or the system crashed.
Do you have an idea what could be wrong?
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Gstreamer-and-Android-app-tp4677265p4677316.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list