OLD | NEW |
| (Empty) |
1 <html> | |
2 <head> | |
3 <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
4 <title>Dynamic Live Streaming controls</title> | |
5 </head> | |
6 <body> | |
7 <h3>Dynamic Live Streaming controls</h3> | |
8 <p>This page exists to test the hiding of the timeline container for | |
9 dynamic live streams. Once metadata loads, the control bar below should | |
10 contain only 3 buttons: "play" on the left, and "fullscreen" & "mute | |
11 (volume)" on the right. No seek slider or media times should be shown. | |
12 If only the "play" button shows, it means the link to the test video is | |
13 out of date. | |
14 </p> | |
15 | |
16 <video width="300" height="200" controls> | |
17 <source src="http://xteleantioquiawebsx.api.channel.livestream.com/3.0/playlis
t.m3u8"> | |
18 </video> | |
19 | |
20 <br> <br> <br> | |
21 <a href="http://xteleantioquiawebsx.api.channel.livestream.com/3.0/playlist.m3u8
">Link directly to video</a> | |
22 </body></html> | |
OLD | NEW |