When playing audio CDs with mplayer, I always get a choppy playback. Playing audio from files, like MP3 (from any optical media, or other drives), etc. works fine. Watching video DVDs is also ok. Listening to uncompressed media that's on my hard drives, like WAV or CDR, works fine as well.
But when playing audio CDs like so:
mplayer cdda://
It spins the CD, plays for a few seconds until the buffer runs out, then it spins the CD again, fills the buffer and the whole procedure repeats. I tried -nocache, that didn't help.
How do I make mplayer keep a constant buffer fill, i.e. read the CD continuously?

libcdparanoiaorlibcdio? – ByteNudger Feb 20 '12 at 19:41mplayeris compiled. If you didn't compiledmplayerfrom source, you can get this information from the dependencies of the package. – ByteNudger Feb 22 '12 at 10:29libcdda_paranoia.so.0 => /usr/lib64/libcdda_paranoia.so.0 (0x0000003420200000)I usedldd, should be alright. – polemon Feb 26 '12 at 8:52