Sign inSign up

cturra/acestream

By cturra

Updated over 3 years ago

AceStream client console running in a container

Image
2

2.0K

cturra/acestream repository overview

About this container

This container runs the AceStream client console on Debian Linux. More about AceStream can be found at:

http://www.acestream.org/

Quick Run

Check out the container options below if you want more details about each of the options. If you just want to get up and running, here is the minimum you'll need:

  1. build
  2. run
  3. connect

Container Options

The Makefile included in this repo should help with all the interactions you may need to make with the cturra/acestream container.

Build

Build container image locally from Dockerfile.

$> make build
Run or Start

:warning: Requirement: container has been built

Run (or start) conatiner:

$> make run
Stop

:warning: Requirement: container is running

Stop and tear down the AceStream service. This will both stop and remove the container.

$> make stop
Logs

:warning: Requirement: container is running

Fetch and follow the container logs.

$> make logs
Shell

:warning: Requirement: container is running

Drop into the container to interact with it.

$> make shell
Stats

:warning: Requirement: container is running

Display a live stream of the container resource usage statistics.

$> make stats
Status

:warning: Requirement: container is running

Display the details about the running container.

$> make status

Connecting to Stream

Once the container is running, connect to the network stream with a multimedia player like VLC from the same or another computer on your network.

http://<DOCKER_HOST>:6878/ace/getstream?id=<CONTENT_ID>

Tag summary

Content type

Image

Digest

sha256:451404132

Size

70.5 MB

Last updated

over 3 years ago

docker pull cturra/acestream