mediasoup_v3_example
mediasoup_v3_example copied to clipboard
WebRTC SFU mediasoup v3 example
I'm having a problem with the examples. I have created a remote server and deploy the code. From the terminal everything looks fine and I can see the clients connecting....
I can see my own video only. Remote's video is not coming.
On a clean install, npm install throws messages complaining about the following packages not being installed to meet the socket.io dependencies: bufferutil@^4.0.1 utf-8-validate@^5.0.2 They need to be added to packages.json...
Just fix tiny typo, from 'npm run broadast' to 'npm run broadcast'
Hi I tested mediasoup_v3_broadcast.js with publish.html and subscribe.html It is pretty stylish and well your script is a clean job. How to make multi-room via a variable and choose a...