Hi, I am trying to convert realaudio files to wav but I have some problems. I installed mplayer with this param: ./configure --disable-fontconfig --with-codecsdir=/down/mplayer/essential-20071007 I disable fontconfig because it gaves me an error in make file and I dont use GUI. The problem is when I use this command: mplayer -ao pcm:file=1.pcm myfile.rm it use another audios codec that realplayer codec: Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders AUDIO: 16000 Hz, 1 ch, floatle, 16.0 kbit/3.12% (ratio: 2000->64000) Selected audio codec: [ffsipr] afm: ffmpeg (FFmpeg Sipr/Acelp.net audio) I need to se this audio codec: Opening audio decoder: [realaud] RealAudio decoder Decoder init failed, error code: 0x8004000F ADecoder preinit failed :( ADecoder init failed :( Opening audio decoder: [realaud] RealAudio decoder AUDIO: 8000 Hz, 1 ch, s16le, 6.5 kbit/5.08% (ratio: 812->16000) Selected audio codec: [ra10sipr] afm: realaud (RealPlayer 10 RealAudio Sipro) That works in another server the problem with the first one is that when I use lame myfile.wav myfile.mp3 it gaves me: Unsupported data format: 0x0003 How can I fix this? Thanks and sorry about my english