Browse Source

fixes #367 - HLS Stream Fails

Luke Pulverenti 12 years ago
parent
commit
c70f1047f7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      MediaBrowser.Api/ApiEntryPoint.cs

+ 1 - 1
MediaBrowser.Api/ApiEntryPoint.cs

@@ -178,7 +178,7 @@ namespace MediaBrowser.Api
 
 
                 if (job.ActiveRequestCount == 0)
                 if (job.ActiveRequestCount == 0)
                 {
                 {
-                    var timerDuration = type == TranscodingJobType.Progressive ? 1000 : 30000;
+                    var timerDuration = type == TranscodingJobType.Progressive ? 1000 : 60000;
 
 
                     if (job.KillTimer == null)
                     if (job.KillTimer == null)
                     {
                     {