Acestream / Sopcast Ubuntu 16.04 LTS를 보는 방법?


41

너희들은 Acestreams를 사용 습니까? 16.04 LTS에 대해서는 아직 저장소가 발행되지 않았지만 더 이상 사용 가능하지 않을 수 있습니다.

다른 소프트웨어와 함께 Acestreams / Sopcast를 시청하는 사람이 있습니까 + 해당 소프트웨어를 어디서 찾을 수 있습니까?

감사합니다!


나는 노력할 것이다. 그러나 16.04에서 신뢰할 수있는 저장소는 작동하지 않는다 :(
Mookey

1
이것을 시도 했습니까? 여기에는 여전히 acestream-engine이 필요하지만 외부 플레이어 (예 : VLC, mpv)에서 스트림을 재생할 수 있습니다. github.com/jonian/acestream-launcher
pileofrocks

답변:


42

이제 한 단계 설치입니다.

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/


2
18.04 LTS에서 작동합니다.
Mookey

3
첫 번째 설치 명령을 실행 한 후 메뉴에서 Ace Player HD 를 열었 습니다. 그 후 acestream://링크를 클릭하면 VLC에서 자동으로 열립니다.
bmaupin

슬프게도 이것은 에이스 스트림 플레이어의 버전 2입니다.
Jamie Hutber

24

그것은 나를 위해 작동합니다. 설치 만 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 스트림-애드온 웹 사이트 파서

유일한 방법입니다.


알았어, 그건 내 실수 야 감사합니다!
Mookey

3
그래서 KODI는 스스로 의지로 얼어 붙은 것처럼 보이지만 작동합니다. 말한대로 Acestream 엔진이 실행 중이며 여기에 나열된 프로그램 인 Addon Website Parsers를 재생할 수 있습니다. 새로운 프로그램을 추가 할 수있는 방법이 있습니까? CTRL + V가 작동하지 않아서 acestream 코드를 "acestream 링크에서 재생"에 복사 / 붙여 넣을 수 없습니다. 나는 주로 영국 프리미어 리그 축구에 관심이 있습니다.
Mookey

1
CTRL + C / V는 작동하지 않습니다. 솔루션을 찾을 수 없었지만 과거 스트림 링크를 복사 할 필요없이 검색하는 프로그램이있는 애드온이 있습니다. 동결에 관해서는, 아직 발생하지 않은 커널 4.6으로 업그레이드했습니다. 또한 지금은 두 번째 모니터를 사용합니다.
Mookey

4
더 이상 작동하지 않습니다! p2p-stream을 설치할 수 없습니다.

1
작동하지 않으므로 답변을 업데이트해야합니다.
Luís de Sousa

14

우분투 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

즐겨.


4
이것은 멋진 경량 솔루션입니다! askubuntu.com/a/765407/14747 의 첫 번째 단계에서와 같이 저장소를 추가하는 것을 잊지 마십시오 !
krumpelstiltskin

1
Ubuntu 14.04에서 다음 오류가 발생합니다. Traceback (가장 최근 호출) : <module> main () 파일 "/ usr / bin / acestream-의 파일"/ usr / bin / acestream-launcher ", 161 행 초기 AcestreamLauncher () 파일의 "launcher", 151 행, init self.start_acestream () 파일의 "/ usr / bin / acestream-launcher", 44 행, start_acestream의 70 행 process.name ()의 'acestreamengine'인 경우 : TypeError : 'str'객체를 호출 할 수 없음
andrestoga

E : 패키지 acestream-engine을 찾을 수 없음ubuntu v18
Jamie Hutber

./install.sh이 레포 내부 에는 없습니다 :(
Jamie Hutber

6

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

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

sudo snap install acestreamplayer

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

snap run acestreamplayer

(없이 sudo)

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

건배


우분투 18.04에서 나를 위해 일했습니다 (위의 acestream-launcher와 달리).
Waldir Leoncio

당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.