Closed sergey-zabolotny closed 5 years ago
there is already a docker image with acestream: https://hub.docker.com/r/aaaler/acestream-pi/
This repository is tested on Raspberry PI 2/3 with latest Raspbian image. I cannot help you with docker and alpine image unfortunately
how to reproduce:
git clone git@github.com:sshmanko/acestream-armv7.git v3.1.33
add
set -xe
to the top and remove redirect to log file from last line from acestream.start filecreate Dokerfile with:
docker build -t acestream:3.1.33 . start container with command:
docker run -d --privileged=true --name acestream-engine acestream:3.1.33 docker logs acestream-engine