Keep failed HLS preflight on native path

This commit is contained in:
Dymas
2026-09-05 22:41:50 +02:00
parent a9549cf882
commit 0c051f4015
5 changed files with 53 additions and 4 deletions
+5
View File
@@ -1,5 +1,10 @@
# Changelog
## 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.
- Reused the already-fetched HLS media playlist for native segment downloads to avoid duplicate playlist requests.
## 0.52.22 - 2026-09-05
- Routed SnapCDN and disguised HLS media segments through the native segment downloader to avoid ffmpeg hammering provider CDNs into `HTTP 429` failures.