Hello,
I've successfully compiled vlc on my nslu2 (an arm-based device) with --enable-tremor
Now when I try to play an ogg-file, processor use goes up to 100% and vlc tells me
main decoder debug: using decoder module "vorbis"
.... and later
main audio output warning: PTS is out of range
I've tried out playing the same file with the ivorbisfile_example program (which comes with the tremor codec) - processor use is around 30%
wget http://www.example.com/foo.ogg -O - | ./ivorbisfile_example | aplay -f cd
I suppose that either vlc is not choosing the tremor codec to play the .ogg - file or that there's another problem...
So my question is - is there a way to force vlc to use the tremor-codec for playing .ogg by command-line arguments?
Cheers,
Jens