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.