fix: ensure fallback filler is looped for the duration of the stream block (#1329)

This commit is contained in:
Christian Benincasa
2025-09-04 15:45:48 -04:00
committed by GitHub
parent b00a68a970
commit c16b208362
28 changed files with 841 additions and 73 deletions

View File

@@ -87,6 +87,9 @@ export const debugFfmpegApiRouter: RouterPluginAsyncCallback = async (
.getStream({ path: req.query.path });
lineupItem = {
duration: +dayjs.duration({ seconds: 30 }),
contentDuration: +dayjs.duration({ seconds: 30 }),
infiniteLoop: false,
streamDuration: +dayjs.duration({ seconds: 30 }),
externalKey: 'none',
externalSource: 'emby',
externalSourceId: 'none',