Hi all, my name is Luca Cireddu, I'm from Italy and this is my first e-mail in this list. I'm the Technical Manager at UnicaRadio, University Webradio in Cagliari, Sardinia. We use Icecast as main Relay Server with different audio formats, and we are also testing video streaming using theora/vorbis format. In this period I'm working in Icecast source code to implement a detailed Stats system using a MySQL database and a simple PHP+HTML site as interface. My idea is just a prototype, but it's already working fine. My mods are based on vanilla version 2.3.3, but I think that it could be an interesting feature to add in the main repo. Regards. -- Luca Cireddu sardylan at gmail.com
Luca, Please upload the code to github and share your link this way all the comunity can check, contribute and use them. Thanks Ale 2013/3/28 Luca Cireddu <sardylan at gmail.com>> Hi all, > my name is Luca Cireddu, I'm from Italy and this is my first e-mail in > this list. I'm the Technical Manager at UnicaRadio, University Webradio > in Cagliari, Sardinia. > We use Icecast as main Relay Server with different audio formats, and we > are also testing video streaming using theora/vorbis format. > In this period I'm working in Icecast source code to implement a > detailed Stats system using a MySQL database and a simple PHP+HTML site > as interface. > My idea is just a prototype, but it's already working fine. > > My mods are based on vanilla version 2.3.3, but I think that it could be > an interesting feature to add in the main repo. > > Regards. > > -- > Luca Cireddu > sardylan at gmail.com > > _______________________________________________ > Icecast-dev mailing list > Icecast-dev at xiph.org > http://lists.xiph.org/mailman/listinfo/icecast-dev >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/icecast-dev/attachments/20130328/8bbfe4a8/attachment.htm
Hi, On 03/28/2013 12:28 PM, Luca Cireddu wrote:> Hi all, > my name is Luca Cireddu, I'm from Italy and this is my first e-mail in > this list. I'm the Technical Manager at UnicaRadio, University Webradio > in Cagliari, Sardinia. > We use Icecast as main Relay Server with different audio formats, and we > are also testing video streaming using theora/vorbis format.That's very nice to hear.> In this period I'm working in Icecast source code to implement a > detailed Stats system using a MySQL database and a simple PHP+HTML site > as interface. > My idea is just a prototype, but it's already working fine.Have you evaluated preexisting solutions? Some of the http-log analyzers explicitly support icecast log analysis. Also there is a nice munin plugin that I wrote: http://www.ruecker.fi/foss/icecast/munin-icecast-0.1.tar.bz2 Horribly old testing screenshot: http://www.ruecker.fi/foss/icecast/munin.png> My mods are based on vanilla version 2.3.3, but I think that it could be > an interesting feature to add in the main repo.What do you need to modify in icecast itself? Most statistical data is readily available through the many interfaces we offer. Show us your concept and we'll be happy to help! Cheers Thomas
Hi Alejandro, hi Luca,> Please upload the code to github and share your link this way all the > comunity can check, contribute and use them.You might like to also take a look at the Icecast stats code in Airtime, it's written in PHP: http://en.flossmanuals.net/airtime-en-2-3/listener-stats/ It's all on github, e.g: https://github.com/sourcefabric/Airtime/blob/master/airtime_mvc/application/controllers/ListenerstatController.php Cheers! Daniel