aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/LiveTv/LiveStreamHelper.cs
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2017-06-03 03:37:25 -0400
committerGitHub <noreply@github.com>2017-06-03 03:37:25 -0400
commit69f00aef741b27b352eab94b5a059f5fd92a6160 (patch)
treeacbd6cee9beb5f38a4c21e8cdd485cee2a5f6f7c /Emby.Server.Implementations/LiveTv/LiveStreamHelper.cs
parentb54b7871e39e197d4af19a6c502938fa6178c4fa (diff)
parent7fbea5d96d9df7b5e487c534ad5c37d54d2105ea (diff)
Merge pull request #2687 from MediaBrowser/dev
Dev
Diffstat (limited to 'Emby.Server.Implementations/LiveTv/LiveStreamHelper.cs')
-rw-r--r--Emby.Server.Implementations/LiveTv/LiveStreamHelper.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/LiveTv/LiveStreamHelper.cs b/Emby.Server.Implementations/LiveTv/LiveStreamHelper.cs
index d56ddc57d..12da1464b 100644
--- a/Emby.Server.Implementations/LiveTv/LiveStreamHelper.cs
+++ b/Emby.Server.Implementations/LiveTv/LiveStreamHelper.cs
@@ -16,7 +16,7 @@ namespace Emby.Server.Implementations.LiveTv
private readonly IMediaEncoder _mediaEncoder;
private readonly ILogger _logger;
- const int AnalyzeDurationMs = 2000;
+ const int AnalyzeDurationMs = 1000;
public LiveStreamHelper(IMediaEncoder mediaEncoder, ILogger logger)
{