<?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 for Tormod Ravnanger Landet</title>
	<atom:link href="http://tormod.landet.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://tormod.landet.net</link>
	<description>Tormods blog</description>
	<lastBuildDate>Mon, 11 Jan 2010 22:18:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Streaming audio from Spotify on Linux to Squeezebox by Bent Ole</title>
		<link>http://tormod.landet.net/2009/06/19/streaming-audio-from-spotify-on-linux-to-squeezebox/comment-page-1/#comment-167</link>
		<dc:creator>Bent Ole</dc:creator>
		<pubDate>Mon, 11 Jan 2010 22:18:28 +0000</pubDate>
		<guid isPermaLink="false">http://tormod.landet.net/?p=174#comment-167</guid>
		<description>Tusen takk! 

I would of spent years figuring this out. :)

Works perfectly.</description>
		<content:encoded><![CDATA[<p>Tusen takk! </p>
<p>I would of spent years figuring this out. <img src='http://tormod.landet.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Works perfectly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Streaming audio from Spotify on Linux to Squeezebox by use-lame</title>
		<link>http://tormod.landet.net/2009/06/19/streaming-audio-from-spotify-on-linux-to-squeezebox/comment-page-1/#comment-166</link>
		<dc:creator>use-lame</dc:creator>
		<pubDate>Wed, 23 Dec 2009 19:08:52 +0000</pubDate>
		<guid isPermaLink="false">http://tormod.landet.net/?p=174#comment-166</guid>
		<description>Apparently, using vorbisenc the way you do in your post, gives me an 80kbps vorbis stream in mono. Using the following command to start gst-launch should render a 320kbps stereo mp3 stream (I tried to get stereo with vorbisenc, but couldn&#039;t find any properties that did so). Anyway, here is the gst-launch command i used:

gst-launch-0.10 pulsesrc device=spotify.monitor ! audioconvert ! lame bitrate=320 mode=stereo ! shout2send ip=localhost port=8000 password=PASSWORD mount=stream

To use lame to encode the stream, you need to have the lame gstreamer plugin. To install this on Ubuntu (karmic), run:

sudo aptitude install gstreamer10.0-plugins-ugly-multiverse

Apart from this minor issue, I was able to follow your guide with no issues on Ubuntu Karmic, thanks for publishing it!

(Note: I&#039;m using the PPA wine patched for PulseAudio).</description>
		<content:encoded><![CDATA[<p>Apparently, using vorbisenc the way you do in your post, gives me an 80kbps vorbis stream in mono. Using the following command to start gst-launch should render a 320kbps stereo mp3 stream (I tried to get stereo with vorbisenc, but couldn&#8217;t find any properties that did so). Anyway, here is the gst-launch command i used:</p>
<p>gst-launch-0.10 pulsesrc device=spotify.monitor ! audioconvert ! lame bitrate=320 mode=stereo ! shout2send ip=localhost port=8000 password=PASSWORD mount=stream</p>
<p>To use lame to encode the stream, you need to have the lame gstreamer plugin. To install this on Ubuntu (karmic), run:</p>
<p>sudo aptitude install gstreamer10.0-plugins-ugly-multiverse</p>
<p>Apart from this minor issue, I was able to follow your guide with no issues on Ubuntu Karmic, thanks for publishing it!</p>
<p>(Note: I&#8217;m using the PPA wine patched for PulseAudio).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Streaming audio from Spotify on Linux to Squeezebox by megsona</title>
		<link>http://tormod.landet.net/2009/06/19/streaming-audio-from-spotify-on-linux-to-squeezebox/comment-page-1/#comment-165</link>
		<dc:creator>megsona</dc:creator>
		<pubDate>Fri, 04 Dec 2009 20:55:28 +0000</pubDate>
		<guid isPermaLink="false">http://tormod.landet.net/?p=174#comment-165</guid>
		<description>Thanks for the guide, very useful.

Rather than using Spotify with OSS however, I used this PPA for Karmic which has pulseaudio support compiled into it

http://www.3spoken.co.uk/2009/08/making-wine-sound-work-with-pulseaudio.html

So, I&#039;ve now got my Spotify showing as a pulseaudio source but I don&#039;t know where to find it&#039;s .monitor file in order to follow the rest of your guide. I can stream all my system sounds (including Spotify) over Icecast by using

gst-launch pulsesrc device=alsa_output.pci-0000_00_1f.5.analog-stereo.monitor ! audioconvert ! vorbisenc ! oggmux ! shout2send mount=/stream.ogg port=8000 password=pass ip=127.0.0.1

but then I have the problem where my laptop audio is playing at the same time as my delayed streamed (to squeezbox) audio.

Hope that makes sense, any thoughts?

Thanks</description>
		<content:encoded><![CDATA[<p>Thanks for the guide, very useful.</p>
<p>Rather than using Spotify with OSS however, I used this PPA for Karmic which has pulseaudio support compiled into it</p>
<p><a href="http://www.3spoken.co.uk/2009/08/making-wine-sound-work-with-pulseaudio.html" rel="nofollow">http://www.3spoken.co.uk/2009/08/making-wine-sound-work-with-pulseaudio.html</a></p>
<p>So, I&#8217;ve now got my Spotify showing as a pulseaudio source but I don&#8217;t know where to find it&#8217;s .monitor file in order to follow the rest of your guide. I can stream all my system sounds (including Spotify) over Icecast by using</p>
<p>gst-launch pulsesrc device=alsa_output.pci-0000_00_1f.5.analog-stereo.monitor ! audioconvert ! vorbisenc ! oggmux ! shout2send mount=/stream.ogg port=8000 password=pass ip=127.0.0.1</p>
<p>but then I have the problem where my laptop audio is playing at the same time as my delayed streamed (to squeezbox) audio.</p>
<p>Hope that makes sense, any thoughts?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Streaming audio from Spotify on Linux to Squeezebox by jku</title>
		<link>http://tormod.landet.net/2009/06/19/streaming-audio-from-spotify-on-linux-to-squeezebox/comment-page-1/#comment-164</link>
		<dc:creator>jku</dc:creator>
		<pubDate>Mon, 19 Oct 2009 12:45:46 +0000</pubDate>
		<guid isPermaLink="false">http://tormod.landet.net/?p=174#comment-164</guid>
		<description>Thank you! This is very nice and exactly what I was looking for.

The only problem is GST+PA+Spotify using quite a lot CPU, about 30% on a 1.4Ghz machine (pushing the laptop above the limit of comfortable temperatures on the lap). I guess gst-launch-0.10 and spotify.exe using a lot of CPU is explained by the encoding and decoding. I have to wonder why PA uses almost 10%...

In any case thanks a lot.</description>
		<content:encoded><![CDATA[<p>Thank you! This is very nice and exactly what I was looking for.</p>
<p>The only problem is GST+PA+Spotify using quite a lot CPU, about 30% on a 1.4Ghz machine (pushing the laptop above the limit of comfortable temperatures on the lap). I guess gst-launch-0.10 and spotify.exe using a lot of CPU is explained by the encoding and decoding. I have to wonder why PA uses almost 10%&#8230;</p>
<p>In any case thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bokanmeldelser i motvind by Lily</title>
		<link>http://tormod.landet.net/2009/09/14/bokanmeldelser-i-motvind/comment-page-1/#comment-163</link>
		<dc:creator>Lily</dc:creator>
		<pubDate>Wed, 16 Sep 2009 23:20:31 +0000</pubDate>
		<guid isPermaLink="false">http://tormod.landet.net/?p=161#comment-163</guid>
		<description>Thank you for posting in English! 
I should read E. Hemingway sometime. I keep puttig it off. Have you read Antonia Porchia&#039;s Voices? I highly recommend it. A lot of it is quoted on my old site (accessible through my current site) though.  
Looking forward to your next small teaser.</description>
		<content:encoded><![CDATA[<p>Thank you for posting in English!<br />
I should read E. Hemingway sometime. I keep puttig it off. Have you read Antonia Porchia&#8217;s Voices? I highly recommend it. A lot of it is quoted on my old site (accessible through my current site) though.<br />
Looking forward to your next small teaser.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Portrait of a Turkish Family &#8211; Irfan Orga by Lily</title>
		<link>http://tormod.landet.net/2009/01/13/portrait-of-a-turkish-family-irfan-orga/comment-page-1/#comment-162</link>
		<dc:creator>Lily</dc:creator>
		<pubDate>Fri, 11 Sep 2009 03:28:26 +0000</pubDate>
		<guid isPermaLink="false">http://tormod.landet.net/?p=128#comment-162</guid>
		<description>Haven&#039;t read lately? I&#039;m still waiting for the bilingual version of your site!</description>
		<content:encoded><![CDATA[<p>Haven&#8217;t read lately? I&#8217;m still waiting for the bilingual version of your site!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using jsMath in MoinMoin with ReStructuredText by Tormod Ravnanger Landet</title>
		<link>http://tormod.landet.net/2008/10/17/using-jsmath-in-moinmoin-with-restructuredtext/comment-page-1/#comment-161</link>
		<dc:creator>Tormod Ravnanger Landet</dc:creator>
		<pubDate>Wed, 05 Aug 2009 19:34:44 +0000</pubDate>
		<guid isPermaLink="false">http://tormod.landet.net/?p=22#comment-161</guid>
		<description>Hi!

I think I implemented .. math::, not .. latex:: in the end. I did that to stay compatible with the &lt;a href=&quot;http://sphinx.pocoo.org/&quot; rel=&quot;nofollow&quot;&gt;Sphinx&lt;/a&gt; tool for Python documentation. I haven&#039;t looked into the image problem as most of the wiki pages are text only and I do not perform latex conversion, only to and from Sphinx on a few occasions.</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>I think I implemented .. math::, not .. latex:: in the end. I did that to stay compatible with the <a href="http://sphinx.pocoo.org/" rel="nofollow">Sphinx</a> tool for Python documentation. I haven&#8217;t looked into the image problem as most of the wiki pages are text only and I do not perform latex conversion, only to and from Sphinx on a few occasions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using jsMath in MoinMoin with ReStructuredText by Robert Langlois</title>
		<link>http://tormod.landet.net/2008/10/17/using-jsmath-in-moinmoin-with-restructuredtext/comment-page-1/#comment-160</link>
		<dc:creator>Robert Langlois</dc:creator>
		<pubDate>Wed, 05 Aug 2009 17:52:52 +0000</pubDate>
		<guid isPermaLink="false">http://tormod.landet.net/?p=22#comment-160</guid>
		<description>I wish I had discovered this blog post earlier; I came to the same conclusion after blindly searching for a while. 

My only question (since I have not had time to implement this myself) is, why not put the math code in $x^2$? This seems like it works for both jsMath and latex but I am not sure how the ReST parser would handle it. 

This may save you from having to write a directive.

Also, have you found some way to handle image URLs (preferably without a directive). Say you specify:

.. image: some-image.png

But you want the HTML document to refer to http://url/some-image.png while having the latex document refer to `figs/some-image.png`?</description>
		<content:encoded><![CDATA[<p>I wish I had discovered this blog post earlier; I came to the same conclusion after blindly searching for a while. </p>
<p>My only question (since I have not had time to implement this myself) is, why not put the math code in $x^2$? This seems like it works for both jsMath and latex but I am not sure how the ReST parser would handle it. </p>
<p>This may save you from having to write a directive.</p>
<p>Also, have you found some way to handle image URLs (preferably without a directive). Say you specify:</p>
<p>.. image: some-image.png</p>
<p>But you want the HTML document to refer to <a href="http://url/some-image.png" rel="nofollow">http://url/some-image.png</a> while having the latex document refer to `figs/some-image.png`?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Musikknedlasting by Full screen music info - Tormod Ravnanger Landet</title>
		<link>http://tormod.landet.net/2008/10/23/musikknedlasting/comment-page-1/#comment-159</link>
		<dc:creator>Full screen music info - Tormod Ravnanger Landet</dc:creator>
		<pubDate>Tue, 26 May 2009 21:16:56 +0000</pubDate>
		<guid isPermaLink="false">http://tormod.landet.net/?p=24#comment-159</guid>
		<description>[...] avoid having to walk over to the computer when I want to know what the current song is called. The Squeezebox has mostly made this obsolete as I now just look at the screen on the hand held Squeezebox [...]</description>
		<content:encoded><![CDATA[<p>[...] avoid having to walk over to the computer when I want to know what the current song is called. The Squeezebox has mostly made this obsolete as I now just look at the screen on the hand held Squeezebox [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Regresjon by Asbjørn Ravnanger</title>
		<link>http://tormod.landet.net/2008/04/13/regresjon/comment-page-1/#comment-158</link>
		<dc:creator>Asbjørn Ravnanger</dc:creator>
		<pubDate>Sun, 19 Apr 2009 20:46:30 +0000</pubDate>
		<guid isPermaLink="false">http://tormod.landet.net/?p=13#comment-158</guid>
		<description>Interessat blogg som jeg fant ved en tilfeldighet. Grandonkel hilser deg og gratulerer med ferdig masters og i gang med det kjedelige voksenlivet!!!</description>
		<content:encoded><![CDATA[<p>Interessat blogg som jeg fant ved en tilfeldighet. Grandonkel hilser deg og gratulerer med ferdig masters og i gang med det kjedelige voksenlivet!!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
