This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user