Convert, upload, and post audio and video streams to remote services.
575
Convert, upload, and post audio and video streams to remote services.
GitHub: https://github.com/frozenfoxx/stream_repeater
To build the Docker container run the following:
git clone https://github.com/frozenfoxx/stream_repeater.git
cd stream_repeater
docker build . -t 'frozenfoxx/stream_repeater:latest'
To load the application launch the container with your configuration:
docker run \
-it \
--rm \
-v [mount point]:/data \
-e CONFIG=[path to mounted config file] \
-p 5000:5000 \
frozenfoxx/stream_repeater:latest
Then access http://localhost:5000.
Content type
Image
Digest
Size
183.9 MB
Last updated
over 4 years ago
docker pull frozenfoxx/stream_repeater