Added FLV Player

This commit is contained in:
2025-10-08 01:10:13 +05:30
parent f6be5084ad
commit 40ae8d5f3d
7 changed files with 282 additions and 38 deletions
+3 -1
View File
@@ -1,3 +1,4 @@
import type FlvJs from 'flv.js';
import Hls from 'hls.js';
declare global {
@@ -7,7 +8,8 @@ declare global {
upload: any;
myModal_open: any;
myModal_close: any;
hls: typeof Hls
hls: typeof Hls,
flvjs: typeof FlvJs
}
}