• 页面

  • 功能

  • 标签

  • « icalk要怎样开发下去 | Main | GMLive的各种打包 »

    GMLive发布0.11版

    By lerosua | 12月 13, 2007

    我们很高兴,终于有一款能用的版本发布出来,目前只提供源码下载。(由于我们并不是

    编译的专家,对于各种包的制作并不熟习,上次做了一个deb包却有各种依赖。因此我们希望

    能有此方面的高手帮忙打包. )

    源码:

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

    (这是基于C++和Gtkmm的软件,所以编译前请确认您的系统已安装

    好需要的开发库)

    说明:

    GMLive并不直接提供P2P直播服务。因此我们并不能对提供的服务负责。
    它尝试成为一款通用型的流媒体播放外壳。
    它以全能的Mplayer播放器为引擎。目标是支持Linuxx下多种类型的P2P广播视频
    流,提供一种方便快捷的观看网络视频的方案。

    添加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/
    即可

    关于nslive流。
    nslive是一款Linux下的p2p的网络直播软件,由andycl98@163.com所开发。
    关于此软件的支持请访问http://andycl98.blog.163.com/以获得详细信息。
    nslive流本身会调用mplayer,所以为了让它更好与gmlive一起工作,请将
    nslive的配置文件中的播放器选项注释。
    ~/.ulive/ulive.conf
    #mplayer install path
    #mplayer=/usr/bin/mplayer

    *注意,获取nslive流支持前请先按照nslive软件里的方法初始化。

    关于sopcast流。
    sopcast流提供的服务请访问http://www.sopcast.org以获得详细信息。
    另外,我们获取sopcast播放列表的方式用的是wget这个程序,请保证您的
    系统中存在这个命令。

    关于MMS流
    此列表中的流服务并不是基于p2p形式的。只是网络上散落的各种网络电视
    的mms地址。例如,mms://xxx. 我们将它收集起来,以方便您观看。当然您
    也可以将收集到的mms流地址发给我们。在以后的版本中将会支持你自己添加
    地址。但在当前,如需要,您可以自己手工编辑源码中的mms.lst文件。并将
    它拷贝到您的目录下面~/.gmlive/ , 我们程序将优先读取这个目录下的列表。

    0.11版本截图:

    gmlive 0.11 version

    Topics: GMLive |

    25 Responses to “GMLive发布0.11版”

    1. oneleaf Says:
      12月 13th, 2007 at 4:29 pm

      $ gmlive

      (gmlive:29520): libglade-WARNING **: could not find glade file ‘/usr/local/share/gmlive/gmlive.xml’
      terminate called after throwing an instance of ‘Gnome::Glade::XmlError’
      忽略 (core dumped)

      打包后此文件在 /usr/share/gmlive/gmlive.xml 。

    2. 守望伊人 Says:
      12月 13th, 2007 at 5:21 pm

      支持这个项目,希望能有更多的人参加,并加以完善。

    3. P2P网络电视又一选择:gmlive! - Linux桌面中文网 Says:
      12月 13th, 2007 at 6:00 pm

      [...] 更详细的地说明可以看官方Blog的发布说明。 [...]

    4. fuben Says:
      12月 13th, 2007 at 7:12 pm

      支持!前一段时间用过gsopcast,很不好用,在那以后就感觉目前linux在国内的应用就是缺少像pplive和迅雷的软件了。

    5. zhaolj Says:
      12月 14th, 2007 at 12:06 am

      hi, 用gmlive播放nslive的流,出现下面的错误:
      19598
      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.
      Couldn’t resolve name for AF_INET6: 127.0.0.1
      nslive exit

      播放mms流,
      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.
      Couldn’t resolve name for AF_INET6: live.cctv.com
      unknown object
      unknown object
      unknown object
      unknown object
      mms exit

      这是什么问题?

    6. gcell Says:
      12月 14th, 2007 at 8:40 am

      gedit ~/.mplayer/config 加入prefer-ipv4 = yes
      就不会出现”Couldn’t resolve name for AF_INET6“错误了
      但是还是会mplayer: could not connect to socket,不知何解?

    7. lerosua Says:
      12月 14th, 2007 at 9:57 am

      gcell, 是否所有的频道都是这样呢?
      有些频道连不上有可能是网络问题,也有可能是mplayer没有支持它的解码器。情况有些复杂噢~~

    8. GMLive发布0.11版 | 岳不群 Says:
      12月 14th, 2007 at 10:27 am

      [...] GMLive发布0.11版 [...]

    9. zhaolj Says:
      12月 14th, 2007 at 10:47 am

      to lerosua:
      所有频道都是这样的:
      21980
      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.
      nslive exit

    10. lerosua Says:
      12月 14th, 2007 at 11:00 am

      to zhaolj:
      你试试单独用nslive来看。是否也有问题?
      就是看看nslive本身能否正常工作。

    11. zhaolj Says:
      12月 14th, 2007 at 11:27 am

      to lerosua:
      nslive单独是没有问题的。可以正常播放。

    12. eexp Says:
      12月 14th, 2007 at 12:37 pm

      有完整的deb包没。

    13. gcell Says:
      12月 14th, 2007 at 12:59 pm

      to lerosua:
      除了偶尔几个mms可以播放其他的都是这样和zhaolj遇到的情况一样,也是提示
      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.
      nslive exit
      然后gmlive提示ready就没动静了

    14. lerosua Says:
      12月 14th, 2007 at 2:00 pm

      to eexp
      已经有网友制作了deb包了,看下一篇文章。

      to zhaolj, gcell
      有没有做这步啊?
      nslive的配置文件中的播放器选项注释。
      ~/.ulive/ulive.conf
      #mplayer install path
      #mplayer=/usr/bin/mplayer

      提示ready是说没有mplayer在运行,处于等待状态。

    15. gcell Says:
      12月 14th, 2007 at 2:29 pm

      to lerosua:
      我注释掉了,我的ulive.conf
      #download directory set
      dwondir=download
      #programer list file
      programer=prog.list
      #mplayer install path
      #mplayer=/usr/bin/mplayer

    16. zebrattt Says:
      12月 17th, 2007 at 6:34 am

      哪有 ~/.ulive这个目录啊

    17. lerosua Says:
      12月 17th, 2007 at 9:17 am

      to zebratt
      ~/.ulive这个目录要你用nslive自己生成。
      详细请看nslive本身的说明。

    18. cyclone团队博客 » GMLive 0.20beta 2 发布 Says:
      12月 21st, 2007 at 9:55 am

      [...] (安装方法请参看 0.11版的发布文) [...]

    19. zebrattt Says:
      12月 22nd, 2007 at 2:59 am

      thanks, lerosua.
      I made it. 界面能打开,但一个节目也不能放。 假设nslive安装不对,但sopcast应该能播,因为我的gsopcast放的很好

      网上很多同学也碰到问题。 期待下一个版本 (最好是deb安装包, 用了ubuntu后不习惯用source安装了 :) )

    20. P2P网络电视又一选择:gmlive! | LinuxDig Says:
      05月 4th, 2008 at 6:36 pm

      [...] 更详细的地说明可以看官方Blog的发布说明。 [...]

    21. ccnu Says:
      05月 19th, 2008 at 12:19 pm

      为什么我的gmlive有声音没图像啊?

    22. Paul Says:
      06月 18th, 2008 at 9:23 pm

      我做了一個 gmlive_0.20.2-1_i386.deb 放在Ubuntu中文論壇,目前唯一的問題是 nslive 一直無法使用,我查了 http://andycl98.blog.163.com/ 這個網站,仍是找不到生成 ~/.ulive 目錄的方法,請問如何解決? 謝謝!

    23. wuziland Says:
      06月 23rd, 2008 at 3:32 pm

      我在我的Ubuntu里装了个gsopcast,只有一次打开时有频道列表,且能正常播放,其余时间里都是白纸一张,一个频道也没有,不知道是什么原因。

    24. lerosua Says:
      06月 24th, 2008 at 10:18 am

      to wuziland:
      这个~~~ 大概是gsopcast默认的频道列表地址失效了,你再找一个频道地址url自己填上去就好了。
      另外,gsopcast不是我们做的。你最好直接发邮件给作者。

    Comments