re-stream/README.md

14 lines
368 B
Markdown
Raw Permalink Normal View History

2018-02-14 22:38:00 +00:00
# luzifer-docker / re-stream
Run a Docker container to supply audio of your YouTube Live-Stream through an IceCast for mobile listeners in OGG format
## Usage
```bash
## Build container (optional)
$ docker build -t luzifer/re-stream .
## Execute curator
$ docker run --rm -ti luzifer/re-stream <your live-stream URL> icecast://source:pass@host:port/stream.ogg
```