<?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: Streaming audio from Spotify on Linux to Squeezebox</title>
	<atom:link href="http://tormod.landet.net/2009/06/19/streaming-audio-from-spotify-on-linux-to-squeezebox/feed/" rel="self" type="application/rss+xml" />
	<link>http://tormod.landet.net/2009/06/19/streaming-audio-from-spotify-on-linux-to-squeezebox/</link>
	<description>Tormods blog</description>
	<lastBuildDate>Thu, 24 Nov 2011 17:06:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>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>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>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>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>
</channel>
</rss>

