태그 보관물: sopcast

sopcast

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

정보 @ 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 스트림 설치 (비디오)

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

  4. acestreamengine 시작 루트 없음

    acestreamengine --client-console
    

    또는

    acestreamengine --client-gtk
    
  5. 코디 시작

    비디오-애드온-P2P 스트림-애드온 웹 사이트 파서

유일한 방법입니다.


답변

우분투 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. 루트로 install.sh 스크립트를 실행하십시오 .

sudo bash ./install.sh

이제 스트리밍 URL이 있으면 다음을 실행하십시오.

acestream-launcher URL

예를 들면 다음과 같습니다.

acestream-launcher acestream://edca97797b5749855c9c0d512312312312323

즐겨.


답변

가장 쉬운 방법 : Snap (Ubuntu Mate 16.04에서 현재는 Mate 18.04 베타에서 문제없이 사용했습니다).

설치하려면 터미널에 다음을 입력하십시오.

sudo snap install acestreamplayer

처음으로 실행하려면 터미널을 사용하는 것이 좋습니다.

snap run acestreamplayer

(없이 sudo)

첫 번째 구성은 시간이 걸리고 차단되는 것처럼 보이지만 완료되면 플레이어와 서버 아이콘이 나타납니다. 또한 사운드 및 비디오 메뉴에서 두 개의 바로 가기 (서버 및 플레이어)가 생성됩니다

건배


답변

여기에 패키지되어 있음을 발견했습니다.

https://snapcraft.io/acestreamplayer

나를 위해 잘 작동합니다.


답변