%PDF- %PDF-
| Direktori : /data/www_bck/varak.cloud_bck/video.varak.cloud/hevc/ |
| Current File : //data/www_bck/varak.cloud_bck/video.varak.cloud/hevc/index.html |
<!doctype html>
<html>
<head>
<title>Dash.js Rocks</title>
<style>
video {
width: 1280px;
height: 720px;
}
</style>
</head>
<body>
<div>
<video id="videoPlayer" controls></video>
</div>
<script src="https://cdn.dashjs.org/latest/dash.all.min.js"></script>
<script>
(function(){
var url = "https://video.varak.cloud/hevc/output.hevc_dash.mpd";
var player = dashjs.MediaPlayer().create();
player.initialize(document.querySelector("#videoPlayer"), url, true);
})();
</script>
</body>
</html>