User loginNavigationNew forum topicsPollSearchRecent blog postsRecent comments
|
Playing ogg files through gstreamerFrom my colleage Ned Miljevic: Here is a Gstreamer pipeline to play your favorite ogg file on Beagle board using gstreamer and alsa. $ gst-launch filesrc location="your_ogg_file_path" ! oggdemux ! vorbisdec ! audioconvert ! alsasink maybe audioconvert not necesaary, didn't have time to find out :) Way cool!
|
Use the playbin
Note that you can also use the playbin:
gst-launch playbin uri=file:///data/myaudio.ogg
This works on my Beagle board
I just tried this combination on my Beagle board (ARM TI OMAP 3530) running 2.6.24 and it works without a hitch!!