Docker container for a self-hosted "restream.io" alternative
492
Based on alfg/docker-nginx-rtmp
This is a Docker container ( based on alfg/docker-nginx-rtmp ) I thought to create after knowing "restream.io" ( a service to push one livestream to multiple platforms like twitch and youtube at the same time )
docker pull pe46dro/nginx-push-stream
docker run -it -p 1935:1935 -p 8080:80 --rm nginx-push-stream
docker build -t nginx-push-stream .
docker run -it -p 1935:1935 -p 8080:80 --rm nginx-push-stream
git checkout -b my-new-featuregit commit -am 'Add some feature'git push origin my-new-featureIt provides the same restrictions and freedoms as the GPLv3 but with an additional clause which makes it so that source code must be distributed along with web publication.
Content type
Image
Digest
Size
105.6 MB
Last updated
over 9 years ago
docker pull pe46dro/nginx-push-stream