Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kaylarose/849357 to your computer and use it in GitHub Desktop.
Save kaylarose/849357 to your computer and use it in GitHub Desktop.
Reproduction of HTML5/Flash Fallback Streaming bug in Kaltura Player
<!DOCTYPE html>
<html>
<head>
<title>Simple video sample</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<script type="text/javascript" src="http://html5.kaltura.org/js" ></script>
</head>
<body>
<video id="vid1" width="480" height="267" durationHint="02:32">
<source src="http://h264.code-shop.com:8080/trailer2.mp4" type="video/h264" durationHint="02:32" />
</video>
</body>
</html>
@kaylarose
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment