mediastream-to-webm
mediastream-to-webm copied to clipboard
Example of usage
Do you got any working example (server and client side) so I can see that? I'm not sure from the docs how to use this and where to use it.
The streams can only be encoded and decoded on the browser, Node.js doesn't have the MediaRecorder or MSE APIs used under the hood. Node.js can forward the streams though.
I'll write a simple example of this.
Actually it looks like this module is broken in latest Chrome and Firefox - the webm format that browsers spit out seems to have changed signficantly.
It'll take some time to fix this.
@t-mullen, Have you written the example ?