fixes #367 - HLS Stream Fails

pull/702/head
Luke Pulverenti 11 years ago
parent 36d4e15860
commit c70f1047f7

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

Loading…
Cancel
Save