Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-26T23:46:51.000Z (8 months ago)
- Last Synced: 2024-04-27T03:30:32.606Z (8 months ago)
- Topics: downloader, livestream, livestreaming, streamlink, twitch
- Language: Shell
- Homepage:
- Size: 30.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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: [jmorbegoso.com](https://www.jmorbegoso.com)
- Github: [@JMOrbegoso](https://github.com/JMOrbegoso/)
- LinkedIn: [@jmorbegosodev](https://www.linkedin.com/in/jmorbegosodev/)