Retry rate-limited HLS segments

This commit is contained in:
Dymas
2026-08-14 12:53:13 +02:00
parent be0e4948a4
commit 376301f39f
5 changed files with 106 additions and 4 deletions
+6
View File
@@ -1,5 +1,11 @@
# Changelog
## 0.52.12 - 2026-08-14
- Added retry/backoff handling for rate-limited HLS segment and key downloads, including provider CDN `HTTP 429` responses.
- Added environment controls for native HLS segment retries.
- Added regression coverage for segment downloads that recover after a temporary rate-limit response.
## 0.52.11 - 2026-08-14
- Updated Anikoto to `5.0.2`, improving server discovery and adding shorter provider request timeouts.