In the last post, we created a template extension for our shout class. Next up, we need to do the actual implementation.
In the last post, we started with the implementation of the constructor and one method. Next up, let’s do a bunch more.
In the last post, we created a template extension for our shout class. Next up, we need to do the actual implementation.
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.