Never miss a moment from your favorite streamers again. This tool automatically records livestreams the moment they go live, using event-based triggers instead of constant polling for faster start times. It's a complete solution for creating a personal, searchable archive of VODs.
Manage your storage space effectively with cyclic recording, which automatically deletes the oldest streams when a specified storage limit is reached. Each recording is enriched with a vast amount of metadata, including games played, stream titles, and even viewer count graphs over time.
Key features include:
.ts format, so your file is safe even if the stream or the program crashes.The entire system is managed through a mobile-friendly web interface, giving you full control over your archive from any device.
services:
livestreamdvr:
image: ghcr.io/mrbrax/twitchautomator:latest
container_name: livestreamdvr
ports:
- "8080:8080"
volumes:
- ./data:/app/data
- ./vods:/app/public/vods
environment:
- PUID=1000
- PGID=1000
- TZ=UTC
- ADMIN_PASSWORD=${ADMIN_PASSWORD}
restart: unless-stoppedADMIN_PASSWORD=your_super_secret_passwordAuto-fetched about 1 hour ago
Auto-fetched about 1 hour ago