Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们在服务器上有 IIS7 并且有一个 mp4 文件,如果我们在 firefox 或 IE 中直接浏览它,它可以播放,但使用 html 5 视频标签会显示“没有找到支持格式和 MIME 类型的视频”。
我为“video/mpeg”的 mp4 文件添加了 MIME 类型,但这并没有什么区别。
在我使用 IIS7.5 的本地计算机上,一切正常,mp4 根本没有 mime 类型。
对我来说,问题在于内容安全策略 (CSP)。我必须将以下内容添加到 web.config:
media-src https://example.com;