<?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: JustePort 0.2</title>
	<atom:link href="http://nanocr.eu/2005/07/23/justeport-02/feed/" rel="self" type="application/rss+xml" />
	<link>http://nanocr.eu/2005/07/23/justeport-02/</link>
	<description>Jon Lech Johansen’s blog</description>
	<lastBuildDate>Fri, 12 Jun 2009 05:59:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Peter Kmoch</title>
		<link>http://nanocr.eu/2005/07/23/justeport-02/comment-page-1/#comment-4344</link>
		<dc:creator>Peter Kmoch</dc:creator>
		<pubDate>Sat, 30 Jun 2007 08:00:06 +0000</pubDate>
		<guid isPermaLink="false">http://nanocr.eu/2005/07/23/justeport-02/#comment-4344</guid>
		<description>Has anyone considered doing the other end of the connection? In other words, I have an always-on PC connected to my living room speakers already. I&#039;d like to have that pretend to be an AirPort base station so I can play tunes from other PCs through it.

I know I could use (for example) &lt;a href=&quot;www.nat32.com&quot; rel=&quot;nofollow&quot;&gt;www.nat32.com&lt;/a&gt;&#039;s utilities to stream the sound without having anything to do with AirPort, but I like the AirTunes user interface. It connects directly into iTunes, the speakers advertise themselves on the network, and so on.</description>
		<content:encoded><![CDATA[<p>Has anyone considered doing the other end of the connection? In other words, I have an always-on PC connected to my living room speakers already. I&#8217;d like to have that pretend to be an AirPort base station so I can play tunes from other PCs through it.</p>
<p>I know I could use (for example) <a href="www.nat32.com" rel="nofollow">http://www.nat32.com</a>&#8217;s utilities to stream the sound without having anything to do with AirPort, but I like the AirTunes user interface. It connects directly into iTunes, the speakers advertise themselves on the network, and so on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thenotself</title>
		<link>http://nanocr.eu/2005/07/23/justeport-02/comment-page-1/#comment-132</link>
		<dc:creator>thenotself</dc:creator>
		<pubDate>Sat, 02 Sep 2006 22:14:05 +0000</pubDate>
		<guid isPermaLink="false">http://nanocr.eu/2005/07/23/justeport-02/#comment-132</guid>
		<description>This tool would be fantastic if we could set a delay on the audio.  When playing through multiple speakers, we obviously get a delay on the playback from the AE, however if we set the delay in VLC then the playback from the PC is out of sync.

If we could set the delay on justeport, then the AE could be delayed but the PC speakers could not be - that would be ideal!</description>
		<content:encoded><![CDATA[<p>This tool would be fantastic if we could set a delay on the audio.  When playing through multiple speakers, we obviously get a delay on the playback from the AE, however if we set the delay in VLC then the playback from the PC is out of sync.</p>
<p>If we could set the delay on justeport, then the AE could be delayed but the PC speakers could not be &#8211; that would be ideal!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Salvador</title>
		<link>http://nanocr.eu/2005/07/23/justeport-02/comment-page-1/#comment-131</link>
		<dc:creator>Salvador</dc:creator>
		<pubDate>Fri, 09 Jun 2006 10:08:44 +0000</pubDate>
		<guid isPermaLink="false">http://nanocr.eu/2005/07/23/justeport-02/#comment-131</guid>
		<description>Hey!
I finaly managed to download JustePort soucecode (the link was down for several days) ! Thank you so much Jon!
I struggled a couple hours to get to play all the files in a folder, mainly because almost all of the methods described in the posts above are for windows users and I&#039;m a (happy) Ubuntu Dapper user.
So I decided to make my little contribution to this thread and tell you my command to play all of the mp3 files in a folder if you&#039;re a linux user (there are no guarantees that this will work for every distribution out there, but you can always get help in your favourite forum ;) ). Let&#039;s cut to the chase, to get to play all of the files in a given folder, open a terminal, navigate to that folder and type:
&lt;code&gt;cat *.mp3 &#124; lame --mp3input --decode - &#124;  JustePort.exe 10.0.1.1&lt;/code&gt;
Note: I&#039;m assuming you compiled JustePort.exe from the source code, and put it in /usr/bin/
Bonus: you can make an alias like this:
&lt;code&gt;alias playall=&quot;cat *.mp3 &#124; lame --mp3input --decode - &#124;  JustePort.exe 10.0.1.1&quot;&lt;/code&gt;
and then type playall in the terminal instead of the whole command.</description>
		<content:encoded><![CDATA[<p>Hey!<br />
I finaly managed to download JustePort soucecode (the link was down for several days) ! Thank you so much Jon!<br />
I struggled a couple hours to get to play all the files in a folder, mainly because almost all of the methods described in the posts above are for windows users and I&#8217;m a (happy) Ubuntu Dapper user.<br />
So I decided to make my little contribution to this thread and tell you my command to play all of the mp3 files in a folder if you&#8217;re a linux user (there are no guarantees that this will work for every distribution out there, but you can always get help in your favourite forum <img src='http://nanocr.eu/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  ). Let&#8217;s cut to the chase, to get to play all of the files in a given folder, open a terminal, navigate to that folder and type:<br />
<code>cat *.mp3 | lame --mp3input --decode - |  JustePort.exe 10.0.1.1</code><br />
Note: I&#8217;m assuming you compiled JustePort.exe from the source code, and put it in /usr/bin/<br />
Bonus: you can make an alias like this:<br />
<code>alias playall="cat *.mp3 | lame --mp3input --decode - |  JustePort.exe 10.0.1.1"</code><br />
and then type playall in the terminal instead of the whole command.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://nanocr.eu/2005/07/23/justeport-02/comment-page-1/#comment-129</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Fri, 12 May 2006 04:38:08 +0000</pubDate>
		<guid isPermaLink="false">http://nanocr.eu/2005/07/23/justeport-02/#comment-129</guid>
		<description>Hey, great help site everyone!  thanks to Arne for the justeport for dummies.  As I understand it, this doesn&#039;t work for mp3s.  Does it work for internet streaming music like www.pandora.com?  So far, I am able to get this source to output sound.  thanks!</description>
		<content:encoded><![CDATA[<p>Hey, great help site everyone!  thanks to Arne for the justeport for dummies.  As I understand it, this doesn&#8217;t work for mp3s.  Does it work for internet streaming music like <a href="http://www.pandora.com?" rel="nofollow">http://www.pandora.com?</a>  So far, I am able to get this source to output sound.  thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ed</title>
		<link>http://nanocr.eu/2005/07/23/justeport-02/comment-page-1/#comment-128</link>
		<dc:creator>Ed</dc:creator>
		<pubDate>Thu, 11 May 2006 06:05:17 +0000</pubDate>
		<guid isPermaLink="false">http://nanocr.eu/2005/07/23/justeport-02/#comment-128</guid>
		<description>I am using WinXP without success.  Have I go this right?

My Airport IP is 192.168.2.7.

1 - Play an audio CD through speakers
2 - At the command prompt enter:  ain 3600 &#124; Justeport - 192.168.2.7
( Note there is a space before and after the dash char after Justeport_

Here&#039;s what I get but no sound out of my Airport Express:

D:\download\audio\Nat32&gt;ain 3600 &#124; Justeport - 192.168.2.7
JackStatus: connected
JackType: analog

My eventual goal is to pipe Pandora to my Airport Express.  Any advice is much appreciated.

Thanks in advance,

-Ed</description>
		<content:encoded><![CDATA[<p>I am using WinXP without success.  Have I go this right?</p>
<p>My Airport IP is 192.168.2.7.</p>
<p>1 &#8211; Play an audio CD through speakers<br />
2 &#8211; At the command prompt enter:  ain 3600 | Justeport &#8211; 192.168.2.7<br />
( Note there is a space before and after the dash char after Justeport_</p>
<p>Here&#8217;s what I get but no sound out of my Airport Express:</p>
<p>D:\download\audio\Nat32&#38;gt;ain 3600 | Justeport &#8211; 192.168.2.7<br />
JackStatus: connected<br />
JackType: analog</p>
<p>My eventual goal is to pipe Pandora to my Airport Express.  Any advice is much appreciated.</p>
<p>Thanks in advance,</p>
<p>-Ed</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henrik</title>
		<link>http://nanocr.eu/2005/07/23/justeport-02/comment-page-1/#comment-127</link>
		<dc:creator>Henrik</dc:creator>
		<pubDate>Fri, 21 Apr 2006 16:16:16 +0000</pubDate>
		<guid isPermaLink="false">http://nanocr.eu/2005/07/23/justeport-02/#comment-127</guid>
		<description>&lt;strong&gt;Streaming from xmms to airport (Alsa required)

1) create a named pipe:
&lt;code&gt;mkfifo /tmp/test.wav&lt;/code&gt;

2) Add this to your ~/.asoundrc:
&lt;code&gt;
pcm.stdout {
        type file
        slave.pcm default
        file /tmp/test.wav
}
&lt;/code&gt;

3) Create airtunes-stream.sh, and run it:
&lt;code&gt;
#!/bin/sh

if [ ! -p /tmp/test.wav ]
then
  mkfifo /tmp/test.wav
fi

while true
do
  cat /tmp/test.wav &#124; ~/bin/JustePort.exe - 10.0.1.1 0
  sleep 1
done
&lt;/code&gt;

4) Install XMMS with crossfade:
&lt;code&gt;
aptitude install xmms xmms-crossfade
&lt;/code&gt;

5) Configure XMMS with Audio I/O Output Crossfade. Let Crossfade use ALSA with audio device stdout (from pt. 2).

6) Play music

You can also stream with other alsa-supporting applications, e.g.
&lt;code&gt;
mplayer -ao alsa:device=stdout file.mp3
&lt;/code&gt;

&lt;i&gt;NB!  This method is prone to hickups in the audio stream, due to missing buffering between the fifo and justeport&lt;/i&gt;&lt;/strong&gt;</description>
		<content:encoded><![CDATA[<p><strong>Streaming from xmms to airport (Alsa required)</p>
<p>1) create a named pipe:<br />
<code>mkfifo /tmp/test.wav</code></p>
<p>2) Add this to your ~/.asoundrc:<br />
<code><br />
pcm.stdout {<br />
        type file<br />
        slave.pcm default<br />
        file /tmp/test.wav<br />
}<br />
</code></p>
<p>3) Create airtunes-stream.sh, and run it:<br />
<code><br />
#!/bin/sh</p>
<p>if [ ! -p /tmp/test.wav ]<br />
then<br />
  mkfifo /tmp/test.wav<br />
fi</p>
<p>while true<br />
do<br />
  cat /tmp/test.wav | ~/bin/JustePort.exe - 10.0.1.1 0<br />
  sleep 1<br />
done<br />
</code></p>
<p>4) Install XMMS with crossfade:<br />
<code><br />
aptitude install xmms xmms-crossfade<br />
</code></p>
<p>5) Configure XMMS with Audio I/O Output Crossfade. Let Crossfade use ALSA with audio device stdout (from pt. 2).</p>
<p>6) Play music</p>
<p>You can also stream with other alsa-supporting applications, e.g.<br />
<code><br />
mplayer -ao alsa:device=stdout file.mp3<br />
</code></p>
<p><i>NB!  This method is prone to hickups in the audio stream, due to missing buffering between the fifo and justeport</i></strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henrik</title>
		<link>http://nanocr.eu/2005/07/23/justeport-02/comment-page-1/#comment-126</link>
		<dc:creator>Henrik</dc:creator>
		<pubDate>Mon, 17 Apr 2006 10:40:16 +0000</pubDate>
		<guid isPermaLink="false">http://nanocr.eu/2005/07/23/justeport-02/#comment-126</guid>
		<description>MP3 playback with Lame didn&#039;t work for me, while mpg123 worked just fine:

&lt;code&gt;
mpg123 -s somesong.mp3 &#124; Justeport.exe - 10.0.1.1 0
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>MP3 playback with Lame didn&#8217;t work for me, while mpg123 worked just fine:</p>
<p><code><br />
mpg123 -s somesong.mp3 | Justeport.exe - 10.0.1.1 0<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Milles</title>
		<link>http://nanocr.eu/2005/07/23/justeport-02/comment-page-1/#comment-125</link>
		<dc:creator>Eric Milles</dc:creator>
		<pubDate>Sat, 15 Apr 2006 02:17:25 +0000</pubDate>
		<guid isPermaLink="false">http://nanocr.eu/2005/07/23/justeport-02/#comment-125</guid>
		<description>I wasn&#039;t too pleased with having to launch a separate program, enduing a gap between playback of each track, having to install the .NET framework, etc.  So I rolled my own Winamp (or MediaMonkey) plug-in.

&lt;a href=&quot;http://emilles.dyndns.org/software/out_apx.html&quot; rel=&quot;nofollow&quot;&gt;http://emilles.dyndns.org/software/out_apx.html&lt;/a&gt;

The following features are currently available:

* Accepts any 16-bit mono or stereo input; resamples as necessary to support any sample rate
* Supports a full set of playback operations (play, pause, stop, seek, prev/next track, adjust volume, etc.)
* Plays multiple tracks with no gap between tracks (except any gap inserted by input plug-in)
* Supports password-protected remote speakers
* Installs by copying a single file
* Does not depend on third-party installs (.NET Framework, iTunes, QuickTime, etc.)</description>
		<content:encoded><![CDATA[<p>I wasn&#8217;t too pleased with having to launch a separate program, enduing a gap between playback of each track, having to install the .NET framework, etc.  So I rolled my own Winamp (or MediaMonkey) plug-in.</p>
<p><a href="http://emilles.dyndns.org/software/out_apx.html" rel="nofollow">http://emilles.dyndns.org/software/out_apx.html</a></p>
<p>The following features are currently available:</p>
<p>* Accepts any 16-bit mono or stereo input; resamples as necessary to support any sample rate<br />
* Supports a full set of playback operations (play, pause, stop, seek, prev/next track, adjust volume, etc.)<br />
* Plays multiple tracks with no gap between tracks (except any gap inserted by input plug-in)<br />
* Supports password-protected remote speakers<br />
* Installs by copying a single file<br />
* Does not depend on third-party installs (.NET Framework, iTunes, QuickTime, etc.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: a</title>
		<link>http://nanocr.eu/2005/07/23/justeport-02/comment-page-1/#comment-124</link>
		<dc:creator>a</dc:creator>
		<pubDate>Wed, 29 Mar 2006 16:21:35 +0000</pubDate>
		<guid isPermaLink="false">http://nanocr.eu/2005/07/23/justeport-02/#comment-124</guid>
		<description>This works great. However, on a laptop, is there a way that I can have it not play through the internal speakers, but still play through JustePort?

I guess I could always stick a 1/8&quot; plug into the headphone jack.</description>
		<content:encoded><![CDATA[<p>This works great. However, on a laptop, is there a way that I can have it not play through the internal speakers, but still play through JustePort?</p>
<p>I guess I could always stick a 1/8&#8243; plug into the headphone jack.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: blamm</title>
		<link>http://nanocr.eu/2005/07/23/justeport-02/comment-page-1/#comment-122</link>
		<dc:creator>blamm</dc:creator>
		<pubDate>Mon, 20 Feb 2006 18:24:32 +0000</pubDate>
		<guid isPermaLink="false">http://nanocr.eu/2005/07/23/justeport-02/#comment-122</guid>
		<description>Hi,

Will Justeport allow me to play my Ogg, MP3 and FLAC encoded files on my PC and hear the audio wirelessly via an Airport Express?

Blamm</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Will Justeport allow me to play my Ogg, MP3 and FLAC encoded files on my PC and hear the audio wirelessly via an Airport Express?</p>
<p>Blamm</p>
]]></content:encoded>
	</item>
</channel>
</rss>
