Discussion:
gst-launch is playing only mp3
srg_btl
2013-06-05 17:28:42 UTC
Permalink
Have some problem on ARM-based device.
I have GStreamer 0.10.36 and plugins that was cross-compiled with buildroot.
But I can't play the file that is different from mp3. I used this guide
<http://linux.die.net/man/1/gst-launch-0.10> , and:

1) for ogg


2) for wav (file duration ~10 s)


3) for mp3




--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/gst-launch-is-playing-only-mp3-tp4660358.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
Tim-Philipp Müller
2013-06-07 15:25:24 UTC
Permalink
Post by srg_btl
Have some problem on ARM-based device.
I have GStreamer 0.10.36 and plugins that was cross-compiled with buildroot.
But I can't play the file that is different from mp3. I used this guide
1) for ogg
2) for wav (file duration ~10 s)
3) for mp3
It would probably be good if you told us how it doesn't work / fails.

Generally this should work:

gst-launch-0.10 playbin2 uri=file:///path/to/file

or

gst-launch-1.0 playbin uri=file:///path/to/file

or

gst-launch-{0.10,1.0} uridecodebin uri=file:///path/to/file !
audioconvert ! audioresample ! autoaudiosink

Cheers
-Tim
srg_btl
2013-06-11 09:17:57 UTC
Permalink
File plays only with next command:


In next cases there are no errors, but sound is not heard:

or

Full log
<http://gstreamer-devel.966125.n4.nabble.com/file/n4660495/putty.log>



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/gst-launch-is-playing-only-mp3-tp4660358p4660495.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
Stefan Sauer
2013-06-13 18:09:43 UTC
Permalink
Post by srg_btl
or
Full log
<http://gstreamer-devel.966125.n4.nabble.com/file/n4660495/putty.log>
The log only contains a single gst-launch pipeline. If you want help,
give the command that works *and* the commands that does not.

Stefan
Post by srg_btl
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/gst-launch-is-playing-only-mp3-tp4660358p4660495.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
_______________________________________________
gstreamer-devel mailing list
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Loading...