Add onEncoderConfig

This commit is contained in:
Vanilagy
2025-04-05 15:16:48 +02:00
parent 5e224510be
commit c95058e659
3 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
chunked: true,
chunkSize: 2**20
});
const outputFormat = new Metamuxer.OggOutputFormat({
const outputFormat = new Metamuxer.WebMOutputFormat({
//streamable: true
//fastStart: 'fragmented'
});