<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"	>
<channel>
	<title>Comments on: Totem YouTube plugin</title>
	<atom:link href="http://tecnocode.co.uk/2007/10/12/totem-youtube-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://tecnocode.co.uk/2007/10/12/totem-youtube-plugin/</link>
	<description>Ramblings on computers…</description>
	<lastBuildDate>Tue, 12 Jan 2010 00:51:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: eliahu</title>
		<link>http://tecnocode.co.uk/2007/10/12/totem-youtube-plugin/comment-page-1/#comment-76</link>
		<dc:creator>eliahu</dc:creator>
		<pubDate>Fri, 19 Oct 2007 23:57:15 +0000</pubDate>
		<guid isPermaLink="false">http://tecnocode.co.uk/wordpress/?p=63#comment-76</guid>
		<description>totem plugin </description>
		<content:encoded><![CDATA[<p>totem plugin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan Arne Petersen</title>
		<link>http://tecnocode.co.uk/2007/10/12/totem-youtube-plugin/comment-page-1/#comment-75</link>
		<dc:creator>Jan Arne Petersen</dc:creator>
		<pubDate>Sun, 14 Oct 2007 19:14:58 +0000</pubDate>
		<guid isPermaLink="false">http://tecnocode.co.uk/wordpress/?p=63#comment-75</guid>
		<description>I created an URL with the following code to play the FLV-file directly:

conn = httplib.HTTPConnection (\&quot;www.youtube.com\&quot;)
conn.request (\&quot;GET\&quot;, \&quot;/v/\&quot; + urllib.quote (youtube_id))
response = conn.getresponse ()
if response.status == 303:
  location = response.getheader(\&#039;location\&#039;)
  url = \&quot;http://www.youtube.com/get_video?video_id=\&quot; + urllib.quote (youtube_id) + \&quot;&amp;t=\&quot; + urllib.quote (location[location.rfind(\&#039;&amp;t=\&#039;)+3:])

self.totem.action_set_mrl_and_play (url)</description>
		<content:encoded><![CDATA[<p>I created an URL with the following code to play the FLV-file directly:</p>
<p>conn = httplib.HTTPConnection (\&quot;www.youtube.com\&quot;)<br />
conn.request (\&quot;GET\&quot;, \&quot;/v/\&quot; + urllib.quote (youtube_id))<br />
response = conn.getresponse ()<br />
if response.status == 303:<br />
  location = response.getheader(\&#8217;location\&#8217;)<br />
  url = \&quot;http://www.youtube.com/get_video?video_id=\&quot; + urllib.quote (youtube_id) + \&quot;&amp;t=\&quot; + urllib.quote (location[location.rfind(\'&amp;t=\')+3:])</p>
<p>self.totem.action_set_mrl_and_play (url)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julien Moutte</title>
		<link>http://tecnocode.co.uk/2007/10/12/totem-youtube-plugin/comment-page-1/#comment-74</link>
		<dc:creator>Julien Moutte</dc:creator>
		<pubDate>Sat, 13 Oct 2007 20:39:56 +0000</pubDate>
		<guid isPermaLink="false">http://tecnocode.co.uk/wordpress/?p=63#comment-74</guid>
		<description>Are you passing the .flv directly to Totem or the Youtube player ? I implemented a FLV demuxer in gstreamer-plugins-bad CVS HEAD and it supports streaming from Youtube with seeking using HTTP/1.1

I think that would be very cute to make the plug-in provide FLV URIs to Totem and use this demuxer to seek and stream FLVs from Youtube.

Nice work !</description>
		<content:encoded><![CDATA[<p>Are you passing the .flv directly to Totem or the Youtube player ? I implemented a FLV demuxer in gstreamer-plugins-bad CVS HEAD and it supports streaming from Youtube with seeking using HTTP/1.1</p>
<p>I think that would be very cute to make the plug-in provide FLV URIs to Totem and use this demuxer to seek and stream FLVs from Youtube.</p>
<p>Nice work !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://tecnocode.co.uk/2007/10/12/totem-youtube-plugin/comment-page-1/#comment-73</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Sat, 13 Oct 2007 15:52:42 +0000</pubDate>
		<guid isPermaLink="false">http://tecnocode.co.uk/wordpress/?p=63#comment-73</guid>
		<description>Cool!

A small UI suggestion though. I think you should put the search entry above the search results. It would increase the flow (something HCI people talk about &lt;img src=&quot;http://tecnocode.co.uk/images/emoticons/wink.png&quot; alt=&quot;;)&quot; /&gt; of the dialog.</description>
		<content:encoded><![CDATA[<p>Cool!</p>
<p>A small UI suggestion though. I think you should put the search entry above the search results. It would increase the flow (something HCI people talk about <img src="http://tecnocode.co.uk/images/emoticons/wink.png" alt=";)" /> of the dialog.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://tecnocode.co.uk/2007/10/12/totem-youtube-plugin/comment-page-1/#comment-72</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Sat, 13 Oct 2007 13:26:34 +0000</pubDate>
		<guid isPermaLink="false">http://tecnocode.co.uk/wordpress/?p=63#comment-72</guid>
		<description>Awesome!</description>
		<content:encoded><![CDATA[<p>Awesome!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Lord</title>
		<link>http://tecnocode.co.uk/2007/10/12/totem-youtube-plugin/comment-page-1/#comment-71</link>
		<dc:creator>Chris Lord</dc:creator>
		<pubDate>Fri, 12 Oct 2007 22:20:01 +0000</pubDate>
		<guid isPermaLink="false">http://tecnocode.co.uk/wordpress/?p=63#comment-71</guid>
		<description>After a LOT of hassle, I finally built svn totem and the relevant plugins (python-gdata is broken with python 2.5 in ubuntu gutsy - easily fixable, and the API is slightly different to what you&#039;ve used - again, easily fixable)

Your plugin is very neat &lt;img src=&quot;http://tecnocode.co.uk/images/emoticons/smile.png&quot; alt=&quot;:)&quot; /&gt; I find that it gives *much* better results if you order by relevance though, rather than view count, and also that you probably want to separate search terms with a &#039;+&#039; rather than submitting a search term with spaces - so I changed the relevant line to this:

self.get_results (&quot;/feeds/videos?vq=&quot; + str(urllib.quote(search_terms)).replace(&quot;%20&quot;, &#039;+&#039;) + &quot;&amp;orderby=relevance&amp;max-results=&quot; + str (self.max_results), _(&quot;Search Results:&quot;))

Note, I&#039;m not a python coder at all, so there are probably much nicer ways of doing that, etc. Cool stuff, anyway, well done &lt;img src=&quot;http://tecnocode.co.uk/images/emoticons/smile.png&quot; alt=&quot;:)&quot; /&gt; Now I just need to build ffdemux_swf...

p.s. Your captcha is far too hard...</description>
		<content:encoded><![CDATA[<p>After a LOT of hassle, I finally built svn totem and the relevant plugins (python-gdata is broken with python 2.5 in ubuntu gutsy &#8211; easily fixable, and the API is slightly different to what you&#8217;ve used &#8211; again, easily fixable)</p>
<p>Your plugin is very neat <img src="http://tecnocode.co.uk/images/emoticons/smile.png" alt=":)" /> I find that it gives *much* better results if you order by relevance though, rather than view count, and also that you probably want to separate search terms with a &#8216;+&#8217; rather than submitting a search term with spaces &#8211; so I changed the relevant line to this:</p>
<p>self.get_results (&quot;/feeds/videos?vq=&quot; + str(urllib.quote(search_terms)).replace(&quot;%20&quot;, &#8216;+&#8217;) + &quot;&amp;orderby=relevance&amp;max-results=&quot; + str (self.max_results), _(&quot;Search Results:&quot;))</p>
<p>Note, I&#8217;m not a python coder at all, so there are probably much nicer ways of doing that, etc. Cool stuff, anyway, well done <img src="http://tecnocode.co.uk/images/emoticons/smile.png" alt=":)" /> Now I just need to build ffdemux_swf&#8230;</p>
<p>p.s. Your captcha is far too hard&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Étienne Bersac</title>
		<link>http://tecnocode.co.uk/2007/10/12/totem-youtube-plugin/comment-page-1/#comment-70</link>
		<dc:creator>Étienne Bersac</dc:creator>
		<pubDate>Fri, 12 Oct 2007 22:11:27 +0000</pubDate>
		<guid isPermaLink="false">http://tecnocode.co.uk/wordpress/?p=63#comment-70</guid>
		<description>Hi,

Congratulation ! I&#039;m wondering if this can lead to bloat totem and make it behave like miro.

Regards</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Congratulation ! I&#8217;m wondering if this can lead to bloat totem and make it behave like miro.</p>
<p>Regards</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.273 seconds -->
