[xiph-commits] r18818 - websites/xiph.org/video

jack at svn.xiph.org jack at svn.xiph.org
Sun Feb 24 16:01:13 PST 2013


Author: jack
Date: 2013-02-24 16:01:13 -0800 (Sun, 24 Feb 2013)
New Revision: 18818

Modified:
   websites/xiph.org/video/atom-feed.xml
Log:
Add embedded HTML5 video.

Modified: websites/xiph.org/video/atom-feed.xml
===================================================================
--- websites/xiph.org/video/atom-feed.xml	2013-02-24 23:40:58 UTC (rev 18817)
+++ websites/xiph.org/video/atom-feed.xml	2013-02-25 00:01:13 UTC (rev 18818)
@@ -19,6 +19,13 @@
     </author>
 
     <summary type="html"><![CDATA[
+    <video controls width="640" height="360">
+      <source src="http://downloads.xiph.org/video/A_Digital_Media_Primer_For_Geeks-360p.ogv"
+              type="video/ogg">
+      <source src="http://downloads.xiph.org/video/A_Digital_Media_Primer_For_Geeks-360p.webm"
+              type="video/webm">
+    </video>
+
     <p>
       This first video from Xiph.Org presents the technical foundations of
       modern digital media via a half-hour firehose of information. One



More information about the commits mailing list