<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Tue, 21 May 2013 11:37:15 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Joshua Thijssen's Blog: PHPShout : a shoutcast streamer in PHP]]></title>
      <guid>http://www.phpdeveloper.org/news/17734</guid>
      <link>http://www.phpdeveloper.org/news/17734</link>
      <description><![CDATA[<p>
<i>Joshua Thijssen</i> has a new series of posts to his blog about a new extension he's created for PHP that lets you stream music files to an <a href="http://www.icecast.org/">IceCast</a> server with only PHP.
</p>
<blockquote>
To continue our journey in pointless, but nevertheless fun things to create, I've created a simple PHP extension that allows you stream music data to an IceCast server in pure PHP. For this I'm using the libshout3 library which can stream both MP3 or OGG/Vorbis data to multiple stream servers (including IceCast, ShoutCast etc). In this blog-post I will try to explain how I've created this extension, and off course, how you can use it.
</blockquote>
<p>The series is split up into four parts:</p>
<ul>
<li><a href="http://www.adayinthelifeof.nl/2012/03/24/phpshout-a-shoutcast-streamer-in-php-part-1/">Part 1</a> - download and install (and some behind the scenes)
<li><a href="http://www.adayinthelifeof.nl/2012/03/24/phpshout-a-shoutcast-streamer-in-php-part-2/">Part 2</a> - parts of the extension and a first test
<li><a href="http://www.adayinthelifeof.nl/2012/03/24/phpshout-a-shoutcast-streamer-in-php-part-3/">Part 3</a> - populating the store, adding getters
<li><a href="http://www.adayinthelifeof.nl/2012/03/24/phpshout-a-shoutcast-streamer-in-php-part-4/">Part 4</a> - creating setters and some other random functionality
</ul>
<p>
You can find the source for this extension <a href="https://github.com/jaytaph/phpshout">over on his gihub repository</a>.
</p>]]></description>
      <pubDate>Tue, 27 Mar 2012 08:36:55 -0500</pubDate>
    </item>
  </channel>
</rss>
