mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 19:03:46 +02:00
Implement optimized fragmented MP4 demuxing
This commit is contained in:
@@ -20,8 +20,6 @@ class IsobmffInputFormat extends InputFormat {
|
||||
return false;
|
||||
}
|
||||
|
||||
await input._mainReader.loadRange(4, 8);
|
||||
|
||||
const isobmffReader = new IsobmffReader(input._mainReader);
|
||||
isobmffReader.pos = 4;
|
||||
const fourCc = isobmffReader.readAscii(4);
|
||||
|
||||
Reference in New Issue
Block a user