hls-test/with-audio.html

20 lines
720 B
HTML
Raw Normal View History

2021-10-22 18:27:02 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8>
<title>HLS WebM test with audio</title>
</head>
<body>
<h1>HLS WebM test with audio</h1>
<p>The video will try to load an HLS containing an VP9-in-MP4 variant and a h264 fallback, and AAC audio:</p>
<video id=hls1 controls width=640 height=360>
<source type=application/vnd.apple.mpegurl src=av-aac-mp4.m3u8>
</video>
<h1>HLS WebM test with audio</h1>
<p>VP9-in-MP4 variant and a h264 fallback, and MP3 audio:</p>
<video id=hls2 controls width=640 height=360>
<source type=application/vnd.apple.mpegurl src=av-all-mp4.m3u8>
</video>
</body>
</html>