红联首页 凝聚Linux人的力量
菜鸟过关 | 精华文档 | 同城人(交友) | 我与Linux的故事 | Linux新闻 | Linux视频 | Linux人才 | 软件下载 | 大学校园 | English
发新话题
打印

P2P网络电视又一选择:gmlive

P2P网络电视又一选择:gmlive

之间大家可能听说过gsopcast这款网络电视软件,它是一款基于sopcast的P2P网络电视软件。不过gsopcast已经好久没有更新了。

没关系,新的选择来了──gmlive!gmlive是由国内cyclone团队开发的一款软件, 它被设计为支持多种P2P广播视频流。目前为止支持nslive和sopcast。同gsopcast一样,gmlive仅提供一个友好的图形外壳,并不提供直播服务。所以用户需要自己选择流并安装之。

另外,gmlive调用mplayer作为其视频播放前端,所以你还得有mplayer

目前团队放出了第一个可用的版本──0.1.1。

下载源码并编译安装:

http://gmlive.googlecode.com/files/gmlive-0.11.tar.gz

还是一如继往的编译和安装,不过稍有不同,./configure换成了./autogen.sh

./autogen.sh
make
sudo make install

安装完成后,就根据自己的需要选择视频流的支持:

加nslive流支持请下载
http://www.newseetv.com/soft/nslive-0.1.0.tar.gz

添加sopcast流支持请下载
http://download.sopcast.com/download/sp-auth.tgz

下载后,将它们的二进制文件拷贝到/usr/local/bin/或/usr/bin/

虽然软件才刚刚开始,可能不稳定、有Bug等,但是还是希望软件能发展下去!

sp-auth.gz下载不到可以到这里:ftp://ftp.fedora.cn/pub/fedora-c ... fc7.fcn.y1.i386.rpm下载这个rpm包安装,F7和Fedora 8都可用,ubuntu用户转一下包,应该问题也不大

TOP

谢谢,装着试试

TOP

***Error***: some autoconf macros required to build Package
  were not found in your aclocal path, or some forbidden
  macros were found.  Perhaps you need to adjust your
  ACLOCAL_FLAGS
什么意思阿?
装不上阿!

TOP

才接触Linux,这个以后慢慢学习

TOP

请教一下,当输入make 结果显示为Running intltoolize...
Running aclocal-1.9...
/usr/share/aclocal/ao.m4:9: warning: underquoted definition of XIPH_PATH_AO
  run info '(automake)Extending aclocal'
  or see http://sources.redhat.com/automa ... l#Extending-aclocal
configure.in:4: error: Autoconf version 2.60 or higher is required
configure.in:4: the top level
autom4te: /usr/bin/m4 failed with exit status: 63
aclocal-1.9: autom4te failed with exit status: 63
[root@localhost gmlive-0.11]# make
结果显示为 make: *** 没有指明目标并且找不到 makefile。 停止
遇到这个问题该如何解决

TOP

TOP

发新话题