Browse Source

remove no_accurate seek

Luke Pulverenti 9 years ago
parent
commit
3835657a23
1 changed files with 1 additions and 1 deletions
  1. 1 1
      MediaBrowser.Api/Playback/BaseStreamingService.cs

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

@@ -2192,7 +2192,7 @@ namespace MediaBrowser.Api.Playback
             {
             {
                 if (string.Equals(state.OutputContainer, "mkv", StringComparison.OrdinalIgnoreCase))
                 if (string.Equals(state.OutputContainer, "mkv", StringComparison.OrdinalIgnoreCase))
                 {
                 {
-                    inputModifier += " -noaccurate_seek";
+                    //inputModifier += " -noaccurate_seek";
                 }
                 }
             }
             }