Skip to content

Instantly share code, notes, and snippets.

@lgfa29
Created December 7, 2012 01:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lgfa29/4230069 to your computer and use it in GitHub Desktop.
Save lgfa29/4230069 to your computer and use it in GitHub Desktop.
<html>
<head>
<link href="http://vjs.zencdn.net/c/video-js.css" rel="stylesheet">
<script src="http://vjs.zencdn.net/c/video.js"></script>
<title>Teste</title>
</head>
<body>
<video id="my_video_1" class="video-js vjs-default-skin" controls preload="auto" width="640" height="264" poster="my_video_poster.png" data-setup="{}">
<source src="http://192.168.1.10:8080/" type='video/ogg'>
</video>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment