0

を使用して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で試してみました。

4

1 に答える 1

0

私の知る限り、FirefoxとChromeにMJPEGストリームを埋め込む唯一の方法はタグを使用することです。

于 2013-04-06T15:19:14.880 に答える