-
@virmaior, I’ve started using the multicam web page on my iPad but the refresh fails and the cam boxes are outlined in red to indicate a failure. I’m using the current release of Wed Oct 25. Anyway to tell what is causing the refresh failure? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I'll look into it! I actually use a variation of the code rather than code itself on a raspberry pi. Two immediate possibilities come to mind:
Editing the block of javascript in
(one of the improvements in this version is that the javascript to make it work is separted out as index.js whereas the javascript for settings is in index.html). can overcome CORS by allowing it (considered a bad security practice):
(If you use a proxy, you don't get cors issues). If you open up the javascript developer console and the network pane, are you seeing any notable errors? |
Beta Was this translation helpful? Give feedback.
I downloaded web inspector for iPad and was able to see an error stating the url contained user credentials. I had tried setting WEB_SERVER_AUTH="false" earlier but still was using the credentials in the url.
Once I removed the credentials from the URL refresh started working!
Thanks for your help