Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>Video.js Example Embed</title> 
  
  <link href="https://cs1.brightcodes.net/doleskevicius/tests/videojs/7.0.3/video-js.css" rel="stylesheet">
  <script src="https://cs1.brightcodes.net/doleskevicius/tests/videojs/7.0.3/video.js"></script>
  
</head>
<body> 
  <video id="my_video_1" class="video-js vjs-default-skin" controls preload="auto" width="640" height="268" 
  data-setup='{}'>
    <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>
  
  <script>
  </script>
  
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
bcdariuspro
0viewers