Created
November 16, 2015 22:58
-
-
Save anonymous/d59d0c4de980d5630837 to your computer and use it in GitHub Desktop.
JS Bin // source http://jsbin.com/fomelenuru
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset=utf-8 /> | |
| <title>JS Bin</title> | |
| <link href="https://cdnjs.cloudflare.com/ajax/libs/video.js/5.2.0/video-js.css" rel="stylesheet"> | |
| <script src="https://cdnjs.cloudflare.com/ajax/libs/video.js/5.2.0/video.js"></script> | |
| <script src="https://rawgit.com/sabberworm/029148bbbccb327b1a84/raw/a846af0f88a876aeb490a238eae53e251c13137b/videojs-media-sources.js"></script> | |
| <script src="https://rawgit.com/sabberworm/e0c7bf1f28449d9dee87/raw/d90c9e9ef84c472b9dc975005799c99b5b6b2c01/videojs.hls.js"></script> | |
| </head> | |
| <body> | |
| <video id="my_video_1" class="video-js vjs-default-skin" controls preload="auto" width="640px" height="360px" data-setup='{}'> | |
| <source src="http://qthttp.apple.com.edgesuite.net/1010qwoeiuryfg/sl.m3u8" type="video/x-mpegurl"> | |
| <source src="http://vjs.zencdn.net/v/oceans.mp4" type='video/mp4'> | |
| <source src="http://vjs.zencdn.net/v/oceans.webm" type='video/webm'> | |
| </video> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment