<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Demo of deep hyperlinking into HTML5 video</title>
	<atom:link href="http://blog.gingertech.net/2009/09/02/demo-of-deep-hyperlinking-into-html5-video/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.gingertech.net/2009/09/02/demo-of-deep-hyperlinking-into-html5-video/</link>
	<description>Silvia&#039;s blog</description>
	<lastBuildDate>Fri, 03 Feb 2012 22:04:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>By: Ebrahim Patel</title>
		<link>http://blog.gingertech.net/2009/09/02/demo-of-deep-hyperlinking-into-html5-video/comment-page-1/#comment-19466</link>
		<dc:creator>Ebrahim Patel</dc:creator>
		<pubDate>Mon, 19 Sep 2011 13:20:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gingertech.net/?p=526#comment-19466</guid>
		<description>Excellent Demo. 

Works with IE, Firefox, Chrome ...</description>
		<content:encoded><![CDATA[<p>Excellent Demo. </p>
<p>Works with IE, Firefox, Chrome &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: silvia</title>
		<link>http://blog.gingertech.net/2009/09/02/demo-of-deep-hyperlinking-into-html5-video/comment-page-1/#comment-5283</link>
		<dc:creator>silvia</dc:creator>
		<pubDate>Sun, 21 Mar 2010 11:23:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gingertech.net/?p=526#comment-5283</guid>
		<description>@John.Zornig The Media Fragment Working Group is only specifying URI query and fragment formats for media resources, such as elephant.ogv. The introduction of a fragment on the URI of the html page is a freedom that I took in my demo to show that a connection can be introduced between the URI of the page and of the media resource - always assuming that there is a single media resource on the page. This is akin to what YouTube do, e.g. http://blogoscoped.com/archive/2008-10-26-n19.html . They also hand the time offset through to the only video on the watch page.

However, you are indeed right that a Web page author has the opportunity to define even more name-value pairs on pages to better specify the target element of the fragment. This can be done easily by the web page author and parsed using JavaScript on the page. However, it&#039;s not part of the standardisation effort, so I wasn&#039;t particularly keen to explore this further.</description>
		<content:encoded><![CDATA[<p>@John.Zornig The Media Fragment Working Group is only specifying URI query and fragment formats for media resources, such as elephant.ogv. The introduction of a fragment on the URI of the html page is a freedom that I took in my demo to show that a connection can be introduced between the URI of the page and of the media resource &#8211; always assuming that there is a single media resource on the page. This is akin to what YouTube do, e.g. <a href="http://blogoscoped.com/archive/2008-10-26-n19.html" rel="nofollow">http://blogoscoped.com/archive/2008-10-26-n19.html</a> . They also hand the time offset through to the only video on the watch page.</p>
<p>However, you are indeed right that a Web page author has the opportunity to define even more name-value pairs on pages to better specify the target element of the fragment. This can be done easily by the web page author and parsed using JavaScript on the page. However, it&#8217;s not part of the standardisation effort, so I wasn&#8217;t particularly keen to explore this further.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Zornig</title>
		<link>http://blog.gingertech.net/2009/09/02/demo-of-deep-hyperlinking-into-html5-video/comment-page-1/#comment-5281</link>
		<dc:creator>John Zornig</dc:creator>
		<pubDate>Sun, 21 Mar 2010 04:39:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gingertech.net/?p=526#comment-5281</guid>
		<description>Great demonstration, but I&#039;m confused as to the meaning of the URL ending
mediafrag.html#t=15 vs the URL ending elephant.ogv#t=15.

In the second instance, which seems to conform to the Media Fragment Working Group proposal, I can understand the the offset t=15 applies to the video which is the resource elephant.ogv. But in the first case, the resource is a html file. There is nothing in the #t=15 fragment that ties it to the video. The html file could conceivably contain multiple video tags and then what does the fragment refer to? 

Should the proposal describe additional name, value pairs such as tag=tagname, class=classname, id=idname so that the target(s) of the fragment can be located within the page?</description>
		<content:encoded><![CDATA[<p>Great demonstration, but I&#8217;m confused as to the meaning of the URL ending<br />
mediafrag.html#t=15 vs the URL ending elephant.ogv#t=15.</p>
<p>In the second instance, which seems to conform to the Media Fragment Working Group proposal, I can understand the the offset t=15 applies to the video which is the resource elephant.ogv. But in the first case, the resource is a html file. There is nothing in the #t=15 fragment that ties it to the video. The html file could conceivably contain multiple video tags and then what does the fragment refer to? </p>
<p>Should the proposal describe additional name, value pairs such as tag=tagname, class=classname, id=idname so that the target(s) of the fragment can be located within the page?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lisa</title>
		<link>http://blog.gingertech.net/2009/09/02/demo-of-deep-hyperlinking-into-html5-video/comment-page-1/#comment-1368</link>
		<dc:creator>Lisa</dc:creator>
		<pubDate>Wed, 09 Sep 2009 07:29:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gingertech.net/?p=526#comment-1368</guid>
		<description>This is a great move forward no more relying on 3rd party apps and extensions to play video or audio, i have been reading up on HTML 5 at the &lt;a href=&quot;http://html5tutorial.net/&quot; title=&quot;HTML tutorials&quot; rel=&quot;nofollow&quot;&gt;HTML 5 Tutorials&lt;/a&gt; website, i am now playing around with one of the free templates and was wondering how to embed audio, so thanks a lot, great information, lets hope more people lean towards HTML 5 and SOON!!!</description>
		<content:encoded><![CDATA[<p>This is a great move forward no more relying on 3rd party apps and extensions to play video or audio, i have been reading up on HTML 5 at the <a href="http://html5tutorial.net/" title="HTML tutorials" rel="nofollow">HTML 5 Tutorials</a> website, i am now playing around with one of the free templates and was wondering how to embed audio, so thanks a lot, great information, lets hope more people lean towards HTML 5 and SOON!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: silvia</title>
		<link>http://blog.gingertech.net/2009/09/02/demo-of-deep-hyperlinking-into-html5-video/comment-page-1/#comment-1305</link>
		<dc:creator>silvia</dc:creator>
		<pubDate>Fri, 04 Sep 2009 02:41:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gingertech.net/?p=526#comment-1305</guid>
		<description>Did you work with the latest checkout of oggz-chop? Some bugs have been fixed recently. Also: You should talk with Conrad Parker (kfish on irc) about patches for oggz-chop - I think he is about to put some major effort into extending it.</description>
		<content:encoded><![CDATA[<p>Did you work with the latest checkout of oggz-chop? Some bugs have been fixed recently. Also: You should talk with Conrad Parker (kfish on irc) about patches for oggz-chop &#8211; I think he is about to put some major effort into extending it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: silvia</title>
		<link>http://blog.gingertech.net/2009/09/02/demo-of-deep-hyperlinking-into-html5-video/comment-page-1/#comment-1304</link>
		<dc:creator>silvia</dc:creator>
		<pubDate>Fri, 04 Sep 2009 02:40:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gingertech.net/?p=526#comment-1304</guid>
		<description>@David I didn&#039;t even test loading of a different ogv file - good to see it just works.</description>
		<content:encoded><![CDATA[<p>@David I didn&#8217;t even test loading of a different ogv file &#8211; good to see it just works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philip J</title>
		<link>http://blog.gingertech.net/2009/09/02/demo-of-deep-hyperlinking-into-html5-video/comment-page-1/#comment-1301</link>
		<dc:creator>Philip J</dc:creator>
		<pubDate>Thu, 03 Sep 2009 15:08:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gingertech.net/?p=526#comment-1301</guid>
		<description>The spec only says to stop loading the resource, not to throw it out of cache. A note stating as much might be helpful though.</description>
		<content:encoded><![CDATA[<p>The spec only says to stop loading the resource, not to throw it out of cache. A note stating as much might be helpful though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: silvia</title>
		<link>http://blog.gingertech.net/2009/09/02/demo-of-deep-hyperlinking-into-html5-video/comment-page-1/#comment-1299</link>
		<dc:creator>silvia</dc:creator>
		<pubDate>Thu, 03 Sep 2009 05:19:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gingertech.net/?p=526#comment-1299</guid>
		<description>I&#039;m not sure the reloading on load() is a bug. I think it may be on purpose because it follows the algorithm specified within HTML5 accurately and there it states that the current resource is unloaded and the resource selection algo is fired on the &quot;new&quot; resource. I think this algorithm may need a comment for changes to the URL that only refer to the hash part of the video.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure the reloading on load() is a bug. I think it may be on purpose because it follows the algorithm specified within HTML5 accurately and there it states that the current resource is unloaded and the resource selection algo is fired on the &#8220;new&#8221; resource. I think this algorithm may need a comment for changes to the URL that only refer to the hash part of the video.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Murtaugh</title>
		<link>http://blog.gingertech.net/2009/09/02/demo-of-deep-hyperlinking-into-html5-video/comment-page-1/#comment-1295</link>
		<dc:creator>Michael Murtaugh</dc:creator>
		<pubDate>Wed, 02 Sep 2009 16:34:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gingertech.net/?p=526#comment-1295</guid>
		<description>Thanks for this post, it&#039;s really exciting seeing all the pieces coming together around OGG / open source video!

&gt; For Ogg media, this can be provided through the oggz-chop CGI.

According to this:
https://bugs.launchpad.net/ubuntu/+source/liboggz/+bug/415947
It&#039;s maybe still just on the wishlist (unless I missed something?)

In my testing setup on a local apache2 server (ubuntu) and using liboggz-0.9.9, when I enable oggz-chop (using the method provided by the included script), not only is there not x-content-duration, but all my ogv files lose even the Content-Length header and embedded videos appear with the scrubbar constantly all the way to the right (only as the video loads, the duration expands, and the &quot;current position&quot; thus stays always at max)... But it&#039;s quite possible I have mis-configured something?

I am considering writing a small CGI wrapper for oggz-chop to address the issue.</description>
		<content:encoded><![CDATA[<p>Thanks for this post, it&#8217;s really exciting seeing all the pieces coming together around OGG / open source video!</p>
<p>&gt; For Ogg media, this can be provided through the oggz-chop CGI.</p>
<p>According to this:<br />
<a href="https://bugs.launchpad.net/ubuntu/+source/liboggz/+bug/415947" rel="nofollow">https://bugs.launchpad.net/ubuntu/+source/liboggz/+bug/415947</a><br />
It&#8217;s maybe still just on the wishlist (unless I missed something?)</p>
<p>In my testing setup on a local apache2 server (ubuntu) and using liboggz-0.9.9, when I enable oggz-chop (using the method provided by the included script), not only is there not x-content-duration, but all my ogv files lose even the Content-Length header and embedded videos appear with the scrubbar constantly all the way to the right (only as the video loads, the duration expands, and the &#8220;current position&#8221; thus stays always at max)&#8230; But it&#8217;s quite possible I have mis-configured something?</p>
<p>I am considering writing a small CGI wrapper for oggz-chop to address the issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Bolter</title>
		<link>http://blog.gingertech.net/2009/09/02/demo-of-deep-hyperlinking-into-html5-video/comment-page-1/#comment-1294</link>
		<dc:creator>David Bolter</dc:creator>
		<pubDate>Wed, 02 Sep 2009 13:36:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gingertech.net/?p=526#comment-1294</guid>
		<description>Very cool stuff. I tried loading a different .ogv file (with offset) and it worked like a charm. I&#039;m excited to see how we might harness this in the future for purposes of inclusion and accessibility.

Please make sure that unnecessary re-load has a bug filed :)</description>
		<content:encoded><![CDATA[<p>Very cool stuff. I tried loading a different .ogv file (with offset) and it worked like a charm. I&#8217;m excited to see how we might harness this in the future for purposes of inclusion and accessibility.</p>
<p>Please make sure that unnecessary re-load has a bug filed <img src='http://blog.gingertech.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

