Add StreamSource

This commit is contained in:
Vanilagy
2025-02-09 17:34:59 +01:00
parent 6cdaa06c07
commit 9f6d561772
4 changed files with 46 additions and 9 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ const input = new Metamuxer.Input({
source
});
console.log(await input.getMimeType())
console.log(await input.getMimeType());
let videoTrack = await input.getPrimaryVideoTrack();
let audioTrack = await input.getPrimaryAudioTrack();