diff options
Diffstat (limited to 'extensions/TimedMediaHandler/MwEmbedModules/EmbedPlayer/tests/Player_Sources.html')
-rw-r--r-- | extensions/TimedMediaHandler/MwEmbedModules/EmbedPlayer/tests/Player_Sources.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/extensions/TimedMediaHandler/MwEmbedModules/EmbedPlayer/tests/Player_Sources.html b/extensions/TimedMediaHandler/MwEmbedModules/EmbedPlayer/tests/Player_Sources.html new file mode 100644 index 00000000..244ae1fa --- /dev/null +++ b/extensions/TimedMediaHandler/MwEmbedModules/EmbedPlayer/tests/Player_Sources.html @@ -0,0 +1,24 @@ +<!DOCTYPE html> +<html xmlns="http://www.w3.org/1999/xhtml"> +<head> +<title>Player sources</title> + + <script type="text/javascript" src="../../../mwEmbedStartup.php"></script> +<!-- <script type="text/javascript" src="http://html5.kaltura.org/js"></script>--> + +<meta http-equiv="X-UA-Compatible" content="IE=9"/> +<meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> + +</head> +<body> + +<video id="vid1" width="480" height="267" + poster="http://cdn.kaltura.org/apis/html5lib/kplayer-examples/media/bbb480.jpg" + durationHint="33" + controls > + <source type="video/h264" src="http://cdn.kaltura.org/apis/html5lib/kplayer-examples/media/bbb_trailer_iphone.m4v"></source> + <source type="video/ogg" src="http://cdn.kaltura.org/apis/html5lib/kplayer-examples/media/bbb_trailer_400p.ogv"></source> +</video> + +</body> +</html> |