Streams to twitch given a correct streaming key. Needs to fic the fact that the screen isn't the full width of the monitor

This commit is contained in:
Tyler Marques 2025-03-17 14:54:21 -04:00
parent ee75a2a4ba
commit 33298eff3c
No known key found for this signature in database
GPG key ID: 7672EFD79378341C
9 changed files with 177 additions and 100 deletions

15
docker-compose.yaml Normal file
View file

@ -0,0 +1,15 @@
services:
twitch-streamer:
build: twitch-streamer
env_file: ".env"
cap_add:
- SYS_ADMIN
environment:
- DISPLAY=:99
- SCREEN_GEOMETRY=1920x1080x24
diplomacy:
build: ai_animation
ports:
- "4173:4173"
- "5173:5173"