Make mfra box lookup more resilient

This commit is contained in:
Vanilagy
2025-08-20 14:33:26 +02:00
parent 5782219941
commit f4b97c1731
7 changed files with 22 additions and 14 deletions
+1 -3
View File
@@ -24,9 +24,7 @@
chunked: true,
chunkSize: 2**20
});
const outputFormat = new Mediabunny.AdtsOutputFormat({
onFrame: console.log
});
const outputFormat = new Mediabunny.Mp4OutputFormat({});
const button = document.createElement('button');
button.textContent = 'Cancel';
+2
View File
@@ -21,6 +21,8 @@
for await (const packet of sink.packets()) {
console.log(packet);
if (packet.timestamp > 135) break;
}
/*