LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1946|回复: 5

fedora 9 mplayer 问题!

[复制链接]
发表于 2008-6-13 22:42:44 | 显示全部楼层 |阅读模式
用YUM安装了 mplayer , 可是打开RMVB文件时不有播放,出错

有终端运行信息:
[root@iven ~]# mplayer 01.rmvb
MPlayer SVN-r25979 rpm.livna.org (C) 2000-2007 MPlayer Team
CPU: Intel(R) Pentium(R) Dual  CPU  T2370  @ 1.73GHz (Family: 6, Model: 15, Stepping: 13)
CPUflags:  MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled with runtime CPU detection.
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.

Playing 01.rmvb.
REAL file format detected.
Stream description: Audio Stream
Stream mimetype: audio/x-pn-realaudio
[real] Audio stream found, -aid 0
Stream description: Video Stream
Stream mimetype: video/x-pn-realvideo
[real] Video stream found, -vid 1
Stream mimetype: logical-fileinfo
VIDEO:  [RV40]  352x288  24bpp  25.000 fps    0.0 kbps ( 0.0 kbyte/s)
Clip info:
copyright: (C) 2002
comment:
[VO_XV] Could not grab port 66.
==========================================================================
Opening video decoder: [realvid] RealVideo decoder
Error: /usr/lib64/codecs/drvc.so: cannot open shared object file: No such file or directory
ERROR: Could not open required DirectShow codec drvc.so.
Read the RealVideo section of the DOCS!
VDecoder init failed
Opening video decoder: [realvid] RealVideo decoder
ERROR: Could not open required DirectShow codec drvc.dll.
Read the RealVideo section of the DOCS!
VDecoder init failed
Opening video decoder: [realvid] RealVideo decoder
Error: /usr/lib64/codecs/drv4.so.6.0: cannot open shared object file: No such file or directory
ERROR: Could not open required DirectShow codec drv4.so.6.0.
Read the RealVideo section of the DOCS!
VDecoder init failed
Opening video decoder: [realvid] RealVideo decoder
ERROR: Could not open required DirectShow codec drv43260.dll.
Read the RealVideo section of the DOCS!
VDecoder init failed
Opening video decoder: [realvid] RealVideo decoder
Error: /usr/lib64/codecs/drvc.bundle/Contents/MacOS/drvc: cannot open shared object file: No such file or directory
ERROR: Could not open required DirectShow codec drvc.bundle/Contents/MacOS/drvc.
Read the RealVideo section of the DOCS!
VDecoder init failed
Cannot find codec matching selected -vo and video format 0x30345652.
Read DOCS/HTML/en/codecs.html!
==========================================================================
==========================================================================
Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
AUDIO: 22050 Hz, 2 ch, s16le, 44.1 kbit/6.25% (ratio: 5512->88200)
Selected audio codec: [ffcook] afm: ffmpeg (FFmpeg COOK audio decoder)
==========================================================================
*** PULSEAUDIO: Unable to connect: Connection refused
*** Is your sound server running?
*** See: http://www.pulseaudio.org/wiki/Troubleshooting
[AO_ALSA] Playback open error: Connection refused
[AO OSS] audio_setup: Can't open audio device /dev/dsp: Device or resource busy
*** PULSEAUDIO: Unable to connect: Connection refused
*** Is your sound server running?
*** See: http://www.pulseaudio.org/wiki/Troubleshooting
[AO_ALSA] Playback open error: Connection refused
AO: [pulse] Init failed: Connection refused
[AO SDL] Samplerate: 22050Hz Channels: Stereo Format s16le
[AO SDL] Unable to open audio: No available audio device
DVB card number must be between 1 and 4
AO: [null] 22050Hz 2ch s16le (2 bytes per sample)
Video: no video


哪位能帮我看一下哪出山题了,谢谢!
发表于 2008-6-13 23:44:23 | 显示全部楼层
好似是没装解码包。。具体不清楚了。我自己编译的
回复 支持 反对

使用道具 举报

发表于 2008-6-14 00:50:16 | 显示全部楼层
Error: /usr/lib64/codecs/drvc.so: cannot open shared object file: No such file or directory

他提示把解码库放到/usr/lib64/codecs/下,而且是那个essential-amd64的那个。
回复 支持 反对

使用道具 举报

发表于 2008-6-14 20:09:46 | 显示全部楼层
应该就是没有安装解压包了。下载Mplayer的解码包安装到/usr/lib64/codecs下,没有这个目录的话,自己建一个。相关的库到网上去下。
回复 支持 反对

使用道具 举报

发表于 2008-6-14 20:37:40 | 显示全部楼层
我用的是mandriva 2008.1,安装real-codecs和win32-codecs两个软件包就可以了
回复 支持 反对

使用道具 举报

发表于 2008-6-29 14:27:08 | 显示全部楼层
mplayer出现drvc.dll问题
Fedora8下的mplayer使用时出现下面错误

error:could not open required directshow codec drvc.dll

解决方法:

[root@localhost ~]# # find /usr/lib -name drvc*
[root@localhost ~]# find /usr/lib -name drvc*
/usr/lib/codecs/drvc.so
[root@localhost ~]# ldd /usr/lib/codecs/drvc.so
        linux-gate.so.1 => (0x00110000)
        libstdc++.so.5 => not found
        libc.so.6 => /lib/libc.so.6 (0x00162000)
        /lib/ld-linux.so.2 (0x004ed000)

[root@localhost ~]# yum install libstdc++.so.5

OK!
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表