Explorar o código

remove noaccurateseek param

Luke Pulverenti %!s(int64=9) %!d(string=hai) anos
pai
achega
83c33dd741
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      MediaBrowser.Api/Playback/BaseStreamingService.cs

+ 2 - 1
MediaBrowser.Api/Playback/BaseStreamingService.cs

@@ -2222,9 +2222,10 @@ namespace MediaBrowser.Api.Playback
 
             if (state.VideoRequest != null)
             {
+                // Important: If this is ever re-enabled, make sure not to use it with wtv because it breaks seeking
                 if (string.Equals(state.OutputContainer, "mkv", StringComparison.OrdinalIgnoreCase) && state.VideoRequest.CopyTimestamps)
                 {
-                    inputModifier += " -noaccurate_seek";
+                    //inputModifier += " -noaccurate_seek";
                 }
             }