I have an application that is expected to open the webcam of the device when it hits a certain url for example: http://127.0.0.1:8000/camera. This works in my local machine. But when uploaded to the server, its not working. Looked into the access logs and it is hitting the url. But the webcam is not opening up. Any idea why? Is there a setting I have missed?