树莓派上用 motion 搞 webcam,用的 mjpg
用浏览器访问,FF 和 Safari 都没问题,
chrome 直接没反应,报了:
Resource interpreted as Document but transferred with MIME type multipart/x-mixed-replace: "http://XXXX.integ.me:8081/".
树莓派上用 motion 搞 webcam,用的 mjpg
用浏览器访问,FF 和 Safari 都没问题,
chrome 直接没反应,报了:
Resource interpreted as Document but transferred with MIME type multipart/x-mixed-replace: "http://XXXX.integ.me:8081/".
我也遇到这个问题了。
解决方案:
<img src="http://XXXX.integ.me:8081/">
xxx为服务器地址。