Comment 9 for bug 301261

Revision history for this message
Matteo Settenvini (tchernobog) wrote :

Then sorry for the dupe status, I got confused.
Does launching any of these commands produce any sound or useful errors? Do the pipelines correctly preroll?

gst-launch filesrc location="somefile.ogg" ! decodebin ! audioconvert ! audioresample ! pulsesink
gst-launch filesrc location="somefile.ogg" ! decodebin ! audioconvert ! audioresample ! alsasink
gst-launch filesrc location="somefile.ogg" ! decodebin ! audioconvert ! audioresample ! osssink

Of course, you can use a FLAC, MP3 or whatever else format you prefer.
I expect the osssink element normally to fail, maybe the alsasink too.

What are the contents of ~/.asoundrc, if there is one?
Is the libasound2-plugins package installed?

Thanks.