kemono2/client/fluid-player/test/html/dash_vod.tpl.html
2025-04-11 00:58:59 +02:00

30 lines
766 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>DASH VOD</title>
<%= htmlWebpackPlugin.tags.headTags %>
<style lang="css">
#fluid-player-e2e-case {
width: 90%;
}
</style>
</head>
<body>
<video id="fluid-player-e2e-case">
<source src="https://dash.akamaized.net/dash264/TestCases/1a/sony/SNE_DASH_SD_CASE1A_REVISED.mpd" type="application/dash+xml"/>
</video>
<%= htmlWebpackPlugin.tags.bodyTags %>
<script>
var instance = fluidPlayer('fluid-player-e2e-case');
</script>
</body>
</html>