https://github.com/jmorbegoso/streaming-video-downloader
Download live streams from Twitch and other livestreaming services.
https://github.com/jmorbegoso/streaming-video-downloader
downloader livestream livestreaming streamlink twitch
Last synced: 6 months ago
JSON representation
Download live streams from Twitch and other livestreaming services.
- Host: GitHub
- URL: https://github.com/jmorbegoso/streaming-video-downloader
- Owner: JMOrbegoso
- License: gpl-3.0
- Created: 2023-12-16T00:36:44.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-26T18:21:30.000Z (9 months ago)
- Last Synced: 2025-03-24T14:08:47.288Z (7 months ago)
- Topics: downloader, livestream, livestreaming, streamlink, twitch
- Language: Shell
- Homepage:
- Size: 32.2 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
streaming-video-downloader
Download live streams from Twitch and other livestreaming services
![]()
![]()
Streaming-video-downloader is a tool to download live streams from services like Twitch, it monitors every 60 seconds for new livestreaming and start downloading them.
Powered by [Streamlink](https://streamlink.github.io/)## 🚀 Running
### 🐋 Run with Docker
```YAML
version: '3.8'
services:
streaming-video-downloader:
container_name: 'streaming-video-downloader'
image: 'ghcr.io/jmorbegoso/streaming-video-downloader:latest'
restart: 'always'
user: '1001:1001'
environment:
- 'TWITCH_CHANNELS=https://www.twitch.tv/twitch https://www.twitch.tv/xbox'
- 'STREAM_QUALITY=best'
- 'STREAM_OPTIONS=--twitch-disable-reruns --twitch-disable-ads'
volumes:
- '/etc/localtime:/etc/localtime:ro'
- '~/downloads:/output:rw'
```#### Environment variables
| Variable | Function |
| --------------- | ------------------------------------------------------------------- |
| TWITCH_CHANNELS | Declaration of the Twitch channels to monitorize (space separated). |
| STREAM_QUALITY | Quality of the streams to download. |
| STREAM_OPTIONS | Aditional Streamlink parameters. |## 🧑💻 Author
**JMOrbegoso**
- Website: [www.jmorbegoso.dev](https://www.jmorbegoso.dev)
- Blog: [blog.jmorbegoso.dev](https://blog.jmorbegoso.dev)
- Github: [@JMOrbegoso](https://github.com/JMOrbegoso/)
- LinkedIn: [@jmorbegosodev](https://www.linkedin.com/in/jmorbegosodev/)