Initial commit: monorepo Match Live TV.

Rails API, app Flutter, infrastruttura Docker/MediaMTX, sito marketing e documentazione di deploy.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-05-26 17:45:37 +02:00
commit bba6df52c0
381 changed files with 20599 additions and 0 deletions

11
infra/slates/README.md Normal file
View File

@@ -0,0 +1,11 @@
# Slate video (offline)
Place `offline.mp4` here — H.264 + AAC, 1280x720, 30fps, 48kHz stereo.
Must match phone encoder settings for seamless `alwaysAvailable` merge.
Generate a test slate with ffmpeg:
```bash
ffmpeg -f lavfi -i color=c=0x1a1a1a:s=1280x720:r=30 -f lavfi -i sine=frequency=440:sample_rate=48000 \
-t 10 -c:v libx264 -pix_fmt yuv420p -g 30 -c:a aac -b:a 128k offline.mp4
```

BIN
infra/slates/offline.mp4 Normal file

Binary file not shown.