Mantiene la copertina YouTube se il telefono cade e avvia ffmpeg sul nodo, non via SSH.

Il relay HLS→RTMPS resta sul worker/agent del nodo assegnato, così tre dirette contemporanee restano in onda sul sito e sul canale della società senza schermo nero.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-08-16 20:41:46 +02:00
co-authored by Cursor
parent bfb3115a64
commit baa6283a15
36 changed files with 1444 additions and 141 deletions
+6
View File
@@ -24,8 +24,14 @@ services:
- ./stream-node:/opt/matchlivetv/infra/stream-node:ro
sidekiq:
hostname: home
env_file:
- .env
environment:
STREAM_NODE_SLUG: home
YOUTUBE_RELAY_WORKER: "1"
STREAM_NODE_LOCAL_RTMP_URL: rtmp://mediamtx:1935
STREAM_NODE_LOCAL_HLS_URL: http://mediamtx:8888
volumes:
- ./stream-node:/opt/matchlivetv/infra/stream-node:ro