An open API service indexing awesome lists of open source software.

https://github.com/late-night-weeb/docker-streamlink

Streamlink inside Docker, record multiple Twitch streamers at once
https://github.com/late-night-weeb/docker-streamlink

docker streamlink

Last synced: about 1 year ago
JSON representation

Streamlink inside Docker, record multiple Twitch streamers at once

Awesome Lists containing this project

README

          

## Info
This is a Docker container which uses streamlink in a python container to record streams from twitch.tv.

From my testing each streamer uses round about 1MB/s so for example: 5 streamers = 5MB/S
### WARNING!!
Might be cpu-heavy depending on how many streamers you're recording at once

### Install
1. Download all files and move them into one folder so it looks something like this:
```

├── docker-compose.yml
├── Dockerfile
├── streamers.txt
└── streamlink-recorder.sh
```
2. Edit the docker-compose.yml file and adjust the paths
3. Add Streamers inside Streamers.txt
4. Run
```
docker build -t .
```
5. you're ready to go