add custom stream selector content_condition (#2311)

This commit is contained in:
Jason Dove
2025-08-13 16:34:17 +00:00
committed by GitHub
parent 558e2ce333
commit 4b18ee6b66
6 changed files with 189 additions and 69 deletions
@@ -110,6 +110,7 @@ public class FFmpegLibraryProcessService : IFFmpegProcessService
{
StreamSelectorResult result = await _customStreamSelector.SelectStreams(
channel,
start,
audioVersion,
allSubtitles);
maybeAudioStream = result.AudioStream;