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
- Host: GitHub
- URL: https://github.com/late-night-weeb/docker-streamlink
- Owner: late-night-weeb
- Created: 2025-04-10T17:23:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-10T21:25:44.000Z (about 1 year ago)
- Last Synced: 2025-04-12T03:59:11.173Z (about 1 year ago)
- Topics: docker, streamlink
- Language: Shell
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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