mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-06 12:10:17 -05:00
update probe length
This commit is contained in:
parent
8cc6f01a50
commit
4e7a3b82f4
@ -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)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user