A docker image to run aceengine + aceproxy, e.g. to watch Torrent-TV.ru.
As a result, you will be able to watch AceStream live content without having AcePlayer and other dependencies installed locally.
Perfect for XBMC (even on Raspberry PI), Mac OSX, where AceStream in unavailable, or hard/expensive to launch.
TorrentTV's "local-ts-proxy" thing, which does the same, sucks cause it's windows-only, very buggy, and vendor locked-in. Aceproxy works better, is simpler, and can also handle other acestream content.
First, install docker into your system. Read about it here: https://www.docker.io/gettingstarted/
Then just do something like this, to launch a proxy for Torrent-TV:
docker build -t ikatson/aceproxy git://github.com/ikatson/docker-acestream-proxy.git
OR download the binary one, this is faster
docker pull ikatson/aceproxy:latest
docker run -t -p 8000:8000 ikatson/aceproxy
Copy the URL from "Мой Кабинет->Плейлист", and replace it here:
docker run -t -p 8000:8000 ikatson/aceproxy http://api.torrent-tv.ru/....
Then paste this URL into your player:
http://[SERVER_IP]:8000/ttvplaylist/ttvplaylist.m3u
Content type
Image
Digest
sha256:7b7b90270…
Size
115.4 MB
Last updated
almost 11 years ago
docker pull ikatson/aceproxy