You are not logged in.
For some reason the mplayer from arch wont play ogg vorbis files.
they are made with oggenc
I have tried to compile mplayer from source but got the same result. (yes I have ogglib, vorbis-tools)
$ mplayer 01.ogg
MPlayer 1.0pre7-3.4.3 (C) 2000-2005 MPlayer Team
CPU: Advanced Micro Devices Athlon MP/XP Thoroughbred (Family: 6, Stepping: 0)
Detected cache-line size is 64 bytes
CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 0
Compiled with runtime CPU detection - WARNING - this is not optimal!
To get best performance, recompile MPlayer with --disable-runtime-cpudetection.
61 audio & 169 video codecs
Failed to open /dev/rtc: Device or resource busy (it should be readable by the user.)
Playing 01.ogg.
Cache fill: 14.41% (1180409 bytes) [Ogg] stream 0: audio (Vorbis), -aid 0
Ogg file format detected.
==========================================================================
Cannot find codec for audio format 0x73627276.
Read DOCS/HTML/en/codecs.html!
==========================================================================
Audio: no sound
Video: no video
Exiting... (End of file)
Offline
What does ogginfo say about your .ogg files?
Will ogg123 play them?
Offline
Ogg file format detected. ========================================================================== Cannot find codec for audio format 0x73627276. Read DOCS/HTML/en/codecs.html! ==========================================================================
did ya do that?
Offline
Sure I did
Listed under _working_ codecs at
http://mplayerhq.hu/DOCS/codecs-status.html
OggVorbis Audio Decoder 0x73627276 libvorbis OggVorbis driver using libvorbis
as for ogginfo:
$ ogginfo 01.ogg
Processing file "01.ogg"...
New logical stream (#1, serial: 61f71d79): type vorbis
Vorbis headers parsed for stream 1, information follows...
Version: 0
Vendor: Xiph.Org libVorbis I 20040629
Channels: 2
Rate: 44100
Nominal bitrate: 224.000000 kb/s
Upper bitrate not set
Lower bitrate not set
User comments section follows...
ARTIST=My Dying Bride
ALBUM=As the Flower Withers
TITLE=Silent Dance
DATE=1992
GENRE=Doom Metal
TRACKNUMBER=01
CDDB=780d6508
Vorbis stream 1:
Total data length: 3290898 bytes
Playback length: 2m:13s
Average bitrate: 196.922190 kbps
Logical stream 1 ended
And yes both ogg123 and xmms play them fine
Offline
grrr
$rm ~/.mplayer/codecs.conf
Was all that I had to do
Offline