<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="http://www.usualcoding.eu/feed/rss2/xslt" ?><rss version="2.0"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:wfw="http://wellformedweb.org/CommentAPI/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
  <title>UsualCoding.eu - ruby</title>
  <link>http://www.usualcoding.eu/</link>
  <description>Use(less|ful) stuff</description>
  <language>en</language>
  <pubDate>Wed, 21 Jul 2010 22:55:36 +0200</pubDate>
  <copyright></copyright>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Dotclear</generator>
  
    
  <item>
    <title>MP3Camp</title>
    <link>http://www.usualcoding.eu/post/2007/10/26/Mp3Camp</link>
    <guid isPermaLink="false">urn:md5:17f660de17f15d6056e67fc0da69b883</guid>
    <pubDate>Fri, 26 Oct 2007 22:13:00 +0200</pubDate>
    <dc:creator>Seb</dc:creator>
        <category>Code</category>
        <category>camping</category><category>code</category><category>mp3</category><category>musicplayer</category><category>ruby</category><category>streaming</category><category>xspf</category>    
    <description>    I have been using &lt;a href=&quot;http://www.gnu.org/software/gnump3d/&quot;&gt;GNUMP3d&lt;/a&gt; for some time now, but a few things bother me.&lt;br /&gt;For example, it uses a standalone web server to stream the music, which is useful in some cases, but requires you to set it up on a different port if you already run a web server. I know I could setup a mod_proxy or something similar, but I like it when things work right out of the box.&lt;br /&gt;&lt;br /&gt;There are things out there like &lt;a href=&quot;http://www.ampache.org/&quot;&gt;ampache&lt;/a&gt;, but nothing as light as GNUMP3d. That is why I coded a small streamer of my own using &lt;a href=&quot;http://code.whytheluckystiff.net/camping/&quot;&gt;camping&lt;/a&gt; a Micro framework in ruby. There is not much code yet but it is already usable.&lt;br /&gt;&lt;br /&gt;One of the advantages of using camping, is that it can work as a standalone server, but it can also easily be setup in a virtual host on apache, lighttpd or whatever.&lt;br /&gt;&lt;br /&gt;Here is a screenshot of the latest (pre alpha) version:&lt;br /&gt;&lt;p&gt;&lt;img style=&quot;margin: 0 auto; display: block;&quot; alt=&quot;&quot; src=&quot;http://www.usualcoding.eu/post/2007/10/26/../public/mp3camp/mp3camp.png&quot; /&gt;&lt;/p&gt;
As you can see it is very much like GNUMP3d in the way that it gives you access to playlists you can download and use in any music player.&lt;br /&gt;I also added an embedded flash &lt;a href=&quot;http://musicplayer.sourceforge.net/&quot;&gt;music player&lt;/a&gt; you can use to just listen in quickly.&lt;br /&gt;MP3Camp supports m3u and &lt;a href=&quot;http://www.xspf.org/&quot;&gt;xspf&lt;/a&gt; playlists and really needs some CSS job.&lt;br /&gt;&lt;br /&gt;You can grab this early version on the svn (&lt;a href=&quot;svn://svn.sig11.org/mp3camp&quot;&gt;svn://svn.sig11.org/mp3camp&lt;/a&gt;).&lt;br /&gt;</description>
    
    
    
          <comments>http://www.usualcoding.eu/post/2007/10/26/Mp3Camp#comment-form</comments>
      <wfw:comment>http://www.usualcoding.eu/post/2007/10/26/Mp3Camp#comment-form</wfw:comment>
      <wfw:commentRss>http://www.usualcoding.eu/feed/rss2/comments/7</wfw:commentRss>
      </item>
    
</channel>
</rss>