快捷搜索:   nginx

linux 安装 网络电视 sopcast

1. 命令行

http://download.sopcast.cn/download/sp-auth.tgz
请在之前阅读软件包中的Readme,了解使用说明和库的依赖关系。

如果需要stdc++5库,从以下地址下载:
http://www.sopcast.com/download/libstdcpp5.tgz
注意:如果您可以运行sp-sc,没有必要下载libstdcpp5.tgz库。

2. 图形界面前端

您可以在以下网址找到Linux图形界面前端的下载和相关信息:
http://code.google.com/p/sopcast-player/

图形界面版本是有Jason Scheunemann开发的,特别致谢!

通用说明

在安装sopcast-player之前,需要先安装sp-auth:在基于Debian的Linux发行版上,需要针对您计算机的不同架构(即32位或 64位),安装与之相应版本(i386或x86_64)的sp- auth和sopcast-player。在基于RPM的Linux发行版上,请先安装i386版sp-auth(这个版本对于两种架构都适用),然后视 计算机架构安装相应版本的sopcast- player。
用户

安装SopCast Player之前,请确保已安装medibuntu源,否则无法获得播放所需的VLC。这个页面会告诉您如何安装medibuntu源。老版本的Ubuntu可能无法使用medibuntu源来安装所需版本的VLC。
#

Ubuntu 9.04 "Jaunty Jackalope":

sudo wget http://www.medibuntu.org/sources.list.d/jaunty.list --output-document=/etc/apt/sources.list.d/medibuntu.list

#

Ubuntu 8.10 "Intrepid Ibex":

sudo wget http://www.medibuntu.org/sources.list.d/intrepid.list --output-document=/etc/apt/sources.list.d/medibuntu.list

#

Ubuntu 8.04 "Hardy Heron":

sudo wget http://www.medibuntu.org/sources.list.d/hardy.list --output-document=/etc/apt/sources.list.d/medibuntu.list
Then, add the GPG Key:

sudo apt-get update && sudo apt-get install medibuntu-keyring && sudo apt-get update
另一种方法
大家可以从从下载以下两个文件
sp-auth_3.0.1_i386.deb
sopcast-player_0.2.1-1_i386.deb
安装后

启动Sopcast后没有任何反应。

或在终端中执行sopcast-player。
如果出现错误:
RuntimeError: Bad magic number in .pyc file

怎么办呢?

解決方法修改/usr/bin/sopcast-player,终端中执行sudo gedit /usr/bin/sopcast-player。


/usr/bin/python /usr/share/sopcast-player/lib/sopcast-player.pyc $@
改成
/usr/bin/python2.5 /usr/share/sopcast-player/lib/sopcast-player.pyc $@

修改后运行如果还显示:
/usr/bin/sopcast-player: 2: /usr/bin/python2.5: not found
就安装python2.5,终端中执行sudo apt-get install python2.5。( 9.04的好象不用到这步)

现在启动后,右边的频道指南列表没有,刷新,升级数据库即可。

顶(0)
踩(0)

您可能还会对下面的文章感兴趣:

最新评论