im breaking it
Build and Push Docker Images / build-and-push (push) Successful in 25s

This commit is contained in:
2026-02-11 23:06:58 +01:00
parent bfc3f22c29
commit 016e0cee0c
3 changed files with 52 additions and 0 deletions
+2
View File
@@ -46,6 +46,8 @@ Series are matched by folder name (e.g. `series/W817` → search "W817"); episod
- EPG: `/data/cache/epg.xml` — XMLTV guide; valid only while `channels.json` is unchanged.
- Schedule: `/data/cache/schedule_<channel>.json` — per-channel video schedules.
On startup, schedules are preloaded in the background so the first stream starts quickly. If the hash file (`channels_hash.txt`) is missing but cache files exist and are recent, the hash is restored so existing cache can be used.
**Stream crashes when switching episodes?** If the live stream freezes or crashes when transitioning between videos (e.g. different episodes with different resolutions), enable normalization to re-encode everything to a uniform format:
- `NORMALIZE_LIVE_STREAM=1` — enables re-encoding (uses more CPU, produces a stable continuous stream)
- `NORMALIZE_TARGET_RES=1920x1080` — target resolution (default). Use `1280x720` for lower CPU usage.