[xiph-commits] r4081 - itext

silvia at svn.annodex.net silvia at svn.annodex.net
Mon Mar 8 14:34:06 PST 2010


Author: silvia
Date: 2010-03-08 14:34:06 -0800 (Mon, 08 Mar 2010)
New Revision: 4081

Modified:
   itext/mediafrag_multiple_servers.html
Log:
Updated to Davy's new server.


Modified: itext/mediafrag_multiple_servers.html
===================================================================
--- itext/mediafrag_multiple_servers.html	2010-02-23 23:43:49 UTC (rev 4080)
+++ itext/mediafrag_multiple_servers.html	2010-03-08 22:34:06 UTC (rev 4081)
@@ -13,18 +13,18 @@
     <h2>URI Query Example</h2>
     
     <div id="NinSuna">
-      <p>Davy Van Deursen of the W3C Media Fragments working group implemented a demonstration of media fragment URIs using the URI query (?) mechanism on the <a href="http://respighi.elis.ugent.be/NinSuna/platform.aspx">NinSuna platform</a>. It supports only the time and the track dimension - not the id or xyzh dimensions. It also does not (yet) support URI fragments (#) as a specification for media fragment URIs. It will return a complete resource for a query such as: http://schutz.elis.ugent.be:8080/DownloadServlet/fragf2f.ogg?t=2,9&amp;track='mp4_1'.</p>
+      <p>Davy Van Deursen of the W3C Media Fragments working group implemented a demonstration of media fragment URIs using the URI query (?) mechanism on the <a href="http://ninsuna.elis.ugent.be/">NinSuna platform</a>. It supports only the time and the track dimension - not the id or xyzh dimensions. It also does not (yet) support URI fragments (#) as a specification for media fragment URIs. It will return a complete resource for a query such as: http://ninsuna.elis.ugent.be/DownloadServlet/mfwg/fragf2f.ogv?t=2,9&amp;track='mp4_1'.</p>
         
       <p>NinSuna is implemented in Java and is both a HTTP and RTSP server. It supports both MP4 and Ogg files.</p>
       
       <p>The following video is a Ogg video served by NinSuna and allows loading different resources by changing the url given on the &lt;video> element:</p>
 
-      <video id="v_NinSuna" width = "426px" height="320px" src="http://schutz.elis.ugent.be:8080/DownloadServlet/fragf2f.ogv?t=2,9&amp;track='ogg_1'" controls autobuffer>
+      <video id="v_NinSuna" width = "426px" height="320px" src="http://ninsuna.elis.ugent.be/DownloadServlet/mfwg/fragf2f.ogv?t=2,9&amp;track='ogg_1'" controls autobuffer>
       </video>
       
       <form name="f_NinSuna" action="javascript:changeVideoUrl(document.videourl,0);" method="">
         <label for="videourl">Change video element url:</label>
-        <input name="url" type="text" value="http://schutz.elis.ugent.be:8080/DownloadServlet/fragf2f.ogv?t=2,9&amp;track='ogg_1'" size="70"/>
+        <input name="url" type="text" value="http://ninsuna.elis.ugent.be/DownloadServlet/mfwg/fragf2f.ogv?t=2,9&amp;track='ogg_1'" size="70"/>
         <input name="button" type="button" value="Change" onclick="changeVideoUrl(this.form,0)"/>
       </form>
       



More information about the commits mailing list