goldvideo / h265player

一套完整的Web版H.265播放器解决方案,非常适合学习交流和实际应用。基于JS码流解封装、WebAssembly(FFmpeg)视频解码,利用Canvas画布投影、AudioContext播放音频。
https://goldvideo.github.io/h265player/
1.53k stars 298 forks source link

運行時發生錯誤 #67

Open humanjeff opened 3 years ago

humanjeff commented 3 years ago

運行時候發生此錯誤,請問這要如何解決? Refused to execute script from 'http://localhost:8000/h265player/dist/lib/libffmpeg.js' because its MIME type ('text/plain') is not executable.

jarry commented 3 years ago

检查你的本地server 是否设置了相关 MIME type

humanjeff commented 3 years ago

已解決,謝謝