Hi,
I am using Ubuntu dapper, and the 0.8.4 package for vlc works fine with AC3 audio, but suffers from horrible video corruption when playing x264 or quicktime mov files ( mainly apple trailers ), so I downloaded the 0.8.5 source and tried compiling that.
That worked fine, and resolves the video corruption error, but after that AC3 audio did not work at all. ( I purged the vlc package prior to doing make install on the newly compiled one and removed the .vlc directory btw ).
The error I get is :
[00000287] a52 decoder: A/52 channels:6 samplerate:48000 bitrate:448000
[00000278] main audio output error: couldn't find a filter for the first part of
the conversion
[00000278] main audio output error: couldn't set an input pipeline
I tried compiling and install the 0.8.6 svn from today, and it had the same problem, which leads to me to believe that I am perhaps missing an option or library that I need to specify at compile time, but I am having no luck in determining which one it is. For audio I am using a nforce2 via ALSA, and the alsa config is setup correctly for passthrough, used to work on 0.8.4, still works for both xine and mplayer.
Anyone got any suggestions ?