I am using a USB Webcam attached to an Intel Edison Arduino board running Edi-Cam application to monitor to do security monitoring. I can connect to it from inside of my local network and view the video stream. I want to be able to view the webcam in a browser outside of the my local network. I have added port forwarding through my router and I can view the edi-cam web page but all I see is the 320x200 box and the word Loading...
This is the link to the original project by Esther Jun Kim. Edi-Cam Streaming USB Video Project
I am thinking that this line needs to be changed: var wsUrl = 'ws://edison.local:8084/' because when the page is viewed in a remote browser this line my not be able to reference my edison. What do you think?
Do you have any ideas on how to get the video to appear? Thanks in advance.