Handle ISOBMFF boxes with no size

This commit is contained in:
Vanilagy
2025-08-20 15:12:25 +02:00
parent f4b97c1731
commit bb9554df60
7 changed files with 46 additions and 14 deletions
+1 -1
View File
@@ -22,7 +22,7 @@
for await (const packet of sink.packets()) {
console.log(packet);
if (packet.timestamp > 135) break;
//if (packet.timestamp > 135) break;
}
/*