Simple acestream engine, built on Ubuntu 18.04.
Engine version: 3.1.49
This docker provides access to the Acestream Engine API capabilites such as the HTTP stream proxy.
Using docker-compose:
services: acestream: image: proap/acestream restart: unless-stopped ports: - 6878:6878 environment: - TZ=Europe/Paris volumes: - /path/to/host/volume:/root/.ACEStream
For full documentation, please refer to the acestream wiki
http://<host_address>:6878/webui/app/dobrinkos/server?#proxy-server-main
http://<host_address>:6878/ace/getstream?id=<content_id>
docker build . -t repository_name/image_name:tag
services: acestream:(....) logging: driver: none
Content type
Image
Digest
Size
99.6 MB
Last updated
over 5 years ago
docker pull proap/acestream