Advertisement
Guest User

Untitled

a guest
Sep 12th, 2011
510
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. <html>
  2. <head>
  3. <script src="video.js" type="text/javascript" charset="utf-8"></script>
  4. <link rel="stylesheet" href="video-js.css" type="text/css" media="screen" title="Video JS" charset="utf-8">
  5. </head>
  6. <body>
  7. <script type="text/javascript" charset="utf-8">
  8. VideoJS.setupAllWhenReady();
  9. </script>
  10. <div class="video-js-box">
  11. <video class="video-js" width="640" height="480" controls preload poster="http://192.168.1.10/TV_new/jen.jpg">
  12. <source src=http://192.168.1.10:9080/test.ogv type=video/ogg; codecs="theora, vorbis"'>
  13. <!-- Image Fallback. -->
  14. <img src="http://192.168.1.10/TV_new/jen.jpg" width="640" height="264" alt="Poster Image"
  15. title="No video playback capabilities." />
  16. </object>
  17. </video>
  18. </p>
  19. </div>
  20. </body>
  21. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement