web-dev-qa-db-ja.com

Acestream / Sopcast Ubuntu 16.04 LTSの視聴方法

Acestreams を使用しましたか?リポジトリはまだ16.04 LTSに対して発行されていませんが、さらに無料ではない可能性があります。

他のソフトウェアでAcestreams/Sopcastを視聴している人はいますか?

ありがとうございました!

41
Mookey

これで、1ステップのインストールになりました。

Sudo snap install acestreamplayer

そしてそれを実行するには:

acestreamplayer.engine --client-console
acestreamplayer

スナップインストールの成功後にcommand not foundエラーで失敗した場合に上記のコマンドを実行する場合、/snap/bin$PATHに追加する必要があるかもしれませんor次のコマンドを使用して実行します。

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/ =

42
cnxsoft

わたしにはできる。 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. ルートなしでacestreamengineを起動

    acestreamengine --client-console
    

    または

    acestreamengine --client-gtk
    
  5. Kodiを開始

    ビデオ-アドオン-p2p-streams-Addon Website-parsere

それが唯一の方法です。

24
Nick

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

楽しい。

14
CMorales

最も簡単な方法:スナップ(Ubuntu Mate 16.04および現在Mate 18.04ベータで問題なく使用しました)。

インストールするには、ターミナルに次のように入力します。

Sudo snap install acestreamplayer

初めて実行するには、ターミナルを使用することをお勧めします。

snap run acestreamplayer

Sudoなし)

最初の構成には時間がかかり、ブロックされているように見えますが、完了するとプレーヤーとサーバーアイコンが表示されます。また、2つのショートカット(サーバーとプレーヤー)がSound&Videoメニューに作成されます

乾杯

6
Zé Bento

ここにパッケージされていることがわかりました:

https://snapcraft.io/acestreamplayer

私のためにうまく働いています。

3
ikt