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

No remote stream in chrome/firefox

Open faizul123 opened this issue 2 years ago • 3 comments

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 AWS this project ?

Thanks in advance.

faizul123 avatar Nov 21 '21 13:11 faizul123

Hello @faizul123, It should work fine on ec2-aws as well. Make sure you've set up all the inbound rules correctly, mainly something like this:

Port range Protocol Source Description
3016 TCP 0.0.0.0/0 App listen on tcp
10000-10100 TCP 0.0.0.0/0 RTC port ranges tcp
10000-10100 UDP 0.0.0.0/0 RTC port ranges udp

Edit config.js:

 announcedIp: 'Public IPv4 address' // 'xx.xxx.xxx.xx'

Then you will be able to access by https://xx.xxx.xxx.xx:3016

Regards

miroslavpejic85 avatar Dec 28 '21 15:12 miroslavpejic85

And if you want to use ssl with port 443. Because my application isn't working with port 3016.

jakobheb avatar Sep 07 '22 10:09 jakobheb

I work with digital ocean

jakobheb avatar Sep 07 '22 10:09 jakobheb