Open ASemeniuk opened 9 years ago
@ASemeniuk do you know how to use jquery? You're missing some fundamental steps, specifically an on ready listener.
Issue is not related to jquery. Issue is related to Access-Control-Allow-Origin'.
Your page may do requests only to the same domain including port. Even if your script is placed at http://192.168.1.1/test.html and your mjpeg video is placed at http://192.168.1.1:8080, it will not working.
So, this plugin IS USELESS.
I am trying to show MJPEG streamed by Ip Webcam app (https://play.google.com/store/apps/details?id=com.pas.webcam). The HTML is as simple as it can be:
And nothing happens. At all. Does you solution even support playing streamed MJPEGs?