[Live-devel] Meadia Server on VS 2005 or 2008
علاء عبد الناصر عزت
electrical_king at hotmail.com
Thu May 28 14:10:38 PDT 2009
Hi,
thanks much for your help
I used the instructions here
http://www.cs.tut.fi/~hirvone2/SGN_5106_Exercise4_2009.pdf
to compile and debug the media server and it run successfully But in the test with any rtsp link it caches !!
Does anyone know the reason ?
Thanks.
> From: patbob at imoveinc.com
> To: live-devel at ns.live555.com
> Date: Thu, 28 May 2009 09:46:46 -0700
> Subject: Re: [Live-devel] Meadia Server on VS 2005 or 2008
>
> On Wednesday 27 May 2009 11:21 am, Jeremy Noring wrote:
> > If I have time, I may try to do this today, since I need this sort of
> > functionality for debugging symbols, debug/release builds, x64 support,
> > integration into our project, etc. I'll let you know if I have any
> > success.
>
> We needed the same thing, and found a way to generate the PDB files as live555
> builds. Unfortunately, it required mods to the shared build files.
>
> Basically, the changes were:
>
> *) add something like "/Fd$(LIBNAME)D.pdb" to the COMPILE_OPTS in the
> win32config file. We made two win32config files -- one that's used for
> release and doesn't have the option (because we don't want/need PDB files for
> release builds) and one for debug that does include it.
>
> *) Modify Makefile.head in each project to set a LIBNAME variable to the name
> of the library being generated. Here's an example from the groupsock
> project:
> LIBNAME=libgroupsock
>
> Recompile and you'll get PDB files generated next to the libraries. We move
> them all into a libs directory for convenience.
>
> *) To use them, I ended up copying them into the dir where we have the
> compiler put all the generated DLLs, libs and EXEs.
>
>
> What I found was that the PDB files could not be renamed. They could be
> moved, but must remain by their original name in oprder for Visual Studio to
> be able to use them. That's why I had to modify the Makefile.head files to
> have a different LIBNAME in each -- I couldn't generate the PDB files by the
> same name for each project and later rename them, and there seemed to be no
> other place to quickly and easily get the lib name from. The "D" on the end
> of the PDB file name is not really needed, its an artifact of our dev
> procedures.
>
> hope that helps,
> patbob
> _______________________________________________
> live-devel mailing list
> live-devel at lists.live555.com
> http://lists.live555.com/mailman/listinfo/live-devel
_________________________________________________________________
More than messages–check out the rest of the Windows Live™.
http://www.microsoft.com/windows/windowslive/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20090529/bd9bb415/attachment.html>
More information about the live-devel
mailing list