你们使用过Acestreams吗?该存储库尚未针对16.04 LTS发行,但除此之外,它可能不再免费。
是否有人用其他任何软件观看Acestreams / Sopcast,我在哪里可以找到这样的软件?
谢谢!
你们使用过Acestreams吗?该存储库尚未针对16.04 LTS发行,但除此之外,它可能不再免费。
是否有人用其他任何软件观看Acestreams / Sopcast,我在哪里可以找到这样的软件?
谢谢!
Answers:
现在是一步安装:
sudo snap install acestreamplayer
并运行它:
acestreamplayer.engine --client-console
acestreamplayer
如果在成功的快照安装失败后出现command not found
错误并运行上述命令,则可能需要添加/snap/bin
到您的命令$PATH
或使用以下命令运行它:
snap run acestreamplayer.engine --client-console
snap run acestreamplayer
acestream://
链接,它在VLC中自动打开。
这个对我有用。仅安装acestream-engine
。
安装 acestream-engine
echo 'deb http://repo.acestream.org/ubuntu/ trusty main' | sudo tee /etc/apt/sources.list.d/acestream.list
sudo wget -O - http://repo.acestream.org/keys/acestream.public.key | sudo apt-key add -
sudo apt-get update
sudo apt-get install acestream-engine
安装Kodi(XBMC)
sudo add-apt-repository ppa:team-xbmc/ppa
sudo apt-get update
sudo apt-get install kodi kodi-pvr-iptvsimple kodi-audioencoder-*
为Kodi安装插件p2p-streams(视频)
没有根启动acestreamengine
acestreamengine --client-console
要么
acestreamengine --client-gtk
启动科迪
视频-插件-p2p流-插件网站-parsere
这是唯一的方法。
我在Ubuntu 16.04 LTS中运行了此选项:https : //github.com/jonian/acestream-launcher
说明:
1. 先决条件:如果不确定是否具有所有依赖项,请运行:
sudo apt-get update
sudo apt-get install python python-psutil python-pexpect python-notify2 acestream-engine vlc
2. 克隆存储库:
git clone https://github.com/jonian/acestream-launcher.git
3. 以root身份运行install.sh脚本:
sudo bash ./install.sh
现在,一旦有了流的URL,就运行:
acestream-launcher URL
例如:
acestream-launcher acestream://edca97797b5749855c9c0d512312312312323
请享用。
ubuntu v18
./install.sh
此
最简单的方法:Snap(我在Ubuntu Mate 16.04和现在的Mate 18.04 beta中都没有问题地使用它)。
要安装,只需在终端中输入以下内容:
sudo snap install acestreamplayer
要首次运行,建议使用终端:
snap run acestreamplayer
(无sudo
)
第一个配置需要一些时间,似乎会阻塞,但是完成后,将显示播放器和服务器图标。并且在“声音和视频”菜单中创建了两个快捷方式(服务器和播放器)
干杯