admin管理员组

文章数量:1430871

Actually I am getting continuous images which is actually a video from a link. Now when I'm going to display it as:

<img src="http://192.168.2.50:8080/livemjpeg" title="Live Streaming" alt="Live Streaming"/>

It gives no issue in Chrome & Firefox but doesn't play well in IE 11. Please help!

Actually I am getting continuous images which is actually a video from a link. Now when I'm going to display it as:

<img src="http://192.168.2.50:8080/livemjpeg" title="Live Streaming" alt="Live Streaming"/>

It gives no issue in Chrome & Firefox but doesn't play well in IE 11. Please help!

Share Improve this question edited Nov 15, 2015 at 22:40 Wes Foster 8,9005 gold badges45 silver badges64 bronze badges asked Aug 12, 2015 at 8:25 RahamRaham 4,9613 gold badges26 silver badges28 bronze badges 1
  • What Foaster said in their answer, even Wikipedia could have told you already: en.wikipedia/wiki/Motion_JPEG#Client_software – C3roe Commented Aug 12, 2015 at 9:32
Add a ment  | 

1 Answer 1

Reset to default 3

IE doesn't support MJPEG by default, you either need a Plugin in your Browser or some kind of applet on the website.

SO: Cross-browser solution for displaying MJPEG stream

本文标签: javascriptOnline images streaming (MJPEG) not working in IE 11Stack Overflow