Skip to content

Instantly share code, notes, and snippets.

@alex-left
Created June 28, 2017 22:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alex-left/7967dac44f2d2e31eabba2fae318a402 to your computer and use it in GitHub Desktop.
Save alex-left/7967dac44f2d2e31eabba2fae318a402 to your computer and use it in GitHub Desktop.
Play acestream easily in any linux system
Follow this steps to play a acestream link in any linux system using docker engine
1. Install docker engine, depending of your distro follow the instructions here:
https://docs.docker.com/engine/installation/
2. Up docker acetream proxy server:
``` docker run -d --name aceproxy -p 8000:8000 sergelevin/acestream-debproxy ```
This docker image works perfectcly, thanks to https://github.com/sergelevin/docker-acestream-debproxy
3. In this point you can play with for example, vlc player, a acestream aganist your local aceproxy.
4. you can use my script for more convenience:
https://github.com/alex-left/run-ace-proxy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment