Dirvann / mediasoup-sfu-webrtc-video-rooms

A simple video conferencing example using the mediasoup sfu
Apache License 2.0
223 stars 79 forks source link

There are sometimes people who want to put on their webcam but the interlocutor does not receive #26

Open Madriix opened 2 years ago

Madriix commented 2 years ago

Hi Sometimes there are people who want to put their webcam on but the interlocutor can't see, I don't know where the problem comes from.

Here is an example:

On the other hand, I wonder about the turn/stun, could there be a blockage with some firewalls among users or on the dedicated server?

Salutations

miroslavpejic85 commented 2 years ago

Change the announcedIp with your Public IPv4, make sure that the firewall not block the RTC ports range FROM 10000 - TO 10100 UDP/TCP, and the port 3016 where app is listening. In case add the rules to allow that.