答案1
现在只需一步安装:
sudo snap install acestreamplayer
并运行它:
acestreamplayer.engine --client-console
acestreamplayer
如果在成功安装 snap 包后运行上述命令失败并出现错误command not found
,你可能需要添加/snap/bin
到你的$PATH
或者使用以下命令运行它:
snap run acestreamplayer.engine --client-console
snap run acestreamplayer
答案2
它对我有用。仅安装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 (视频)
无需 root 权限即可启动 acestreamengine
acestreamengine --client-console
或者
acestreamengine --client-gtk
启动 Kodi
视频 - 插件 - p2p-streams - 插件网站-parsere
这是唯一的方法。
答案3
我在 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
享受。