<html> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> </head> <body bgcolor="#FFFFFF" text="#000000"> Hi guys,<br> I finished to upload my mods. As suggested, I created a GitHub repository and I uploaded all sources.<br> My repo starts from a clean 2.3.3 version.<br> I'm sorry, but I yet have to upload the php mini-site I'm using for browse my stats.<br> Take a look and let me know what you think about it.<br> You can find it at <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <a href="https://github.com/sardylan/icecast-mysql">https://github.com/sardylan/icecast-mysql</a><br> Bye.<br> --<br> Luca<br> </body> </html>
Luca, You change code from Icecast too? or only use Auth_url feature build in into icecast? and all your work is into the external interface? Thanks, Ale 2013/5/5 Luca Cireddu <sardylan at gmail.com>> Hi guys, > I finished to upload my mods. As suggested, I created a GitHub repository > and I uploaded all sources. > My repo starts from a clean 2.3.3 version. > I'm sorry, but I yet have to upload the php mini-site I'm using for browse > my stats. > Take a look and let me know what you think about it. > You can find it at https://github.com/sardylan/icecast-mysql > Bye. > -- > Luca > > _______________________________________________ > 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/20130505/356c21eb/attachment.htm
<html> <head> <meta content="text/html; charset=UTF-8" http-equiv="Content-Type"> </head> <body bgcolor="#FFFFFF" text="#000000"> Hi Ale,<br> I had to change some code into icecast.<br> <br> First of all, I called two function to initialize and close MySQL connection. You can find them on main.c, rows 514 and 518.<br> Then, most important calls are source.c, rows 775 and 742. They call the functions to work with MySQL.<br> I modified also some code lines in cfgfile.c to add the possibility to configure MySQL connection params from icecast.xml config file.<br> <br> In my repo, I made the first commit using the clean vanilla icecast-2.3.3 source code, so you can make diffs with between different commits.<br> I don't know git very well (this is my first time), but I think that it's possible to compare different commits.<br> <br> Bye.<br> <br> On 05/05/2013 10:58 PM, Alejandro wrote:<br> <span style="white-space: pre;">> Luca, <br> ><br> > You change code from Icecast too? or only use Auth_url feature build in into icecast? and all your work is into the external interface?<br> ><br> > Thanks, <br> > Ale</span><br> <br> <br> </body> </html>