From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- dom/media/test/hls/400x300_prog_index.m3u8 | 10 ++++++++++ dom/media/test/hls/400x300_prog_index_5s.m3u8 | 8 ++++++++ dom/media/test/hls/400x300_seg0.ts | Bin 0 -> 291588 bytes dom/media/test/hls/400x300_seg0_5s.ts | Bin 0 -> 168636 bytes dom/media/test/hls/400x300_seg1.ts | Bin 0 -> 288204 bytes dom/media/test/hls/416x243_prog_index_5s.m3u8 | 8 ++++++++ dom/media/test/hls/416x243_seg0_5s.ts | Bin 0 -> 197400 bytes dom/media/test/hls/640x480_prog_index.m3u8 | 10 ++++++++++ dom/media/test/hls/640x480_seg0.ts | Bin 0 -> 814228 bytes dom/media/test/hls/640x480_seg1.ts | Bin 0 -> 796368 bytes dom/media/test/hls/960x720_prog_index.m3u8 | 10 ++++++++++ dom/media/test/hls/960x720_seg0.ts | Bin 0 -> 1878120 bytes dom/media/test/hls/960x720_seg1.ts | Bin 0 -> 1839392 bytes dom/media/test/hls/bipbop_16x9_single.m3u8 | 5 +++++ dom/media/test/hls/bipbop_4x3_single.m3u8 | 4 ++++ dom/media/test/hls/bipbop_4x3_variant.m3u8 | 10 ++++++++++ 16 files changed, 65 insertions(+) create mode 100644 dom/media/test/hls/400x300_prog_index.m3u8 create mode 100644 dom/media/test/hls/400x300_prog_index_5s.m3u8 create mode 100644 dom/media/test/hls/400x300_seg0.ts create mode 100644 dom/media/test/hls/400x300_seg0_5s.ts create mode 100644 dom/media/test/hls/400x300_seg1.ts create mode 100644 dom/media/test/hls/416x243_prog_index_5s.m3u8 create mode 100644 dom/media/test/hls/416x243_seg0_5s.ts create mode 100644 dom/media/test/hls/640x480_prog_index.m3u8 create mode 100644 dom/media/test/hls/640x480_seg0.ts create mode 100644 dom/media/test/hls/640x480_seg1.ts create mode 100644 dom/media/test/hls/960x720_prog_index.m3u8 create mode 100644 dom/media/test/hls/960x720_seg0.ts create mode 100644 dom/media/test/hls/960x720_seg1.ts create mode 100644 dom/media/test/hls/bipbop_16x9_single.m3u8 create mode 100644 dom/media/test/hls/bipbop_4x3_single.m3u8 create mode 100644 dom/media/test/hls/bipbop_4x3_variant.m3u8 (limited to 'dom/media/test/hls') diff --git a/dom/media/test/hls/400x300_prog_index.m3u8 b/dom/media/test/hls/400x300_prog_index.m3u8 new file mode 100644 index 0000000000..3252eb178f --- /dev/null +++ b/dom/media/test/hls/400x300_prog_index.m3u8 @@ -0,0 +1,10 @@ +#EXTM3U +#EXT-X-TARGETDURATION:10 +#EXT-X-VERSION:3 +#EXT-X-MEDIA-SEQUENCE:0 +#EXT-X-PLAYLIST-TYPE:VOD +#EXTINF:9.97667, +400x300_seg0.ts +#EXTINF:9.97667, +400x300_seg1.ts +#EXT-X-ENDLIST diff --git a/dom/media/test/hls/400x300_prog_index_5s.m3u8 b/dom/media/test/hls/400x300_prog_index_5s.m3u8 new file mode 100644 index 0000000000..8e9d19f764 --- /dev/null +++ b/dom/media/test/hls/400x300_prog_index_5s.m3u8 @@ -0,0 +1,8 @@ +#EXTM3U +#EXT-X-TARGETDURATION:4.00 +#EXT-X-VERSION:3 +#EXT-X-MEDIA-SEQUENCE:0 +#EXT-X-PLAYLIST-TYPE:VOD +#EXTINF:4.00, +400x300_seg0_5s.ts +#EXT-X-ENDLIST diff --git a/dom/media/test/hls/400x300_seg0.ts b/dom/media/test/hls/400x300_seg0.ts new file mode 100644 index 0000000000..b17b0a88ff Binary files /dev/null and b/dom/media/test/hls/400x300_seg0.ts differ diff --git a/dom/media/test/hls/400x300_seg0_5s.ts b/dom/media/test/hls/400x300_seg0_5s.ts new file mode 100644 index 0000000000..9504d5d889 Binary files /dev/null and b/dom/media/test/hls/400x300_seg0_5s.ts differ diff --git a/dom/media/test/hls/400x300_seg1.ts b/dom/media/test/hls/400x300_seg1.ts new file mode 100644 index 0000000000..d751091e68 Binary files /dev/null and b/dom/media/test/hls/400x300_seg1.ts differ diff --git a/dom/media/test/hls/416x243_prog_index_5s.m3u8 b/dom/media/test/hls/416x243_prog_index_5s.m3u8 new file mode 100644 index 0000000000..ae518e7890 --- /dev/null +++ b/dom/media/test/hls/416x243_prog_index_5s.m3u8 @@ -0,0 +1,8 @@ +#EXTM3U +#EXT-X-TARGETDURATION:4.04 +#EXT-X-VERSION:4 +#EXT-X-MEDIA-SEQUENCE:0 +#EXT-X-PLAYLIST-TYPE:VOD +#EXTINF:4.04, +416x243_seg0_5s.ts +#EXT-X-ENDLIST diff --git a/dom/media/test/hls/416x243_seg0_5s.ts b/dom/media/test/hls/416x243_seg0_5s.ts new file mode 100644 index 0000000000..48e5473276 Binary files /dev/null and b/dom/media/test/hls/416x243_seg0_5s.ts differ diff --git a/dom/media/test/hls/640x480_prog_index.m3u8 b/dom/media/test/hls/640x480_prog_index.m3u8 new file mode 100644 index 0000000000..ac1212e2e7 --- /dev/null +++ b/dom/media/test/hls/640x480_prog_index.m3u8 @@ -0,0 +1,10 @@ +#EXTM3U +#EXT-X-TARGETDURATION:10 +#EXT-X-VERSION:3 +#EXT-X-MEDIA-SEQUENCE:0 +#EXT-X-PLAYLIST-TYPE:VOD +#EXTINF:9.97667, +640x480_seg0.ts +#EXTINF:9.97667, +640x480_seg1.ts +#EXT-X-ENDLIST diff --git a/dom/media/test/hls/640x480_seg0.ts b/dom/media/test/hls/640x480_seg0.ts new file mode 100644 index 0000000000..9bf0f0454a Binary files /dev/null and b/dom/media/test/hls/640x480_seg0.ts differ diff --git a/dom/media/test/hls/640x480_seg1.ts b/dom/media/test/hls/640x480_seg1.ts new file mode 100644 index 0000000000..c1ed938f44 Binary files /dev/null and b/dom/media/test/hls/640x480_seg1.ts differ diff --git a/dom/media/test/hls/960x720_prog_index.m3u8 b/dom/media/test/hls/960x720_prog_index.m3u8 new file mode 100644 index 0000000000..8ff18b089c --- /dev/null +++ b/dom/media/test/hls/960x720_prog_index.m3u8 @@ -0,0 +1,10 @@ +#EXTM3U +#EXT-X-TARGETDURATION:10 +#EXT-X-VERSION:3 +#EXT-X-MEDIA-SEQUENCE:0 +#EXT-X-PLAYLIST-TYPE:VOD +#EXTINF:9.97667, +960x720_seg0.ts +#EXTINF:9.97667, +960x720_seg1.ts +#EXT-X-ENDLIST diff --git a/dom/media/test/hls/960x720_seg0.ts b/dom/media/test/hls/960x720_seg0.ts new file mode 100644 index 0000000000..031bfe30d6 Binary files /dev/null and b/dom/media/test/hls/960x720_seg0.ts differ diff --git a/dom/media/test/hls/960x720_seg1.ts b/dom/media/test/hls/960x720_seg1.ts new file mode 100644 index 0000000000..63f15cb0cb Binary files /dev/null and b/dom/media/test/hls/960x720_seg1.ts differ diff --git a/dom/media/test/hls/bipbop_16x9_single.m3u8 b/dom/media/test/hls/bipbop_16x9_single.m3u8 new file mode 100644 index 0000000000..dce6a76c7b --- /dev/null +++ b/dom/media/test/hls/bipbop_16x9_single.m3u8 @@ -0,0 +1,5 @@ +#EXTM3U + +#EXT-X-STREAM-INF:BANDWIDTH=263851,CODECS="mp4a.40.2, avc1.4d400d" +416x243_prog_index_5s.m3u8 + diff --git a/dom/media/test/hls/bipbop_4x3_single.m3u8 b/dom/media/test/hls/bipbop_4x3_single.m3u8 new file mode 100644 index 0000000000..8f354ff011 --- /dev/null +++ b/dom/media/test/hls/bipbop_4x3_single.m3u8 @@ -0,0 +1,4 @@ +#EXTM3U + +#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=232370,CODECS="mp4a.40.2, avc1.4d4015" +400x300_prog_index_5s.m3u8 \ No newline at end of file diff --git a/dom/media/test/hls/bipbop_4x3_variant.m3u8 b/dom/media/test/hls/bipbop_4x3_variant.m3u8 new file mode 100644 index 0000000000..8a9a100dba --- /dev/null +++ b/dom/media/test/hls/bipbop_4x3_variant.m3u8 @@ -0,0 +1,10 @@ +#EXTM3U + +#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=232370,CODECS="mp4a.40.2, avc1.4d4015" +400x300_prog_index.m3u8 + +#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=649879,CODECS="mp4a.40.2, avc1.4d401e" +640x480_prog_index.m3u8 + +#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=649879,CODECS="mp4a.40.2, avc1.4d401e" +960x720_prog_index.m3u8 -- cgit v1.2.3