<?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: Jumping to time offsets in HTML5 video</title>
	<atom:link href="http://blog.gingertech.net/2009/08/19/jumping-to-time-offsets-in-videos/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.gingertech.net/2009/08/19/jumping-to-time-offsets-in-videos/</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: silvia</title>
		<link>http://blog.gingertech.net/2009/08/19/jumping-to-time-offsets-in-videos/comment-page-1/#comment-23756</link>
		<dc:creator>silvia</dc:creator>
		<pubDate>Fri, 03 Feb 2012 22:04:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gingertech.net/?p=496#comment-23756</guid>
		<description>@maurizio I don&#039;t know anyone working on it. But I know that it&#039;s possible to integrate metavid features into wordpress.</description>
		<content:encoded><![CDATA[<p>@maurizio I don&#8217;t know anyone working on it. But I know that it&#8217;s possible to integrate metavid features into wordpress.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maurizio</title>
		<link>http://blog.gingertech.net/2009/08/19/jumping-to-time-offsets-in-videos/comment-page-1/#comment-23745</link>
		<dc:creator>maurizio</dc:creator>
		<pubDate>Fri, 03 Feb 2012 15:08:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gingertech.net/?p=496#comment-23745</guid>
		<description>Hi Silvia,
i&#039;m not a developer ...
do you think it&#039;s possible to create a wordpress plugin with some of the features found on Metavid (annotation or trascription of video segment) or know someone working on this idea?.</description>
		<content:encoded><![CDATA[<p>Hi Silvia,<br />
i&#8217;m not a developer &#8230;<br />
do you think it&#8217;s possible to create a wordpress plugin with some of the features found on Metavid (annotation or trascription of video segment) or know someone working on this idea?.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: silvia</title>
		<link>http://blog.gingertech.net/2009/08/19/jumping-to-time-offsets-in-videos/comment-page-1/#comment-22013</link>
		<dc:creator>silvia</dc:creator>
		<pubDate>Thu, 24 Nov 2011 02:02:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gingertech.net/?p=496#comment-22013</guid>
		<description>You will never catch currentTime at an exact position. Instead you should register an event handler for ontimeupdate and check when video.currentTime &gt; 30.</description>
		<content:encoded><![CDATA[<p>You will never catch currentTime at an exact position. Instead you should register an event handler for ontimeupdate and check when video.currentTime > 30.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dever</title>
		<link>http://blog.gingertech.net/2009/08/19/jumping-to-time-offsets-in-videos/comment-page-1/#comment-21995</link>
		<dc:creator>dever</dc:creator>
		<pubDate>Wed, 23 Nov 2011 12:55:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gingertech.net/?p=496#comment-21995</guid>
		<description>Hello,

i can jump to a fixed position in the video with video.currentTime = 20;

but how to jump after X seconds to another position? like: if(video.currentTime == 30){video.currentTime = 20;}

but this doesn&#039;t work...</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>i can jump to a fixed position in the video with video.currentTime = 20;</p>
<p>but how to jump after X seconds to another position? like: if(video.currentTime == 30){video.currentTime = 20;}</p>
<p>but this doesn&#8217;t work&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: silvia</title>
		<link>http://blog.gingertech.net/2009/08/19/jumping-to-time-offsets-in-videos/comment-page-1/#comment-18717</link>
		<dc:creator>silvia</dc:creator>
		<pubDate>Thu, 18 Aug 2011 03:52:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gingertech.net/?p=496#comment-18717</guid>
		<description>Hi Anthony, what JS library you use depends on your Web development preferences. I like to develop in Ruby on Rails with jquery. Then what JS library you add for doing the video is another decision to make. There are plenty of HTML5 player libraries available now. It all depends on your needs and preferences. Just do a google search for &quot;html5 video javascript library&quot;.</description>
		<content:encoded><![CDATA[<p>Hi Anthony, what JS library you use depends on your Web development preferences. I like to develop in Ruby on Rails with jquery. Then what JS library you add for doing the video is another decision to make. There are plenty of HTML5 player libraries available now. It all depends on your needs and preferences. Just do a google search for &#8220;html5 video javascript library&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tone</title>
		<link>http://blog.gingertech.net/2009/08/19/jumping-to-time-offsets-in-videos/comment-page-1/#comment-18713</link>
		<dc:creator>tone</dc:creator>
		<pubDate>Wed, 17 Aug 2011 19:13:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gingertech.net/?p=496#comment-18713</guid>
		<description>Hey,

I had a question.  I am working on a web application, videos automatically get converted and placed in postgrese.  The web application for user end will be able to view a video clip and edit multiple start-end points on same clip then save those edit clippings back in postgrese.  Everything is complete but i am unsure what technology to use for this.  I been looking into dojo/JS.... any suggestions?

much thanks,
anthony</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>I had a question.  I am working on a web application, videos automatically get converted and placed in postgrese.  The web application for user end will be able to view a video clip and edit multiple start-end points on same clip then save those edit clippings back in postgrese.  Everything is complete but i am unsure what technology to use for this.  I been looking into dojo/JS&#8230;. any suggestions?</p>
<p>much thanks,<br />
anthony</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: silvia</title>
		<link>http://blog.gingertech.net/2009/08/19/jumping-to-time-offsets-in-videos/comment-page-1/#comment-17187</link>
		<dc:creator>silvia</dc:creator>
		<pubDate>Fri, 17 Jun 2011 02:29:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gingertech.net/?p=496#comment-17187</guid>
		<description>@Poojan Web browsers try not to download everything. They use HTTP byte range requests to download only the bit of the media resource that the user needs to play back the selected interval. Only if the Web server does not support HTTP byte range requests will the browser have to revert to full file downloads.

As for the question about seeking - that depends on the buffering strategy of the browser. Browsers will always retain a certain buffer of the media resource - on mobile devices it may be a lot less (maybe a few minutes of content), while on desktops with loads of disk storage it may be the full file. Then, when seeking is required, the browser knows which parts they are buffering and will only download byte ranges that it doesn&#039;t already have.</description>
		<content:encoded><![CDATA[<p>@Poojan Web browsers try not to download everything. They use HTTP byte range requests to download only the bit of the media resource that the user needs to play back the selected interval. Only if the Web server does not support HTTP byte range requests will the browser have to revert to full file downloads.</p>
<p>As for the question about seeking &#8211; that depends on the buffering strategy of the browser. Browsers will always retain a certain buffer of the media resource &#8211; on mobile devices it may be a lot less (maybe a few minutes of content), while on desktops with loads of disk storage it may be the full file. Then, when seeking is required, the browser knows which parts they are buffering and will only download byte ranges that it doesn&#8217;t already have.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Poojan</title>
		<link>http://blog.gingertech.net/2009/08/19/jumping-to-time-offsets-in-videos/comment-page-1/#comment-17179</link>
		<dc:creator>Poojan</dc:creator>
		<pubDate>Thu, 16 Jun 2011 14:23:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gingertech.net/?p=496#comment-17179</guid>
		<description>if I seek the video to some time, do I have to wait for the video to downlaod till that time? I have also read somewhere, that whenever &#039;seek&#039; is called, the video is downloaded again. Is this true?</description>
		<content:encoded><![CDATA[<p>if I seek the video to some time, do I have to wait for the video to downlaod till that time? I have also read somewhere, that whenever &#8216;seek&#8217; is called, the video is downloaded again. Is this true?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: synchronized html5 audio and SVG graphics &#171; Wsmithdesign&#039;s Blog</title>
		<link>http://blog.gingertech.net/2009/08/19/jumping-to-time-offsets-in-videos/comment-page-1/#comment-15165</link>
		<dc:creator>synchronized html5 audio and SVG graphics &#171; Wsmithdesign&#039;s Blog</dc:creator>
		<pubDate>Fri, 08 Apr 2011 00:05:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gingertech.net/?p=496#comment-15165</guid>
		<description>[...] the new audiotimeupdate event is not supported in all the browsers yet. However, as explained on Silvia Pfeiffer&#8217;s site it would be a better way to synchronize the lyrics in a pure HTML5 [...]</description>
		<content:encoded><![CDATA[<p>[...] the new audiotimeupdate event is not supported in all the browsers yet. However, as explained on Silvia Pfeiffer&#8217;s site it would be a better way to synchronize the lyrics in a pure HTML5 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flash, mobiles, Firefox and more: following on from the other day&#8230;</title>
		<link>http://blog.gingertech.net/2009/08/19/jumping-to-time-offsets-in-videos/comment-page-1/#comment-14616</link>
		<dc:creator>Flash, mobiles, Firefox and more: following on from the other day&#8230;</dc:creator>
		<pubDate>Sun, 13 Mar 2011 12:49:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.gingertech.net/?p=496#comment-14616</guid>
		<description>[...] then perform actions (e.g. scripts) when you hit those points?&#8221; with taking a quick look at this link I don&#8217;t see why not? You certainly seem to be able to access the current time using [...]</description>
		<content:encoded><![CDATA[<p>[...] then perform actions (e.g. scripts) when you hit those points?&#8221; with taking a quick look at this link I don&#8217;t see why not? You certainly seem to be able to access the current time using [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

