Package: mplayer
Version: 1:1.0.rc2svn20080706-0.1

mplayer struggles to keep up with a 64kbit/s Vorbis stream on my
OpenMoko Freerunner, apparently because it uses the floating-point
version of the Vorbis decoder rather than using the integer version
(aka Tremor, aka libvorbisidec.so).

For reference mpd on the same machine can play such streams using 20% CPU.

# ldd =mpd | grep vorbis
        libvorbisidec.so.1 => /usr/lib/libvorbisidec.so.1 (0x4059d000)
# ldd =mplayer |grep vorbis
        libvorbis.so.0 => /usr/lib/libvorbis.so.0 (0x410d4000)


-- Stefan



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to