Advertisement
Guest User

Untitled

a guest
Mar 31st, 2015
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset=utf-8 />
  5. <title>Video</title>
  6.  
  7. <link href="http://vjs.zencdn.net/4.12/video-js.css" rel="stylesheet">
  8. <script src="http://vjs.zencdn.net/4.12/video.js"></script>
  9. <script src="https://github.com/videojs/videojs-contrib-media-sources/releases/download/v0.1.0/videojs-media-sources.js"></script>
  10. <script src="https://github.com/videojs/videojs-contrib-hls/releases/download/v0.11.2/videojs.hls.min.js"></script>
  11.  
  12. </head>
  13. <body>
  14. <h1>Video</h1>
  15.  
  16. <video id="my_video_1" class="video-js vjs-default-skin" controls preload="auto" width="640" height="268"
  17. data-setup='{}'>
  18. <source src="http://iphone-streaming.ustream.tv/uhls/3064708/streams/live/iphone/playlist.m3u8" type='video/mp4'>
  19. </video>
  20.  
  21. <script>
  22. </script>
  23.  
  24. </body>
  25. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement