mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
feat(html): add native hls video to cdn (#1208)
This commit is contained in:
@@ -0,0 +1 @@
|
||||
import '../../define/media/native-hls-video';
|
||||
@@ -23,7 +23,7 @@ const presets = [
|
||||
'audio-minimal-ui',
|
||||
'background',
|
||||
];
|
||||
const media = ['hls-video', 'mux-video', 'simple-hls-video', 'dash-video'];
|
||||
const media = ['hls-video', 'mux-video', 'native-hls-video', 'simple-hls-video', 'dash-video'];
|
||||
|
||||
const entries = [
|
||||
...presets.map((name) => ({ src: `src/cdn/${name}.ts`, name })),
|
||||
|
||||
Reference in New Issue
Block a user