Skip to content

Commit 7568549

Browse files
authored
Add HLS m3u8 test streaming video file (#178)
1 parent b5cf4ba commit 7568549

File tree

4 files changed

+14
-0
lines changed

4 files changed

+14
-0
lines changed

assets/videos/hls/bee.m3u8

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
#EXTM3U
2+
#EXT-X-VERSION:4
3+
#EXT-X-TARGETDURATION:2
4+
#EXT-X-MEDIA-SEQUENCE:0
5+
#EXTINF:2.002000,
6+
#EXT-X-BYTERANGE:704248@0
7+
bee0.ts
8+
#EXTINF:2.002000,
9+
#EXT-X-BYTERANGE:754068@0
10+
bee1.ts
11+
#EXTINF:0.033367,
12+
#EXT-X-BYTERANGE:32336@0
13+
bee2.ts
14+
#EXT-X-ENDLIST

assets/videos/hls/bee0.ts

688 KB
Binary file not shown.

assets/videos/hls/bee1.ts

736 KB
Binary file not shown.

assets/videos/hls/bee2.ts

31.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)