Runs AceStream engine to allow VLC to stream acestream links https://www.acestream.org https://www.videolan.org
Instructions Needs port 6878 mapped, so launched through cli with that parameter Linux (if user not part of docker group use sudo)
sudo docker run --rm -it -p 6878:6878 conzilla/acestream:latest --client-console
Windows through CMD or powershell
docker run --rm -it -p 6878:6878 conzilla/acestream:latest --client-console
Then in VLC -> Media -> Open Network Stream (Can click on more options to increase caching etc)
The prefix is
So if the link is
acestream://<40char hexadecimal string>
In VLC put
http://127.0.0.1:6878/ace/getstream?id=<40char hexadecimal string>
Content type
Image
Digest
sha256:e2037cf53…
Size
317.4 MB
Last updated
11 months ago
docker pull conzilla/acestream