mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 02:43:48 +02:00
Refactor Target and Writer, add single-file HLS writing mode
This commit is contained in:
@@ -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);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user