refactor(仪表板、数据大屏): 升级流媒体播放器插件,支持H.265编码 (#18181)

This commit is contained in:
王嘉豪
2026-04-01 18:00:19 +08:00
committed by wangjiahao
parent ea244c0720
commit 4a7f109928
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@
"element-resize-detector": "^1.2.4",
"exceljs": "^4.4.0",
"file-saver": "^2.0.5",
"flv.js": "^1.6.2",
"flv-h265": "^1.7.0",
"html-to-image": "^1.11.11",
"html2canvas": "^1.4.1",
"js-base64": "^3.7.5",

View File

@@ -19,7 +19,7 @@
</el-row>
</template>
<script lang="ts" setup>
import flvjs from 'flv.js'
import flvjs from 'flv-h265'
import '@/style/custom-theme.css'
import { onMounted, reactive, toRefs, getCurrentInstance, nextTick, onBeforeUnmount } from 'vue'
import { useEmitt } from '@/hooks/web/useEmitt'