summaryrefslogtreecommitdiff
path: root/index.html
blob: bbc95ee11e12790e8c1cc97c1cde80fafbe3a363 (plain)
1
2
3
4
5
6
7
8
9
10
11
<html>
    <head>
        <title>livestream: live.mpd</title>
    </head>
    <body>
        <video>
            <source src="live.mpd" />
            Your browser does not support the video tag.
        </video>
    </body>
</html>