feat: adaptive bitrate support, engine improvements, demo updates, and electron preload

This commit is contained in:
2026-06-12 17:15:30 +08:00
parent 6575b0be0f
commit b6231e4efd
17 changed files with 139 additions and 4 deletions

View File

@@ -0,0 +1,7 @@
#EXTM3U
#EXT-X-VERSION:3
#EXT-X-TARGETDURATION:6
#EXT-X-MEDIA-SEQUENCE:0
#EXTINF:6.000000,
seg_000.ts
#EXT-X-ENDLIST

Binary file not shown.

View File

@@ -0,0 +1,7 @@
#EXTM3U
#EXT-X-VERSION:3
#EXT-X-TARGETDURATION:6
#EXT-X-MEDIA-SEQUENCE:0
#EXTINF:6.000000,
seg_000.ts
#EXT-X-ENDLIST

Binary file not shown.

View File

@@ -0,0 +1,7 @@
#EXTM3U
#EXT-X-VERSION:3
#EXT-X-TARGETDURATION:6
#EXT-X-MEDIA-SEQUENCE:0
#EXTINF:6.000000,
seg_000.ts
#EXT-X-ENDLIST

Binary file not shown.

View File

@@ -128,6 +128,11 @@
"intro": {
"id": "intro",
"videoUrl": "intro/intro.mp4",
"streamingUrl": {
"超清 (1080P)": "intro/1080p/index.m3u8",
"高清 (720P)": "intro/720p/index.m3u8",
"标清 (480P)": "intro/480p/index.m3u8"
},
"subtitleUrl": "intro/intro.vtt",
"subtitles": {
"zh": "intro/intro.vtt",