Skip ffmpeg for extensionless HLS segments

This commit is contained in:
Codex
2026-08-09 12:46:19 +02:00
parent 3018e7aa66
commit 499271c3b8
5 changed files with 62 additions and 9 deletions
+5
View File
@@ -1,5 +1,10 @@
# Changelog
## 0.51.7 - 2026-08-09
- Changed provider HLS downloads to preflight media playlists and skip direct ffmpeg when extensionless CDN segment URLs are detected.
- Added a timeout guard around direct ffmpeg attempts so stalled HLS inputs can fall back instead of hanging the queue worker.
## 0.51.6 - 2026-08-09
- Added a StrawVerse-style HLS segment downloader fallback for providers whose playlists contain extensionless CDN segment URLs that ffmpeg rejects.