video-event-debug
Version:
Log HTML5 video player events
14 lines (13 loc) • 434 B
HTML
<html>
<head>
<title>HTML5 video debugger</title>
<link rel="stylesheet" href="./style.css" />
</head>
<body>
<h1>HTML5 video debugger</h1>
<p>Open your developer console to see the HTML5 video player events in real time!</p>
<video id="video" src="http://www.ioncannon.net/examples/vp8-webm/big_buck_bunny_480p.webm" controls></video>
<script src="./demo.js"></script>
</body>
</html>