similar to: Extending Icecast - Problem with Linker

Displaying 20 results from an estimated 400 matches similar to: "Extending Icecast - Problem with Linker"

2015 Oct 30
1
Extending Icecast - Problem with Linker
Hi folks, I am looking to extend on the Icecast engine with a couple of extra features and experiencing some issues. I decided that I should add a logging function that will help me debug the code at a later point by saving messages to a local MySQL database. I have successfully got this module working on my local machine (Centos 6 with Eclipse). I then copied the code over into the client.c
2010 Nov 26
1
R Tools & Vista_x64: Problem compiling RMySQL?
Hello: What do I need to do to compile R packages (especially RMySQL) for the 64-bit version of R 2.12.0 under Vista_x64? I upgraded to "Rtools212.exe" yesterday but immediately got errors from "R CMD check RMySQL_0.7-5.tar.gz". After the first error, I installed it a second time, then got "undefined reference to" roughly 50 different names beginning
2007 May 23
0
Problems compiling res_config_mysql (asterisk addons)
Hello All: I'm having some difficutly getting res_config_mysql from the 1.4.1 addons package to compile ( I need it for Realtime) First of all, when I make everything appears to compile ok with no errors however the res_config_mysql doesn't get compiled. So I tried "make res_config_mysql" and a whackload of errors starting with the following: # make res_config_mysql gcc -g
2009 Dec 14
1
AGI with PHP
Hi All, I'm having problems getting results from a PHP file. This is what the CLI is showing. -- Executing [111 at internal:1] AGI("Console/dsp", "GoTalk.php") in new stack -- Launched AGI Script /var/lib/asterisk/agi-bin/GoTalk.php [Dec 14 11:57:25] ERROR[20260]: utils.c:1019 ast_carefulwrite: write() returned error: Broken pipe If I run the PHP file from
2006 Nov 24
0
Using Ajax.Updater with Form
Hi, I''m trying to post to a PHP insert script and return the confirmation text in a div with Ajax.Updater, but I''m having little luck. Does anyone have any thoughts on my implementation? The page currently refreshes completely. Thanks. < rsvp.php > <html> <head> <script src="prototype.js" type="text/javascript"></script>
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
2008 Sep 22
0
building php4 against stock mysql on centos 5.2 64bit
HI, I'm building php4.4.9 on centos 5.2 x64, and I need it to use the systems mysql libs, not the bundled ones.... ./configure --with-libdir=lib64 --with-dbx --with-openssl --with-pcre --with-pgsql --with-posix \ --with-xml --with-zlib --with-gd=/usr --enable-gd-native-ttf --enable-bcmath --enable-fastcgi \ --disable-ipv6 --enable-force-cgi-redirect --with-bz2 --enable-ftp --with-apxs2
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 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 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
2014 Jan 08
2
Possible memory leak in Icecast-2.4-beta3
2006 Sep 15
1
Problem with MySQL
Hi there, I tried to setup a passwddb with mysql, but it wont connect to my database, even if I patch the driver-mysql.c Here a test program I wrote to check the connection: int main() { MYSQL mysql; mysql_init(&mysql); if (mysql_real_connect(&mysql, NULL, "root", "asd2sdf3", "ccc", 0, "/var/lib/mysql/mysql.sock", 0) == NULL)
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
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
2005 Nov 09
0
mysql dovecot 1.0alpha4
I try to authenticate using mysql and I always get access denied. I wrote a program in C that connect to the database and it work. I put the code within driver-mysql.c and it failed!!! My question is do you set up anything (SSL?) that could explain this failure. thanks. Here is the code MYSQL *h; h = mysql_init (NULL); if (h == NULL) { fprintf (stderr, "mysql_init() failed (probably
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
2015 Aug 15
2
wordpess can't connect to DB but mediawiki can
Hey guys, I'm running both a wordpress site as well as a mediawiki off of the same web servers. The mediawiki site works great! The wordpress site, meh. Not so much. I keep getting the common database connection error: Error establishing a database connection And as far as I can tell the settings between the mediawiki site and the wordpress site are nearly identical. Here's the media
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
2014 Jun 20
0
Android Java source for icecast streaming
Hi jSelbie, try to have a look to https://code.google.com/p/unicaradio-apps/. Our developer created an app that obtain metadata by splitting icecast stream and rebuilding it without metadata. 2014-06-20 6:59 GMT+02:00 John Selbie <jselbie at hotmail.com>: > Greetings, > > tl;dr - I'm looking for sources to an Android Icecast client written in > Java. > > long
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. >