主题 : Linux VLC编译安装成功,不能运行 复制链接 | 浏览器收藏 | 打印
大笑笑大
级别: 骑士
UID: 25314
精华: 8
发帖: 184
金钱: 1320 两
威望: 264 点
综合积分: 528 分
注册时间: 2010-07-22
最后登录: 2014-10-11
楼主  发表于: 2011-02-12 15:49

 Linux VLC编译安装成功,不能运行

运行提示如下:
VLC media player 1.1.4 The Luggage (revision exported)
Blocked: call to unsetenv("DBUS_ACTIVATION_ADDRESS")
Blocked: call to unsetenv("DBUS_ACTIVATION_BUS_TYPE")
Warning: call to signal(13, 0x1)
[0x9db319c] main interface error: no suitable interface module
[0x9d3492c] main libvlc error: interface "globalhotkeys,none" initialization failed
Blocked: call to setlocale(6, "")
Blocked: call to sigaction(17, 0xb7a7a0b4, 0xb7a7a140)
Warning: call to signal(13, 0x1)
Warning: call to srand(1298061332)
Warning: call to rand()
Blocked: call to setlocale(6, "")

(<unknown>:16697): Gtk-WARNING **: Locale not supported by C library.
    Using the fallback 'C' locale.
Blocked: call to sigaction(11, 0xb7a78e18, 0xb7a78d8c)
Blocked: call to sigaction(6, 0xb7a78e18, 0xb7a78d8c)
Blocked: call to sigaction(8, 0xb7a78e18, 0xb7a78d8c)
Blocked: call to sigaction(4, 0xb7a78e18, 0xb7a78d8c)
[0x9db319c] skins2 interface: skin: subX  author: Martin Poehlmann
Warning: call to rand()
Warning: call to rand()
Warning: call to rand()
Warning: call to rand()
Warning: call to signal(13, 0x1)

播放panda.mpg时提示如下:
main decoder error: no suitable decoder module for fourcc `mpgv'. VLC probably does not support this sound or video format.
哪里出错了呢?

级别: 新手上路
UID: 37639
精华: 0
发帖: 6
金钱: 30 两
威望: 6 点
综合积分: 12 分
注册时间: 2011-02-14
最后登录: 2011-03-07
1楼  发表于: 2011-02-15 09:26
你这个是X86环境还是arm环境?   怎么看起来像是X86上呀?
如果是X86的话,检查下解码库吧,解码依赖的东西很多,你把你VLC的configure配置打印出来看看,如果你把有些库都disable掉的话,是不能解码的,而且前提是,这些库你已经事项编译好了。
找些文章看看,X86上,应该很简单的。