Fix native HLS segment request headers

This commit is contained in:
Dymas
2026-09-07 20:53:01 +02:00
parent 0c051f4015
commit ebe749398c
5 changed files with 68 additions and 35 deletions
+5
View File
@@ -1,5 +1,10 @@
# Changelog
## 0.52.24 - 2026-09-07
- Changed native HLS media requests to keep the provider referer without adding a synthetic `Origin` header, improving compatibility with CDNs that reject segment fetches with `HTTP 403`.
- Fixed native HLS segment failures so a failed source is not retried from preflight before the downloader moves on to the next source.
## 0.52.23 - 2026-09-05
- Changed HLS preflight failures to stay on the native segment path instead of falling through to direct ffmpeg, preventing SnapCDN playlists from being hammered after a guard failure.