Re: [PD] mp3cast~ on ubuntu 9.10 crash pd

2010-03-26 Thread Nicolas Montgermont
Le 26/03/10 00:31, Mathieu Bouchard a écrit : ok so now i've recompiled with the -c option thanks to mathieu, you mean -g oops yes -g #12 mp3cast_connect (x=0x39dff4, hostname=0x8596730, fportno=9001) at mp3cast~.c:650 this means that it crashed during "Authorization: Basic %s\r\n",

Re: [PD] mp3cast~ on ubuntu 9.10 crash pd

2010-03-25 Thread Mathieu Bouchard
in the end, this possibly triple bug report belongs more on pd-list than in private mails. On Wed, 24 Mar 2010, Mathieu Bouchard wrote: On Wed, 24 Mar 2010, Mathieu Bouchard wrote: il y a trop de sprintf dans mp3cast_connect pour qu'on puisse facilement identifier lequel. actually, not so

[PD] mp3cast~ on ubuntu 9.10 crash pd

2010-03-25 Thread Mathieu Bouchard
ok so now i've recompiled with the -c option thanks to mathieu, you mean -g #12 mp3cast_connect (x=0x39dff4, hostname=0x8596730, fportno=9001) at mp3cast~.c:650 this means that it crashed during "Authorization: Basic %s\r\n", which is the second bug I talked about in my previous mail.

Re: [PD] mp3cast~ on ubuntu 9.10 crash pd

2010-03-25 Thread Nicolas Montgermont
ok so now i've recompiled with the -c option thanks to mathieu, here is the new backtrace of the crash: (gdb) bt #0 0x0012d422 in __kernel_vsyscall () #1 0x002874d1 in raise () from /lib/tls/i686/cmov/libc.so.6 #2 0x0028a932 in abort () from /lib/tls/i686/cmov/libc.so.6 #3 0x002bdee5 in ?? ()

Re: [PD] mp3cast~ on ubuntu 9.10 crash pd

2010-03-18 Thread Nicolas Montgermont
recompliling following your instructions show that the problem is in the mp3cast_connect function: Program received signal SIGABRT, Aborted. 0x0012d422 in __kernel_vsyscall () (gdb) backtrace #0 0x0012d422 in __kernel_vsyscall () #1 0x002874d1 in raise () from /lib/tls/i686/cmov/libc.so.6 #2

Re: [PD] mp3cast~ on ubuntu 9.10 crash pd

2010-03-18 Thread IOhannes m zmoelnig
On 2010-03-18 13:06, Nicolas Montgermont wrote: > thanks for the help. > here is the backtrace of gdb : > Program received signal SIGABRT, Aborted. > 0x0012d422 in __kernel_vsyscall () > (gdb) backtrace > #0 0x0012d422 in __kernel_vsyscall () > #1 0x002874d1 in raise () from /lib/tls/i686/cmov/li

Re: [PD] mp3cast~ on ubuntu 9.10 crash pd

2010-03-18 Thread Nicolas Montgermont
thanks for the help. here is the backtrace of gdb : Program received signal SIGABRT, Aborted. 0x0012d422 in __kernel_vsyscall () (gdb) backtrace #0 0x0012d422 in __kernel_vsyscall () #1 0x002874d1 in raise () from /lib/tls/i686/cmov/libc.so.6 #2 0x0028a932 in abort () from /lib/tls/i686/cmov/li

Re: [PD] mp3cast~ on ubuntu 9.10 crash pd

2010-03-18 Thread IOhannes m zmoelnig
On 2010-03-17 20:53, Nicolas Montgermont wrote: > I tried to compile it from the svn. > I manage to build the pd_linux (removing the -Werror flag) but the > object is still crashing pd when connecting to the server... > here is the log of the compilation, does anyone got an idea? > thanks in advanc

Re: [PD] mp3cast~ on ubuntu 9.10 crash pd

2010-03-17 Thread Nicolas Montgermont
I tried to compile it from the svn. I manage to build the pd_linux (removing the -Werror flag) but the object is still crashing pd when connecting to the server... here is the log of the compilation, does anyone got an idea? thanks in advance: a...@aof-ubuntu:~/pure-data/trunk/externals/unautho

[PD] mp3cast~ on ubuntu 9.10 crash pd

2010-03-16 Thread Nicolas Montgermont
Hello all, I have a problem here using mp3cast~ on Ubuntu Karmic. Connecting to an icecast server makes pd crash. There is no problem with mp3amp~ This is the last autobuild ( Pd-0.42.5-extended-20100315 ) installed using the Karmic-i386 package Do you have an idea of the origin of this probl

[PD] mp3cast~ question

2008-09-14 Thread Peter O'Doherty
Hi, Is anyone using this successfully? I'm using the example setup in the mp3cast~ help file and everything seems to be set up correctly here, confirmed by these messages: mp3cast~: connecting to port 8000 mp3cast~: logged in to localhost mp3cast~ : using lame version : 3.98 mp3cast~ : lame i

