mediastream-to-webm icon indicating copy to clipboard operation
mediastream-to-webm copied to clipboard

Example of usage

Open vuckookv3 opened this issue 5 years ago • 3 comments

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.

vuckookv3 avatar Jul 17 '19 17:07 vuckookv3

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.

t-mullen avatar Jul 17 '19 21:07 t-mullen

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 avatar Jul 17 '19 22:07 t-mullen

@t-mullen, Have you written the example ?

suman avatar Jun 09 '20 07:06 suman