We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 569054a commit 0b1e939Copy full SHA for 0b1e939
src/demux/mp4demuxer.ts
@@ -87,7 +87,9 @@ class MP4Demuxer implements Demuxer {
87
videoTrack.duration = audioTrack.duration = trackDuration;
88
}
89
90
- public resetContiguity(): void {}
+ public resetContiguity(): void {
91
+ this.remainderData = null;
92
+ }
93
94
static probe(data: Uint8Array) {
95
// ensure we find a moof box in the first 16 kB
0 commit comments