@ -36,8 +36,8 @@ namespace ErsatzTV.Application.FFmpegProfiles.Queries
@@ -36,8 +36,8 @@ namespace ErsatzTV.Application.FFmpegProfiles.Queries
await _ configElementRepository . GetValue < int > ( ConfigElementKey . FFmpegWorkAheadSegmenters ) ;
Option < int > initialSegmentCount =
await _ configElementRepository . GetValue < int > ( ConfigElementKey . FFmpegInitialSegmentCount ) ;
Option < bool > useExperimental Transcoder =
await _ configElementRepository . GetValue < bool > ( ConfigElementKey . FFmpegUseExperimental Transcoder ) ;
Option < bool > useLegacy Transcoder =
await _ configElementRepository . GetValue < bool > ( ConfigElementKey . FFmpegUseLegacy Transcoder ) ;
var result = new FFmpegSettingsViewModel
{
@ -49,7 +49,7 @@ namespace ErsatzTV.Application.FFmpegProfiles.Queries
@@ -49,7 +49,7 @@ namespace ErsatzTV.Application.FFmpegProfiles.Queries
HlsSegmenterIdleTimeout = await hlsSegmenterIdleTimeout . IfNoneAsync ( 6 0 ) ,
WorkAheadSegmenterLimit = await workAheadSegmenterLimit . IfNoneAsync ( 1 ) ,
InitialSegmentCount = await initialSegmentCount . IfNoneAsync ( 1 ) ,
UseExperimentalTranscoder = await useExperimental Transcoder . IfNoneAsync ( false )
UseLegacyTranscoder = await useLegacy Transcoder . IfNoneAsync ( false )
} ;
foreach ( int watermarkId in watermark )