如何观看Acestream / Sopcast Ubuntu 16.04 LTS?

你们有没有使用Acestreams ? 该存储库尚未发布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 

基于info @ https://www.cnx-software.com/2018/04/15/how-to-install-and-use-acestream-easily-in-ubuntu-mint-linux/

这个对我有用。 仅安装acestream-engine

  1. 安装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 
  2. 安装Kodi(XBMC)

     sudo add-apt-repository ppa:team-xbmc/ppa sudo apt-get update sudo apt-get install kodi kodi-pvr-iptvsimple kodi-audioencoder-* 
  3. 为Kodi安装插件p2p-streams(video)

    https://superrepo.org/get-started/

  4. 启动acestreamengine没有根

     acestreamengine --client-console 

    要么

     acestreamengine --client-gtk 
  5. 启动Kodi

    video – 插件 – p2p-streams – Addon Website-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 

请享用。

最简单的方法:Snap(我在Ubuntu Mate 16.04中使用它没有问题,现在在Mate 18.04 beta中使用它)。

要安装,只需在终端中输入以下内容:

 sudo snap install acestreamplayer 

要第一次运行,建议使用终端:

 snap run acestreamplayer 

(没有sudo

第一个配置需要一些时间,它似乎会阻止,但是当它完成时,将出现播放器和服务器图标。 此外,还在声音和video菜单中创建了两个快捷方式(服务器和播放器)

干杯

发现它已经打包在这里:

https://snapcraft.io/acestreamplayer

对我来说很好。