Release Notes
Fixed
- Use MIME Type
application/x-mpegurlfor all playlists instead ofapplication/vnd.apple.mpegurl - Replace
setsarfilter withsetdarfiltersetsarcaused issues scaling between two different aspect ratios- For example, some 4:3 content would appear stretched when scaled to a 16:9 resolution
setdaris now only used when aspect ratios match
- Prioritize aspect ratio from container when video stream contains conflicting aspect ratio
- This is usually caused by bad authoring, but the change should improve scaling behavior for edge cases
Added
- Support DSD audio file formats (DFF and DSF) in local song libraries
- Support OGG audio file formats (OGG, OPUS, OGA, OGX, SPX) in local song libraries
Changed
- Always return playlist after a maximum of 8 seconds while starting up an HLS Segmenter session
- Use multi-variant playlists instead of redirects for HLS Segmenter sessions
- Upgrade ffmpeg from 5.0 to 5.1 in most docker images (not ARM variants)
- Upgrading from 5.0 to 5.1 is also recommended for other installations (Windows, Linux)