<?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: YouTube Video Lags in Firefox?</title>
	<atom:link href="http://www.favbrowser.com/youtube-video-lags-in-firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.favbrowser.com/youtube-video-lags-in-firefox/</link>
	<description>Web Browser News and Reviews.</description>
	<lastBuildDate>Sat, 11 Feb 2012 16:52:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
	<item>
		<title>By: Toby</title>
		<link>http://www.favbrowser.com/youtube-video-lags-in-firefox/#comment-94736</link>
		<dc:creator>Toby</dc:creator>
		<pubDate>Tue, 30 Mar 2010 20:15:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.favbrowser.com/?p=2693#comment-94736</guid>
		<description>Yeah its defiantly Flash that is the ultimate route of the issue. If anyone plays any of the Zynga flash games (eg Farmvillie) you will see how bad it gets.</description>
		<content:encoded><![CDATA[<p>Yeah its defiantly Flash that is the ultimate route of the issue. If anyone plays any of the Zynga flash games (eg Farmvillie) you will see how bad it gets.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Happy</title>
		<link>http://www.favbrowser.com/youtube-video-lags-in-firefox/#comment-86449</link>
		<dc:creator>Happy</dc:creator>
		<pubDate>Sun, 14 Feb 2010 21:03:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.favbrowser.com/?p=2693#comment-86449</guid>
		<description>My computer is slow and has low RAM so this helped! Thanks!</description>
		<content:encoded><![CDATA[<p>My computer is slow and has low RAM so this helped! Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: paul</title>
		<link>http://www.favbrowser.com/youtube-video-lags-in-firefox/#comment-83340</link>
		<dc:creator>paul</dc:creator>
		<pubDate>Fri, 25 Dec 2009 20:05:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.favbrowser.com/?p=2693#comment-83340</guid>
		<description>this worked. thank you.</description>
		<content:encoded><![CDATA[<p>this worked. thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Hendrycks</title>
		<link>http://www.favbrowser.com/youtube-video-lags-in-firefox/#comment-69275</link>
		<dc:creator>Daniel Hendrycks</dc:creator>
		<pubDate>Fri, 28 Aug 2009 23:12:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.favbrowser.com/?p=2693#comment-69275</guid>
		<description>@foo 
Very cool. But I was not thinking of embedding it in an svg document but thanks anyways.</description>
		<content:encoded><![CDATA[<p>@foo<br />
Very cool. But I was not thinking of embedding it in an svg document but thanks anyways.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Foo</title>
		<link>http://www.favbrowser.com/youtube-video-lags-in-firefox/#comment-69144</link>
		<dc:creator>Foo</dc:creator>
		<pubDate>Fri, 28 Aug 2009 02:26:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.favbrowser.com/?p=2693#comment-69144</guid>
		<description>Hmm, well I can&#039;t really see using SVG for controls to be problematic. Not that I have played around anything with SVG-fu, but the JavaScript event handling system should work the same for SVG as it does with HTML/XML.
I have only seen implementations using either a  or &#039;normal&#039; HTML elements for controls, for example &lt;a href=&quot;http://hyper-metrix.com/open-source/jai/&quot; rel=&quot;nofollow&quot;&gt;jai&lt;/a&gt;.
Though,it appears to me that SVG should be simpler to use, animating stuff using SMIL for instance.

SVG playback of video could possibly be done by decoding the stream manually a la the image meta-data reader over at nihilogic.dk or via snapshots through canvas. ... I&#039;m thinking, using SVG elements to display the video, but it just hit me that perhaps you were talking about &#039;embedding&#039; the video in an SVG document? If so you might be happy to know that that can already be done :)

By the by, while looking for a video player using SVG to &#039;render&#039; the controls I stumbled upon this old proof of concept:
http://people.mozilla.com/~vladimir/demos/photos.svg

Which had me thinking that it would pretty sweet to have the same with video instead of pictures. Five minutes later I found this :)
http://www.double.co.nz/video_test/video.svg

Now if only someone could add multi-touch controls and orientation (of the device) sensitivity :D</description>
		<content:encoded><![CDATA[<p>Hmm, well I can&#8217;t really see using SVG for controls to be problematic. Not that I have played around anything with SVG-fu, but the JavaScript event handling system should work the same for SVG as it does with HTML/XML.<br />
I have only seen implementations using either a  or &#8216;normal&#8217; HTML elements for controls, for example <a href="http://hyper-metrix.com/open-source/jai/" rel="nofollow">jai</a>.<br />
Though,it appears to me that SVG should be simpler to use, animating stuff using SMIL for instance.</p>
<p>SVG playback of video could possibly be done by decoding the stream manually a la the image meta-data reader over at nihilogic.dk or via snapshots through canvas. &#8230; I&#8217;m thinking, using SVG elements to display the video, but it just hit me that perhaps you were talking about &#8216;embedding&#8217; the video in an SVG document? If so you might be happy to know that that can already be done :)</p>
<p>By the by, while looking for a video player using SVG to &#8216;render&#8217; the controls I stumbled upon this old proof of concept:<br />
<a href="http://people.mozilla.com/~vladimir/demos/photos.svg" rel="nofollow">http://people.mozilla.com/~vladimir/demos/photos.svg</a></p>
<p>Which had me thinking that it would pretty sweet to have the same with video instead of pictures. Five minutes later I found this :)<br />
<a href="http://www.double.co.nz/video_test/video.svg" rel="nofollow">http://www.double.co.nz/video_test/video.svg</a></p>
<p>Now if only someone could add multi-touch controls and orientation (of the device) sensitivity :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Hendrycks</title>
		<link>http://www.favbrowser.com/youtube-video-lags-in-firefox/#comment-69140</link>
		<dc:creator>Daniel Hendrycks</dc:creator>
		<pubDate>Fri, 28 Aug 2009 00:30:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.favbrowser.com/?p=2693#comment-69140</guid>
		<description>No, SVG would be pause, play, the interactive stuff.
Yes SVG playing video would be amazing.

But this Ogg and SVG thing may not happen for some time... :(</description>
		<content:encoded><![CDATA[<p>No, SVG would be pause, play, the interactive stuff.<br />
Yes SVG playing video would be amazing.</p>
<p>But this Ogg and SVG thing may not happen for some time&#8230; :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Foo</title>
		<link>http://www.favbrowser.com/youtube-video-lags-in-firefox/#comment-69132</link>
		<dc:creator>Foo</dc:creator>
		<pubDate>Thu, 27 Aug 2009 22:30:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.favbrowser.com/?p=2693#comment-69132</guid>
		<description>Using SVG to play videos? Now that would be epic to see! :D
I agree about silverlight/moonlight/flash/java, just throw it in the dumpster!</description>
		<content:encoded><![CDATA[<p>Using SVG to play videos? Now that would be epic to see! :D<br />
I agree about silverlight/moonlight/flash/java, just throw it in the dumpster!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Hendrycks</title>
		<link>http://www.favbrowser.com/youtube-video-lags-in-firefox/#comment-69094</link>
		<dc:creator>Daniel Hendrycks</dc:creator>
		<pubDate>Thu, 27 Aug 2009 12:17:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.favbrowser.com/?p=2693#comment-69094</guid>
		<description>Theora, Vorbis, SVG. Not Silverlight.</description>
		<content:encoded><![CDATA[<p>Theora, Vorbis, SVG. Not Silverlight.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vygantas Lipskas</title>
		<link>http://www.favbrowser.com/youtube-video-lags-in-firefox/#comment-69089</link>
		<dc:creator>Vygantas Lipskas</dc:creator>
		<pubDate>Thu, 27 Aug 2009 11:13:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.favbrowser.com/?p=2693#comment-69089</guid>
		<description>I wish youtube would drop flash in favor of silverlight, I don&#039;t experience any issues though.</description>
		<content:encoded><![CDATA[<p>I wish youtube would drop flash in favor of silverlight, I don&#8217;t experience any issues though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Foo</title>
		<link>http://www.favbrowser.com/youtube-video-lags-in-firefox/#comment-69088</link>
		<dc:creator>Foo</dc:creator>
		<pubDate>Thu, 27 Aug 2009 10:53:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.favbrowser.com/?p=2693#comment-69088</guid>
		<description>From the &lt;a href=&quot;http://www.reddit.com/r/AskReddit/comments/9buns/is_anyone_else_having_problems_with_youtube/&quot; rel=&quot;nofollow&quot;&gt;Reddit thread linked to in the article&lt;/a&gt;:

&lt;blockquote&gt;stopmotionporn 3 points
How about in opera? it happens to me a lot too.&lt;/blockquote&gt;

&lt;blockquote&gt;ponyolovesHAM 3 points
i would also love to know how to fix in opera!&lt;/blockquote&gt;

&lt;blockquote&gt;HeNeArKrXeRn 2 points
how about in Chrome?&lt;/blockquote&gt;

Just saying... it&#039;s more likely a general problem with the crap that is flash.
Or it&#039;s the OS, I have no problems with flash video playing once it plays in either browser. Now seeking in a video is a whole other matter.</description>
		<content:encoded><![CDATA[<p>From the <a href="http://www.reddit.com/r/AskReddit/comments/9buns/is_anyone_else_having_problems_with_youtube/" rel="nofollow">Reddit thread linked to in the article</a>:</p>
<blockquote><p>stopmotionporn 3 points<br />
How about in opera? it happens to me a lot too.</p></blockquote>
<blockquote><p>ponyolovesHAM 3 points<br />
i would also love to know how to fix in opera!</p></blockquote>
<blockquote><p>HeNeArKrXeRn 2 points<br />
how about in Chrome?</p></blockquote>
<p>Just saying&#8230; it&#8217;s more likely a general problem with the crap that is flash.<br />
Or it&#8217;s the OS, I have no problems with flash video playing once it plays in either browser. Now seeking in a video is a whole other matter.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

