当前位置:   article > 正文

Electron Vue 打包后视频无法播放_如何让electron 打包的exe程序获的更多的视频格式的播放支持

如何让electron 打包的exe程序获的更多的视频格式的播放支持

production can not play local video · Issue #872 · nklayman/vue-cli-plugin-electron-builder · GitHub

Security | Vue CLI Plugin Electron Builder

解决方法:

1、background.js 加上

  1. const path = require("path");
  2. function registerLocalVideoProtocol() {
  3. protocol.registerFileProtocol("local-video", (request, callback) => {
  4. const url = request.url.replace(/^local-video:\/\//, "");
  5. // Decode URL to prevent errors when loading filenames with UTF-8 chars or chars like
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/我家小花儿/article/detail/999016
推荐阅读
相关标签
  

闽ICP备14008679号