Sign inSign up

frozenfoxx/stream_repeater

By frozenfoxx

Updated over 4 years ago

Convert, upload, and post audio and video streams to remote services.

Image
1

575

frozenfoxx/stream_repeater repository overview

stream_repeater

Convert, upload, and post audio and video streams to remote services.

GitHub: https://github.com/frozenfoxx/stream_repeater

Build

Docker

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'

Usage

Docker

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.

Tag summary

Content type

Image

Digest

Size

183.9 MB

Last updated

over 4 years ago

docker pull frozenfoxx/stream_repeater