Posts Tagged ‘ icecast ’

PHPShout : a shoutcast streamer in PHP: Part 2

March 24, 2012
By

In the last post, we created a template extension for our shout class. Next up, we need to do the actual implementation.

Read more »

PHPShout : a shoutcast streamer in PHP: Part 1

March 24, 2012
By
PHPShout : a shoutcast streamer in PHP:  Part 1

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…

Read more »