stash / stream_repeater

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stream_repeater

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

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.

About

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

License:Apache License 2.0


Languages

Language:Python 75.9%Language:CSS 11.1%Language:HTML 8.9%Language:Dockerfile 3.8%Language:Shell 0.2%