问题描述
你们用过 Acestreams 吗?\n该存储库尚未发布 16.04 LTS,但除此之外,它可能不再免费了。
有人用其他软件观看 Acestreams/Sopcast + 我在哪里可以找到这样的软件?
谢谢你!
最佳办法
现在是一步安装:
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-engine
。
-
安装
acestream-engine
\n
echo 'deb http://repo.acestream.org/ubuntu/ trusty main' | sudo tee /etc/apt/sources.list.d/acestream.list\nsudo wget -O - http://repo.acestream.org/keys/acestream.public.key | sudo apt-key add -\nsudo apt-get update\nsudo apt-get install acestream-engine\n
-
安装 Kodi (XBMC)
\n
sudo add-apt-repository ppa:team-xbmc/ppa\nsudo apt-get update\nsudo apt-get install kodi kodi-pvr-iptvsimple kodi-audioencoder-*\n
-
安装适用于 Kodi 的插件 p2p-streams(视频)\n https://superrepo.org/get-started/
-
无需 root 启动 acestreamengine
\n
acestreamengine --client-console\n
\n
或者
\n
acestreamengine --client-gtk\n
-
启动 Kodi\n视频 – 插件 – p2p-streams – 插件 Website-parsere
这是唯一的方法。
第三种办法
我在 Ubuntu 16.04 LTS 中运行了这个选项:https://github.com/jonian/acestream-launcher
指示:
1.先决条件:\n如果您不确定是否拥有所有依赖项,请运行:
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
享受。
第四种办法
最简单的方法:Snap(我在 Ubuntu Mate 16.04 中使用它没有问题,现在在 Mate 18.04 beta 中使用它)。
要安装,只需在终端中输入以下内容:
sudo snap install acestreamplayer
首次运行,建议使用终端:
snap run acestreamplayer
(没有 sudo
)
第一次配置需要一些时间,看起来很阻塞,但是完成后,会出现播放器和服务器图标。并且在声音和视频菜单中创建了两个快捷方式(服务器和播放器)
干杯
第五种办法
发现这里已经打包了:
https://snapcraft.io/acestreamplayer
对我来说工作得很好。