mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-16 15:16:41 +00:00
update probe length
This commit is contained in:
@@ -16,8 +16,8 @@ namespace Emby.Server.Implementations.LiveTv
|
||||
private readonly IMediaEncoder _mediaEncoder;
|
||||
private readonly ILogger _logger;
|
||||
|
||||
const int ProbeAnalyzeDurationMs = 2000;
|
||||
const int PlaybackAnalyzeDurationMs = 2000;
|
||||
const int ProbeAnalyzeDurationMs = 3000;
|
||||
const int PlaybackAnalyzeDurationMs = 3000;
|
||||
|
||||
public LiveStreamHelper(IMediaEncoder mediaEncoder, ILogger logger)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user