Online images streaming (MJPEG) not working in IE 11

别来无恙 提交于 2019-12-24 11:27:04

问题


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!


回答1:


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



来源:https://stackoverflow.com/questions/31959830/online-images-streaming-mjpeg-not-working-in-ie-11

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!