similar to: MySQL Stats

Displaying 20 results from an estimated 6000 matches similar to: "MySQL Stats"

2013 Mar 28
3
Icecast and MySQL Stats
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
2013 Aug 05
1
MySQL Stats
I'm also working on PHP pages to browse stats. You can find it at https://github.com/sardylan/icecast-mysql-phpstats Bye. -- Luca Cireddu
2013 Aug 06
3
MySQL Stats
Just a little preview of the browsing interface: https://github.com/sardylan/icecast-mysql-phpstats/wiki As you can see, I created a new repository for the PHP part of stats. Luca.
2013 Aug 05
4
MySQL Stats
Hi all, Some months ago I announced that I was working in a modified version of Icecast to support advanced statistics using a MySQL database. Now I think I reached a "working" and stable version. But I'm still working on the PHP interface used to browse stats. All source code (updated to 2.4beta3) is available on https://github.com/sardylan/icecast-mysql Please let me know any
2013 Dec 06
3
Possible memory leak in Icecast-2.4-beta3
Putting my hat into the ring as well to report memory leak issues using 2.3.99.3. On Mon, Oct 28, 2013 at 3:30 AM, Luca Cireddu <sardylan at gmail.com> wrote: > Hi all, > Icecast increase memory usage on our server too. > When started, memory usage was about 0.5% of 1GB. > After 2 or 3 months, about 15%. > I tried also to use valgrind to debug icecast sources, but my
2014 Jan 08
2
Possible memory leak in Icecast-2.4-beta3
2014 Jun 20
1
Android Java source for icecast streaming
Thank you. That's a nice looking radio app. On that link below, I only see links to download pre-compiled APK files (apps). Are there links to the actual source code available? Date: Fri, 20 Jun 2014 10:36:58 +0200 From: sardylan at gmail.com To: icecast-dev at xiph.org Subject: Re: [Icecast-dev] Android Java source for icecast streaming Hi jSelbie, try to have a look to
2013 Mar 28
2
Icecast and MySQL Stats
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:
2013 Aug 06
2
MySQL Stats
Lucca, What happend if the DB server is not up? Thanks, Ale 2013/8/6 Basil Mohamed Gohar <basilgohar at librevideo.org> > On 08/06/2013 02:09 PM, Luca Cireddu wrote: > > Just a little preview of the browsing interface: > > https://github.com/sardylan/icecast-mysql-phpstats/wiki > > > > As you can see, I created a new repository for the PHP part of stats. >
2013 Mar 28
0
Icecast and MySQL Stats
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
2014 Jun 20
4
Android Java source for icecast streaming
Greetings, tl;dr - I'm looking for sources to an Android Icecast client written in Java. long summary: I maintain an open source Android app (WREK Online) that plays the live mp3 stream from the station's Icecast server. Using the built in MediaPlayer class that is part of the Android SDK works OK. As a developer, I just give it the streaming URL of the Icecast server, hook up a few
2005 Nov 11
2
[PATCH] icecast video preview 2
Updated version of video preview covering frame writing every 3 keyframe and a xsl typo. Best regards :) kysucix -- Make things as simple as possible, but no simpler. - Albert Einstein
2005 Nov 11
1
[PATCH] icecast video preview
Hi. Here it is my patch to put a video preview of a theora stream in status.xsl. I just added a: <video-preview>1</video-preview> parameters in icecast.xml.in that control the previewing function. It encodes a png in $webroot/$mountname.tmp and then move it to $webroot/$mountname.png As for now it saves a frame every theora keyframe, which is probably too heavy for the server but
2013 Aug 05
0
MySQL Stats
Luca, First, thanks for your amazing improvement, many of the users how work with Icecast will be happy with this... But my question here be, this was created like a PATCH or you need make a FORK of current version and change part of the core? how is your idea to be aligned with newest icecast releases? Thanks, Alejandro 2013/8/4 Luca Cireddu <sardylan at gmail.com> > Hi all, >
2013 Oct 05
4
Android App for Icecast Administration
Hey Icecast devs, I want to build an Android app for Icecast server administrators, where they can view server information, mount points, listeners, etc, even manage the server remotely. What do you think? -- - Elad -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/icecast-dev/attachments/20131005/6386f489/attachment.htm
2014 Jan 09
0
Possible memory leak in Icecast-2.4-beta3
On 08/01/14 21:41, Luca Cireddu wrote: > Thanks Thomas, > I successed running icecast in Valgrind using a Dell PowerEdge rack > server with a single Debian 7 64bit Virtual Machine. > No memory leaks reported, but I'm working in a "lab environment"... > I'm trying to "simulate" different listeners using curl in a bash > script with random connections
2013 Mar 28
0
Icecast and MySQL Stats
Hi guys, thanks for your answers... My idea was to create a simple system that can be linked to radio schedule. To avoid problems modifing a working code, I decided to do less modifications as possible by simply adding a call to 2 functions, one to add a listener and one to remove a listener. Using only 2 tables on db I can obtain all informations. One table, called "online", contain a
2015 Oct 30
0
Extending Icecast - Problem with Linker
---------- Forwarded message ---------- From: "Luca Cireddu" <sardylan at gmail.com> Date: Oct 30, 2015 5:52 PM Subject: Re: [Icecast-dev] Extending Icecast - Problem with Linker To: "Glenn Cooper" <glenn at mychoons.com> Cc: Hi Glenn, you have to add some MySQL references to Autotools build system... I had the same issue wen I was working on my stat project Take a
2013 Oct 05
0
Android App for Icecast Administration
However, the app can not change the icecast config files, as they are not accessible from Icecast's administration panel on the Web interface. On Sat, Oct 5, 2013 at 11:54 PM, Luca Cireddu <sardylan at gmail.com> wrote: > Hi Elad, > I think that a very useful function could be the possibility to are new > mount point with different password without restarting the whole
2007 Oct 19
2
Live Streaming and embeding into webpage on OSX
hello free streamers, after i had not much luck with " Darwin streaming server" ( because of a lack of NAT implementation ) i got a hint from a Wireless mailing list to try OGG/Theora streaming. I ?ve found a great site here <http://www.oddsock.org/guides/video.php> and downloadet and installed "icecast" and the theora libs with success on my macintosh mini ,