1

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!

Wes Foster
  • 8,770
  • 5
  • 42
  • 62
Raham
  • 4,781
  • 3
  • 24
  • 27
  • What Foaster said in their answer, even Wikipedia could have told you already: https://en.wikipedia.org/wiki/Motion_JPEG#Client_software – CBroe Aug 12 '15 at 09:32

1 Answers1

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

Community
  • 1
  • 1
Foaster
  • 658
  • 5
  • 13