All apps · 0 apps
Acestream
Docker app from joroga22's Repository
Overview
Acestream-engine
To access it you can use the HTTP api as shown in their wiki:
https://wiki.acestream.media/Engine_HTTP_API
For example in VLC:
http://[YOUR IP]:8008/ace/getstream?id=[ACESTREAM id]
Also you can create an m3u list and integrate in Jellyfin Live TV with the m3u tuner:
#EXTM3U
#EXTINF:0,EXAMPLE
http://[YOUR IP]:8008/ace/getstream?id=[ACESTREAM id]
Readme
View on GitHubacestream-engine
Docker image with acestream engine.
It intended for using mostly as base image for others like acestream-service but You can run it as standalone service:
docker run --detach --publish 6878:6878 vstavrinov/acestream-engine
After that you can use acestream engine by usual way connecting to it's standard port 6878
Install Acestream on Unraid in a few clicks.
Find Acestream in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.
Open the Apps tab on your Unraid server Search Community Apps for Acestream Review the template variables and paths Click Install
Categories
Download Statistics
6,392
Total Downloads
Related apps
Explore more like this
Explore allDetails
Repository
vstavrinov/acestream-engineLast Updated2025-10-29
First Seen2023-06-03
Runtime arguments
- Network
bridge- Shell
sh- Privileged
- false
Template configuration
acestream cachePathrw
Stream cache data
- Target
- /srv/ace/.ACEStream
- Value
- /mnt/user/appdata/acestream/
HOST PORTPorttcp
Redirect default engine port 6878
- Target
- 6878
- Value
- 8008