mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 02:43:48 +02:00
Add StreamSource
This commit is contained in:
+1
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user