EricssonResearch / openwebrtc

A cross-platform WebRTC client framework based on GStreamer
http://www.openwebrtc.org
BSD 2-Clause "Simplified" License
1.8k stars 537 forks source link

openwebrtc application is not accessible #690

Open pavank1933 opened 7 years ago

pavank1933 commented 7 years ago

I have downloaded the successfully build openwebrtc public image from docker hub and using it. After running the following command 'openwebrtc-daemon', I tried to access the application from the browser with the public_ip:10717 of the AWS EC2 instance. When I check the app to which ports it is listening to using the following command- 'netstat -pan', service openwebrtc-daemon is listening to the following ports 10717,10719 and the ip its listening to is 127.0.0.1. Not able to access the application. What could be the reason behind this?