Hi Ross,
Ok, it works just fine on your side, I was using an old object reference
from my own libraries !
Asynchronous is so great.
Regards,
Guillaume.
Le 21/09/2010 15:54, Guillaume Ferry a écrit :
Le 20/09/2010 19:44, Ross Finlayson a écrit :
BackTrace
#0 0x080882af in _Tables
Le 20/09/2010 19:44, Ross Finlayson a écrit :
BackTrace
#0 0x080882af in _Tables::getOurTables(UsageEnvironment&, unsigned
int) ()
The fact that you're seeing a crash in such an innocuous function
suggests to me that you may be linking with old binaries somewhere. (I
assume that
BackTrace
#0 0x080882af in _Tables::getOurTables(UsageEnvironment&, unsigned int) ()
The fact that you're seeing a crash in such an innocuous function
suggests to me that you may be linking with old binaries somewhere.
(I assume that you're not doing something stupid like trying to
Hi Ross,
I'm currently updating our RTSP client (based on liveMedia), to use your
asynchronous API.
The client is being used within a simple GTK application, so as you
mentioned in the FAQ, I have to subclass to use GTK's event loop instead
of your native loop.
So I did a simple subclass of Ba