Stable: 2.5.2
Development: 2.6-alpha3
I use CrunchBang 8.10.1 Linux (Ubuntu remix replacing Gnome with Openbox)
When I used Synaptic to install moc-ffmpeg-plugin 1:2.5.0~alpha3-3ub, it removed libavcodec-unstripped-51 and replaced it with libavcodec51. After that, ALL of my audio stopped working.
When I reinstalled libavcodec-unstripped-51 and mocp, audio was back to normal but I still could not play WMA, AAC, or MP4 files.
BTW, although probably not relevant, I am using USB audio.
NewCityVegas
Wed, 2008-12-17 11:45
Permalink
Nevermind - it was an orphan mocp process
I found your simple check:
"ps ax | grep mocp"
Sure enough, I had an existing mocp process running.
By doing a "kill 9 pid#" it started working fine.