Re: [PD] mp3cast~ low latency

2007-05-14 Thread Peter Plessas
Hi Richard, if the two machines are on the same LAN, have a look at netjack: http://netjack.sourceforge.net/ you are casting from one patch to an icecast server (running on the same machine) and then receiving it from another? Perhaps direct peer2peer streaming could reduce the latency? Yves ha

[PD] mp3cast~ low latency

2007-05-14 Thread Richard Lewis
Hello PD-list, I'm still working on my mp3cast~ project :-) The final problem (I hope) is that I experience quite considerable latency on the client-side of around 10-12 seconds. The application is supposed to be real-time so this latency is quite a problem. A colleague suggested that it could

Re: [PD] mp3cast~ again

2007-02-19 Thread Richard Lewis
On Monday 19 February 2007 16:09, Roman Haefeli wrote: > Richard Lewis wrote: > > On Monday 19 February 2007 16:09, Roman Haefeli wrote: > >> > >> -did you try to connect the client on the right port (e.g. > >> http://yourhost.com:8080/yourstream.mp3 ) ? > >> > > Yes, I keep checking this. Another

[Fwd: Re: [PD] mp3cast~ again]

2007-02-19 Thread Yves Degoyon
--- Begin Message --- ola $ echo apassword | makepasswd --verbose --crypt --clearfrom=- icecast passwords are just plain/clear text On the other hand, of course, that's probably not the problem anyway. Its more likely that my initial approach is best, I just need to find out why Icecas

Re: [PD] mp3cast~ again

2007-02-19 Thread IOhannes m zmoelnig
Richard Lewis wrote: > On Monday 19 February 2007 16:09, Roman Haefeli wrote: >> >> -did you try to connect the client on the right port (e.g. >> http://yourhost.com:8080/yourstream.mp3 ) ? >> > Yes, I keep checking this. Another things I might try is playing with the > hostname setting in Icecast

Re: [PD] mp3cast~ again

2007-02-19 Thread Richard Lewis
On Monday 19 February 2007 16:09, Roman Haefeli wrote: > hello Richard > > On Mon, 2007-02-19 at 15:15 +, Richard Lewis wrote: > > Hey there, > > > > I'm trying to use mp3cast~ with Icecast 1. > > > > Initially I had a patch where the settings messages ('passwd', > > 'mountpoint', etc.) for the

Re: [PD] mp3cast~ again

2007-02-19 Thread Richard Lewis
On Monday 19 February 2007 16:03, you wrote: > Richard Lewis wrote: > > Hey there, > > > > I'm trying to use mp3cast~ with Icecast 1. > > stupid me, but why are you using icecast-1 instead of icecast-2 ? Its another Debian problem: the icecast2 package in Debian is ogg only. > > i might be totall

Re: [PD] mp3cast~ again

2007-02-19 Thread Roman Haefeli
hello Richard On Mon, 2007-02-19 at 15:15 +, Richard Lewis wrote: > Hey there, > > I'm trying to use mp3cast~ with Icecast 1. > > Initially I had a patch where the settings messages ('passwd', 'mountpoint', > etc.) for the mp3cast~ were sent when the patch was loaded and the 'connect' > an

Re: [PD] mp3cast~ again

2007-02-19 Thread IOhannes m zmoelnig
Richard Lewis wrote: > Hey there, > > I'm trying to use mp3cast~ with Icecast 1. stupid me, but why are you using icecast-1 instead of icecast-2 ? > > I tried altering the password in the icecast.conf file (which is very > confusing and difficult on Debian) but it still doesn't like it. I want

[PD] mp3cast~ again

2007-02-19 Thread Richard Lewis
Hey there, I'm trying to use mp3cast~ with Icecast 1. Initially I had a patch where the settings messages ('passwd', 'mountpoint', etc.) for the mp3cast~ were sent when the patch was loaded and the 'connect' and 'disconnect' messages were sent in response to other events. In this setup I got a

Re: [PD] mp3cast~

2007-02-16 Thread Roman Haefeli
On Thu, 2007-02-15 at 15:41 +, Richard Lewis wrote: > Hey all, > > Does mp3cast~ still exist? If so, does anyone where/how to get it? Or even > better, is there a Debian package that contains it? yes, you find a binary for linux here: http://ydegoyon.free.fr/software.html the source is a

Re: [PD] mp3cast~

2007-02-16 Thread Yves Degoyon
ola, i don't think it moved for months, unless bytes are having parties when we don't look at them : http://ydegoyon.free.fr/software.html it's also in cvs and in pd-extended. saludos, sevy Richard Lewis wrote: Hey all, Does mp3cast~ still exist? If so, does anyone where/how to get it? Or

[PD] mp3cast~

2007-02-15 Thread Richard Lewis
Hey all, Does mp3cast~ still exist? If so, does anyone where/how to get it? Or even better, is there a Debian package that contains it? Cheers, Richard ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/l