deepch / RTSPtoWebRTC

RTSP to WebRTC use Pion WebRTC
MIT License
1.56k stars 415 forks source link

Deploying this on AWS EC2 #162

Open ats1999 opened 2 years ago

ats1999 commented 2 years ago

How can I deploy this on AWS EC2?

I have installed the server on ec2, but that is not working on the production.

Locally

Screenshot from 2022-03-17 20-04-09

Production - This is only

Screenshot from 2022-03-17 20-15-19

anurag-pushpak commented 2 years ago

Facing same issue

ats1999 commented 2 years ago

It's accessible that's why it's loading page

4nuragk commented 2 years ago

Was facing the same issue. Fixed by changing stun servers to stun.stunprotocol.org:3478 in config.json and app.py

ats1999 commented 2 years ago

Was facing the same issue. Fixed by changing stun servers to stun.stunprotocol.org:3478 in config.json and app.py

Was it working locally in your case

4nuragk commented 2 years ago

Was it working locally in your case

Yes. Exact same issue

jsheo96 commented 1 year ago

I have same issue. I changed the stun server to stun:stun.stunpr otocol.org:3478 but it does not work