Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

microsoft edge mjpeg support

Microsoft state that the Edge browser has native support for MJPEG multi-part streams. (https://dev.modern.ie/platform/status//)

The following HTML renders a MJPEG stream in all web-kit browsers (Chrome, Safari iOS & OSX, Firefox), but it won't render in Edge.

<INPUT TYPE=image NAME="MJPEGStream" SRC="http://192.168.1.190/webfiles/CameraPlayback.cgi" WIDTH="640" HEIGHT="480" BORDER=0>

Any advice greatly appreciated.

like image 329
Steven Lee Avatar asked Aug 26 '15 10:08

Steven Lee


People also ask

Which browsers support M-JPEG?

Native web browser support includes: Safari, Google Chrome, Microsoft Edge [8] and Firefox. [9] Other browsers, such as Internet Explorer can display M-JPEG streams with the help of external plugins. Cambozola is an applet that can show M-JPEG streams in Java-enabled browsers. M-JPEG is also natively supported by PlayStation and QuickTime.

What is M-JPEG and how do I use it?

Originally developed for multimedia PC applications, M-JPEG is now used by video-capture devices such as digital cameras, IP cameras, and webcams, as well as by non-linear video editing systems. It is natively supported by the QuickTime Player, the PlayStation console, and web browsers such as Safari, Google Chrome,...

Where can I use MITM-JPEG?

M-JPEG is now used by video-capture devices such as digital cameras, IP cameras, and webcams, as well as by non-linear video editing systems. It is natively supported by the QuickTime Player, the PlayStation console, and web browsers such as Safari, Google Chrome, Mozilla Firefox and Microsoft Edge .

How is M-JPEG stored in AVI?

For example, Microsoft documents their standard format to store M-JPEG in AVI files, [4] Apple documents how M-JPEG is stored in QuickTime files, RFC 2435 describes how M-JPEG is implemented in an RTP stream, and an M-JPEG CodecID is planned for the Matroska file format. [5]


1 Answers

I know this question is very old, but MJPEGs are working without a problem for me in Edge - http://jsbin.com/vopenid

<img src="http://194.248.190.92/mjpg/video.mjpg" width="715" height="576" style="z-index:100;width:715px;height:576px"></body>

Since Your IP is a local one, I don't have a way to check if it is now working for you, however the same link I just provided works in the version of Edge that was shipping when you posted it.

like image 72
Patrick Avatar answered Sep 19 '22 15:09

Patrick