<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
&gt; It does.  I don't know why your camera would not be receiving these packets.<br><br>I may have found the problem. <br>I tested april 2008 version and it worked ! so i compared april and may 2008 versions and found something in RTSPClient.cpp, line 983<br><br>2008.04.02 RTSPClient.cpp line 983 :<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; subsession.setDestinations(fServerAddress);<br><br>2008.05.12 RTSPClient.cpp line 983 :<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; subsession.setDestinations(subsession.connectionEndpointAddress());<br><br><br>And when I change this line in 2008.05.12 to be like in 2008.04.02 version, it works !<br><br>So I looked at fServerAddress value and subsession.connectionEndpointAddress() return value in 2008.05.12, and in my case the first one is valid, and the second one is "0"<br><br>Don't know why this was change ?<br><br /><hr />Connect to the next generation of MSN Messenger   <a href='http://imagine-msn.com/messenger/launch80/default.aspx?locale=en-us&source=wlmailtagline' target='_new'>Get it now! </a></body>
</html>