UNPKG

videojs-shaka

Version:
27 lines (26 loc) 1.31 kB
<!doctype html> <html> <head> <meta charset="utf-8"> <title>videojs-shaka Demo</title> <link href="node_modules/video.js/dist/video-js.css" rel="stylesheet"> <link href="dist/videojs-shaka.css" rel="stylesheet"> </head> <body> <video id="videojs-shaka-player" class="video-js vjs-default-skin" controls> </video> <br/> <div> <input id="stream" type="text" value="https://bitmovin-a.akamaihd.net/content/MI201109210084_1/mpds/f08e80da-bf1d-4e3d-8899-f0f6155f6efa.mpd" style="width: 750px;" /> <!--<input id="stream" type="text" value="https://storage.googleapis.com/shaka-demo-assets/angel-one/dash.mpd" style="width: 750px;" />--> <!--<input id="stream" type="text" value="https://storage.googleapis.com/shaka-demo-assets/angel-one-hls/hls.m3u8" style="width: 750px;" />--> <!--<input id="stream" type="text" value="https://storage.googleapis.com/shaka-demo-assets/bbb-dark-truths-hls/hls.m3u8" style="width: 750px;" />--> <button id="play">Play</button> </div> <script src="node_modules/mux.js/dist/mux.js"></script> <script src="node_modules/shaka-player/dist/shaka-player.compiled.debug.js"></script> <script src="node_modules/video.js/dist/video.js"></script> <script src="dist/videojs-shaka.js"></script> <script src="index.js"></script> </body> </html>