mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-05-24 02:02:29 -04:00
dont use noaccurate_seek for hls
This commit is contained in:
parent
b92e1baa3c
commit
36cdeaa53c
@ -2167,6 +2167,7 @@ namespace MediaBrowser.Controller.MediaEncoding
|
||||
// Important: If this is ever re-enabled, make sure not to use it with wtv because it breaks seeking
|
||||
if (!string.Equals(state.InputContainer, "wtv", StringComparison.OrdinalIgnoreCase)
|
||||
&& state.TranscodingType != TranscodingJobType.Progressive
|
||||
&& state.TranscodingType != TranscodingJobType.Hls
|
||||
&& !state.EnableBreakOnNonKeyFrames(outputVideoCodec)
|
||||
&& (state.BaseRequest.StartTimeTicks ?? 0) > 0)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user