Testing example code for embedding from MediaGoblin
authorLisa Marie Maginnis <lisam@fsf.org>
Tue, 4 Feb 2014 15:14:50 +0000 (10:14 -0500)
committerLisa Marie Maginnis <lisam@fsf.org>
Tue, 4 Feb 2014 15:14:50 +0000 (10:14 -0500)
server/staging/lpc14/goblintest.html [new file with mode: 0644]

diff --git a/server/staging/lpc14/goblintest.html b/server/staging/lpc14/goblintest.html
new file mode 100644 (file)
index 0000000..e291ecf
--- /dev/null
@@ -0,0 +1,25 @@
+<html>
+<head>
+<title>MediaGoblin Test<title>
+</head>
+<body>
+
+  <video controls
+         
+         preload="auto" class="video-js vjs-mg-skin"
+         data-setup='{"height": 477,
+                      "width": 848 }'>
+    <source src="http://media.libreplanet.org/mgoblin_media/media_entries/49/LibrePlanet__8A__848x477__3.webm"
+            
+              type="video/webm; codecs=&#34;vp8, vorbis&#34;"
+             />
+    <div class="no_html5">Sorry, this video will not work because
+      your web browser does not support HTML5 
+      video.<br/>You can get a modern web browser that 
+      can play this video at <a href="http://getfirefox.com">
+      http://getfirefox.com</a>!</div>
+  </video>
+
+
+</body>
+<html>