Sign inSign up

proap/acestream

By proap

Updated over 5 years ago

Acestream Engine on Ubuntu 18.04

Image
1

1.0K

proap/acestream repository overview

OVERVIEW

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. 

RUN

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

USAGE

For full documentation, please refer to the acestream wiki

WebUI control pannel:

http://<host_address>:6878/webui/app/dobrinkos/server?#proxy-server-main

How to get a HTTP stream:

http://<host_address>:6878/ace/getstream?id=<content_id>

BUILD

docker build . -t repository_name/image_name:tag

TODO

  1. Bump to Ubuntu 20.04
  2. Correct the webUI 'access error' that spams the containers logs. One temporary fix is to disable the logging for the container:

services:
  acestream:
(....)
    logging:
      driver: none

Tag summary

Content type

Image

Digest

Size

99.6 MB

Last updated

over 5 years ago

docker pull proap/acestream