mediasoup-sfu-webrtc-video-rooms icon indicating copy to clipboard operation
mediasoup-sfu-webrtc-video-rooms copied to clipboard

A simple video conferencing example using the mediasoup sfu

Results 16 mediasoup-sfu-webrtc-video-rooms issues
Sort by recently updated
recently updated
newest added

Hi ![alt text](https://www.zupimages.net/up/22/22/wuvi.jpg) On Chrome I have several cameras, the Avermedia is a video card that broadcasts DTT channels on a computer instead of television. There's Manycam, that's my test...

Hello Dirvann, I have added some minor improvements. Updated dependencies to the latest version.

Peer.js -> createConsumer ``` if (consumer.type === 'simulcast') { await consumer.setPreferredLayers({ spatialLayer: 2, temporalLayer: 2 }) } ``` why call 'setPreferredLayers' ? This is not done in the official demo

Here is the pm2 log: ``` Consume failed TypeError: Cannot read properties of undefined (reading 'consume') at Peer.createConsumer (/home/debian/node/appname/mediasoup/src/Peer.js:48:42) at Room.consume (/home/debian/node/appname/mediasoup/src/Room.js:118:8) at Socket. (/home/debian/node/appname/mediasoup/src/app.js:190:53) at Socket.emit (node:events:526:28) at Socket.emitUntyped...

I have followed the readme and update announcedIp with my AWS static IP. I opened all the required ports. But still this not resolved a problem. Is anyone deployed into...

Hi For about 15 days it has been in production on my site for the people. I just noticed that it did not work in reception to Safari on an...

I was trying to run this app. Sometimes the rooms peers connect and disconnect fine. But sometimes the app crashes. Here is the console.log when the app crashes: /home/ec2-user/www/node_modules/mediasoup/lib/Channel.js:199 sent.reject(new...

https://github.com/Dirvann/mediasoup-sfu-webrtc-video-rooms/blob/dd52d6c932b21add48456f93dbba19a70f7e6a0c/src/app.js#L192 It seems like the server-side app.js is using an undefined `consumer` variable in the `"resume"` socket event listener. Is this an oversight or a bug?

Hello, I have been using Janus previously to relay video to a UDP port on the server where Janus is hosted, in a similar way I have to relay video...