Created
March 1, 2011 16:08
-
-
Save kaylarose/849357 to your computer and use it in GitHub Desktop.
Reproduction of HTML5/Flash Fallback Streaming bug in Kaltura Player
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
http://www.kaltura.org/support-seeking-flash-fallback-player