mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 19:03:46 +02:00
Handle ISOBMFF boxes with no size
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@
|
||||
for await (const packet of sink.packets()) {
|
||||
console.log(packet);
|
||||
|
||||
if (packet.timestamp > 135) break;
|
||||
//if (packet.timestamp > 135) break;
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user