Refactor Target and Writer, add single-file HLS writing mode

This commit is contained in:
Vanilagy
2026-03-27 18:07:26 +01:00
parent b8044cfa07
commit e2e8aaab78
15 changed files with 819 additions and 540 deletions
+2 -2
View File
@@ -476,8 +476,8 @@ test.concurrent('fMP4 Bitmovin', { timeout: 15_000 }, async () => {
const videoTrack = await input.pluckVideoTrack();
assert(videoTrack);
expect(await videoTrack.getFirstTimestamp()).toBe(0);
expect(await videoTrack.computeDuration()).toBe(210.28);
expect(await videoTrack.getFirstTimestamp()).toBe(4);
expect(await videoTrack.computeDuration()).toBe(214.28);
expect(sourceCount).toBe(5);
});