如何观看 Acestream / Sopcast Ubuntu 16.04 LTS?

如何观看 Acestream / Sopcast Ubuntu 16.04 LTS?

你们用过吗艾斯瑞姆斯? 该存储库尚未发布 16.04 LTS,但此外,它可能不再免费。

有人用其他软件观看 Acestreams/Sopcast 吗 + 我在哪里可以找到这样的软件?

谢谢你!

答案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

根据信息@https://www.cnx-software.com/2018/04/15/how-to-install-and-use-acestream-easily-in-ubuntu-mint-linux/

答案2

它对我有用。仅安装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 (视频)

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

  4. 无需 root 权限即可启动 acestreamengine

    acestreamengine --client-console
    

    或者

    acestreamengine --client-gtk
    
  5. 启动 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

享受。

答案4

发现这里已经打包好了:

https://snapcraft.io/acestreamplayer

对我来说很好用。

相关内容