Blog posts tagged with 'extension':



PHPShout : a shoutcast streamer in PHP: Part 4

Date: 24 Mar 2012
Tags: [ C ]  [ extension ]  [ icecast ]  [ PHP ]  [ streaming

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 3

Date: 24 Mar 2012
Tags: [ C ]  [ extension ]  [ icecast ]  [ PHP ]  [ streaming

In the last post, we started with the implementation of the constructor and one method. Next up, let’s do a bunch more.

Read more...

PHPShout : a shoutcast streamer in PHP: Part 2

Date: 24 Mar 2012
Tags: [ C ]  [ extension ]  [ icecast ]  [ PHP ]  [ streaming

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

Date: 24 Mar 2012
Tags: [ C ]  [ extension ]  [ icecast ]  [ PHP ]  [ streaming

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.

Read more...