knackebrot
knackebrot
**Changes** - Added IgnoreDts to TunerHostInfo - Added IgnoreDts checkbox to M3U tuner configuration page: https://github.com/jellyfin/jellyfin-web/pull/3696 **Issues** Fixes https://github.com/jellyfin/jellyfin/issues/7267 Closes https://github.com/jellyfin/jellyfin/pull/7779 and https://github.com/jellyfin/jellyfin/pull/7776
384kbps is unnecessarily high for stereo output with our encoders and sending data over network is expensive. This commit introduces logic for calculating output bitrate based on output channel count,...
**Changes** Added configurable IgnoreDts flag Depends on https://github.com/jellyfin/jellyfin/pull/7903 **Issues** Fixes https://github.com/jellyfin/jellyfin/issues/7267
Configured to behave similarly to 0.4.17, according to https://github.com/video-dev/hls.js/blob/v1.1.5/MIGRATING.md . Contains lots of fixes and low-latency HLS support, which could be useful in the future.
[Cronet](https://exoplayer.dev/network-stacks.html#cronet) supports HTTP/3 and is better suited for streaming over lossy networks than Android's built-in stack. It's also recommended for this use case. This commit adds a soft dependency on...
384kbps is unnecessarily high for stereo output with our encoders and sending data over network is expensive. This commit introduces logic for calculating output bitrate based on output channel count,...
In my testing, enabling LookAhead and ExtBRC increases VMAF score by ~3 in low-bitrate scenarios (89 vs 92 for 1080p at 3Mbit) and Trellis by further ~0.2. The improvement largely...