[Live-devel] Getting live working with QT

Vogel Ubrhar vubrhar at gmail.com
Sat Mar 13 14:44:38 PST 2010


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?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20100313/002483cb/attachment.html>


More information about the live-devel mailing list