<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Hi,<br><br>thanks much for your help<br><br>I used the instructions here <br><br>http://www.cs.tut.fi/~hirvone2/SGN_5106_Exercise4_2009.pdf<br><br>to compile and debug the media server and it run successfully But in the test with any rtsp link it caches !!<br><br>Does anyone know the reason ?<br><br>Thanks.<br><br><div><p class="EC_MsoNormal" style="text-align: left; direction: ltr; unicode-bidi: embed;"><span style="font-size: 8pt; font-family: 'Comic Sans MS'; color: blue;"><a href="http://www.softlock.net/" title="http://www.softlock.net/"><span style="" lang="FR"></span></a></span><span style="color: blue;"></span></p>

<br><br></div><br><br><br><br>&gt; From: patbob@imoveinc.com<br>&gt; To: live-devel@ns.live555.com<br>&gt; Date: Thu, 28 May 2009 09:46:46 -0700<br>&gt; Subject: Re: [Live-devel] Meadia Server on VS 2005 or 2008<br>&gt; <br>&gt; On Wednesday 27 May 2009 11:21 am, Jeremy Noring wrote:<br>&gt; &gt; If I have time, I may try to do this today, since I need this sort of<br>&gt; &gt; functionality for debugging symbols, debug/release builds, x64 support,<br>&gt; &gt; integration into our project, etc.  I'll let you know if I have any<br>&gt; &gt; success.<br>&gt; <br>&gt; We needed the same thing, and found a way to generate the PDB files as live555 <br>&gt; builds.  Unfortunately, it required mods to the shared build files.<br>&gt; <br>&gt; Basically, the changes were:<br>&gt; <br>&gt; *) add something like "/Fd$(LIBNAME)D.pdb" to the COMPILE_OPTS in the <br>&gt; win32config file.  We made two win32config files -- one that's used for <br>&gt; release and doesn't have the option (because we don't want/need PDB files for <br>&gt; release builds) and one for debug that does include it.<br>&gt; <br>&gt; *) Modify Makefile.head in each project to set a LIBNAME variable to the name <br>&gt; of the library being generated.  Here's an example from the groupsock <br>&gt; project:<br>&gt; LIBNAME=libgroupsock<br>&gt; <br>&gt; Recompile and you'll get PDB files generated next to the libraries.  We move <br>&gt; them all into a libs directory for convenience.<br>&gt; <br>&gt; *) To use them, I ended up copying them into the dir where we have the <br>&gt; compiler put all the generated DLLs, libs and EXEs.<br>&gt; <br>&gt; <br>&gt; What I found was that the PDB files could not be renamed.  They could be <br>&gt; moved, but must remain by their original name in oprder for Visual Studio to <br>&gt; be able to use them.  That's why I had to modify the Makefile.head files to <br>&gt; have a different LIBNAME in each -- I couldn't generate the PDB files by the <br>&gt; same name for each project and later rename them, and there seemed to be no <br>&gt; other place to quickly and easily get the lib name from.  The "D" on the end <br>&gt; of the PDB file name is not really needed, its an artifact of our dev <br>&gt; procedures.<br>&gt; <br>&gt; hope that helps,<br>&gt; patbob<br>&gt; _______________________________________________<br>&gt; live-devel mailing list<br>&gt; live-devel@lists.live555.com<br>&gt; http://lists.live555.com/mailman/listinfo/live-devel<br><br /><hr />check out the rest of the Windows Live™.
More than mail–Windows Live™ goes way beyond your inbox.
 <a href='http://www.microsoft.com/windows/windowslive/' target='_new'>More than messages</a></body>
</html>