aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Robibero <cody@robibe.ro>2022-02-28 20:16:19 -0700
committerGitHub <noreply@github.com>2022-02-28 20:16:19 -0700
commit3c0c7572ef06f149718200565ac48668bd933a23 (patch)
tree51dba68e1f92d48ead72abd6fe157b595d132508
parent3f441a44ba2360e52f96d73b5c317918fa2488f0 (diff)
parent36cdeaa53c0bee8ede6d5ecf66ca629ab55ab3d7 (diff)
Merge pull request #7338 from mueslimak3r/hls-remove-seek-param
-rw-r--r--MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs b/MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs
index fad2ad4df..b4687da51 100644
--- a/MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs
+++ b/MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs
@@ -2170,6 +2170,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)
{