を使用してMJPEGサーバーからストリーミングしようとしています<video>
が、次のエラーが発生します。
HTTP "Content-Type" of "multipart/x-mixed-replace" is not supported. Load of media resource http://localhost:8080/stream?topic=/gscam/image_raw?height=240?width=320 failed.
次のHTMLコードを使用します。
<video src="http://localhost:8080/stream?topic=/gscam/image_raw?height=240?width=320" id="vid"
height="240" width="320">
</video>
運が悪かったのでFirefoxとChromeで試してみました。