Hi Has anybody had any luck compiling Qt code with C wrapper (sshared
object) for Live from within QT Creator (linking againist it) and run it's
client portion without crashing? I am having this weird issue that I have
been trying to solve for some time, the live code is compiled with the
following CFLAGS :
$(INCLUDES) -I. -DSOCKLEN_T=socklen_t -g3 -O0 -D_LARGEFILE_SOURCE=1
-D_FILE_OFFSET_BITS=64 -fPIC

I have a C wrapper for live code, which calls into major functions of live
in C environment.
The executable crashes randomly but always seems to be near
RTSPClient::setupMediaSubsession function and subsession.rtpSource() in file
RTSPClient.cpp seems to cause it, sometimes in playMediaSession too.

If I build the code by taking what I have and compile with regular g++,
everything works fine. Maybe there are some namespace mangling somewhere?
_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to