xine我没用过,我用的mplayer,听说xine是老牌的播放器了,老的很多都是经典的,我很喜欢就像xmms等lwtong 写了:最新的0.2.8稳定.可以不用安装解压开复制到目录就可以了。
我用xine播放很快画面很好流畅,在magiclinux系统用kaffeine播放不错,但ubuntu系统用kaffeine播放就没有xine播放的好。
网络电视gsopCast和qsopcast相关问题问答帖:[稳定版0.2.10释出!]
- jazzi
- 帖子: 532
- 注册时间: 2005-10-16 23:26
- 来自: 泉州
- 联系:
-
- 帖子: 50
- 注册时间: 2006-06-27 8:19
- jazzi
- 帖子: 532
- 注册时间: 2005-10-16 23:26
- 来自: 泉州
- 联系:
make正常,make install出现如下错误信息:
输入命令qsopcast或者sopcast提示没有这个命令,我对QT编译不懂,请问dyte200兄这怎么回事?========Installation results =========
make: Nothing to be done for `install'.
========Installation successful =======
cp: 无法确认 “//var/tmp/IWrOqncLrOAnQGMfKbcgc/newfiles.tmp”: No such file or directory
把文件拷贝到临时目录……OK
Striping ELF 二进制文件和库文件……OK
压缩 man 手册页……OK
创建文件列表…… FAILED!
创建 Debian 包……OK
You make it fun
It will make you fun
It will make you fun
-
- 帖子: 50
- 注册时间: 2006-06-27 8:19
-
- 帖子: 12
- 注册时间: 2006-08-31 19:13
-
- 帖子: 50
- 注册时间: 2006-06-27 8:19
-
- 帖子: 2
- 注册时间: 2006-09-23 12:11
thank you
谢谢你我的可以用了
-
- 帖子: 47
- 注册时间: 2006-09-18 9:38
请教,安装gsopcast-0.2.9时出错
root@ubuntu:/down# cd gsopcast-0.2.9
root@ubuntu:/down/gsopcast-0.2.9# cd src
root@ubuntu:/down/gsopcast-0.2.9/src# make
g++ -O2 -Wall `pkg-config --cflags gtk+-2.0` `curl-config --cflags` -c callbacks.cc -o callbacks.o
/bin/sh: curl-config: command not found
In file included from callbacks.cc:21:
header.h:45:23: error: curl/curl.h: No such file or directory
make: *** [callbacks.o] 错误 1
root@ubuntu:/down/gsopcast-0.2.9/src#
root@ubuntu:/down/gsopcast-0.2.9# cd src
root@ubuntu:/down/gsopcast-0.2.9/src# make
g++ -O2 -Wall `pkg-config --cflags gtk+-2.0` `curl-config --cflags` -c callbacks.cc -o callbacks.o
/bin/sh: curl-config: command not found
In file included from callbacks.cc:21:
header.h:45:23: error: curl/curl.h: No such file or directory
make: *** [callbacks.o] 错误 1
root@ubuntu:/down/gsopcast-0.2.9/src#
- tanbamboo
- 帖子: 40
- 注册时间: 2006-07-24 14:40
-
- 帖子: 50
- 注册时间: 2006-06-27 8:19
Re: 请教,安装gsopcast-0.2.9时出错
已去除libcurl依赖,应该编译没有问题了chenfeg 写了:root@ubuntu:/down# cd gsopcast-0.2.9
root@ubuntu:/down/gsopcast-0.2.9# cd src
root@ubuntu:/down/gsopcast-0.2.9/src# make
g++ -O2 -Wall `pkg-config --cflags gtk+-2.0` `curl-config --cflags` -c callbacks.cc -o callbacks.o
/bin/sh: curl-config: command not found
In file included from callbacks.cc:21:
header.h:45:23: error: curl/curl.h: No such file or directory
make: *** [callbacks.o] 错误 1
root@ubuntu:/down/gsopcast-0.2.9/src#