mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 02:43:48 +02:00
Bruh
This commit is contained in:
@@ -418,14 +418,6 @@ class SegmentedInputInputTrackBacking implements InputTrackBacking {
|
||||
return null;
|
||||
}
|
||||
|
||||
const segmentAfterThat = await this.segmentedInput.getNextSegment(nextSegment, {
|
||||
skipLiveWait: options.skipLiveWait,
|
||||
});
|
||||
if (segmentAfterThat) {
|
||||
const input = this.segmentedInput.getInputForSegment(segmentAfterThat);
|
||||
void input.getTracks();
|
||||
}
|
||||
|
||||
return this.createAdjustedPacket(firstPacket, nextSegment, nextTrack);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user