Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>Example of video with subtitles and captions</title>
</head>
<body>
<video height="272" width="640"    
       poster="http://content.bitsontherun.com/thumbs/q1fx20VZ-640.jpg"  
       crossorigin="anonymous" 
       controls>
  <source src="http://demo.jwplayer.com/html5-report/sintel.mp4" 
          type="video/mp4"> 
  <source src="http://demo.jwplayer.com/html5-report/sintel.webm" 
          type="video/webm">
  <track src="http://demo.jwplayer.com/html5-report/sintel-captions.vtt" 
         kind="captions" label="Closed Captions" default>
</video>
 
</body>
</html>
Output

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

Dismiss x
public
Bin info
micbuffapro
0viewers