ffmpeg and ffprobe validation fixes (#63)

* abort building playout if any collection contains a zero-duration item

* surface errors calling ffprobe

* improve ffmpeg/ffprobe path validation
This commit is contained in:
Jason Dove
2021-03-12 02:20:18 +00:00
committed by GitHub
parent c240169fc9
commit 1587ac7d62
9 changed files with 141 additions and 21 deletions
-1
View File
@@ -56,7 +56,6 @@ namespace ErsatzTV.Services
await ScanLocalMediaSources(cancellationToken);
}
private async Task BuildPlayouts(CancellationToken cancellationToken)
{
using IServiceScope scope = _serviceScopeFactory.CreateScope();