【发布时间】:2013-04-06 23:19:14
【问题描述】:
我正在尝试使用 <video> 从 MJPEG 服务器进行流式传输,但出现以下错误:
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 中尝试过,但没有任何运气。
【问题讨论】:
标签: html webkit video-streaming html5-video mjpeg