Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No remote stream in chrome/firefox #17

Open
faizul123 opened this issue Nov 21, 2021 · 3 comments
Open

No remote stream in chrome/firefox #17

faizul123 opened this issue Nov 21, 2021 · 3 comments

Comments

@faizul123
Copy link

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.

@miroslavpejic85
Copy link
Contributor

miroslavpejic85 commented Dec 28, 2021

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

@jakobheb
Copy link

jakobheb commented Sep 7, 2022

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

@jakobheb
Copy link

jakobheb commented Sep 7, 2022

I work with digital ocean

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants