webrtc-nestjs-react-example icon indicating copy to clipboard operation
webrtc-nestjs-react-example copied to clipboard

does not allow to show the webcam in the browser

Open NestorDevs opened this issue 2 years ago • 4 comments

does not allow to show the webcam in the browser

NestorDevs avatar Jan 14 '22 01:01 NestorDevs

@NestorDevs can you give me more detail about it? I've checked https://react-socket-io-webrtc-client.herokuapp.com/ demo page. It is working on Chrome latest version and Safari.

ozanturhan avatar Jan 14 '22 05:01 ozanturhan

@NestorDevs , ¿puede darme más detalles al respecto? Revisé la página de demostración https://react-socket-io-webrtc-client.herokuapp.com/ . Está funcionando en la última versión de Chrome y Safari.

if it's working I think it's from my camera on the pc because it works fine on the phone... one question... how many users can be connected to a room... is it possible? because the internet connect two users and they don't see each other

NestorDevs avatar Jan 14 '22 14:01 NestorDevs

It's just a sample application. It shows how WebRTC work. I haven't done a load test yet and I don't expect that it to perform well. Also there is no limitation to connect with multiple client in a room. But I store users in memory. It's not the best way to store rooms and users of course. I tried it with three of my friends. It has worked as I expected. But if you connect large number of users in a room there will be performans issues.

ozanturhan avatar Jan 14 '22 20:01 ozanturhan

image this is my version chrome windows 10 .

image It tells me that I use this camera but I have my webcam connected

NestorDevs avatar Jan 14 '22 20:01 NestorDevs