<html>
<head>
<style>
P
{
margin:0px;
padding:0px
}
body
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body>Thanks Ross, you were right.&nbsp; For some reason the scheduleDelayTask is never getting called.&nbsp; <BR>
I built a test app that just reads a file and multicasts the video over UDP, and I'm getting the same result - I'm in the process of trying to narrow down where the problem is occurring.&nbsp; Any thoughts/ideas on what you think is happening would be greatly appreciated.<BR>
&nbsp;<BR>
Thanks,<BR>
Jeff<BR><BR><BR>

<HR id=stopSpelling>
<BR>
&gt; Date: Tue, 20 Mar 2007 19:26:14 +0100<BR>&gt; To: live-devel@ns.live555.com<BR>&gt; From: finlayson@live555.com<BR>&gt; Subject: Re: [Live-devel] WinCE select issue<BR>&gt; <BR>&gt; &gt;I have a version built and running on a wince device which will <BR>&gt; &gt;accept rtsp requests from other devices. In this case I'm using raw <BR>&gt; &gt;udp as the video transport. The rtsp handshaking works fine, but as <BR>&gt; &gt;soon as the PLAY command is received, the server attempts to send <BR>&gt; &gt;out the video over UDP and the select() method in the <BR>&gt; &gt;BasicTaskScheduler exits with an error code WSAEINVAL. I've noticed <BR>&gt; &gt;the comment about windows which required a dummy readable socket, so <BR>&gt; &gt;I tried this for WinCE. Now, after it creates the dummy socket it <BR>&gt; &gt;never returns from the select() command.<BR>&gt; <BR>&gt; Until your server receives another RTSP command, the only way you'll <BR>&gt; return from select() is with a timeout, specifying some delayed task <BR>&gt; that needs to be performed. If you are streaming your UDP data <BR>&gt; properly, this delayed task will have been generated by the call to <BR>&gt; "scheduleDelayedTask\" - in "BasicUDPSink.cpp", line 94.<BR>&gt; <BR>&gt; I suggest checking whether the call to "scheduleDelayedTask()" in in <BR>&gt; "BasicUDPSink.cpp", line 94 is actually occurring, and, if so, <BR>&gt; whether "uSecondsToGo" has a reasonable value.<BR>&gt; -- <BR>&gt; <BR>&gt; Ross Finlayson<BR>&gt; Live Networks, Inc.<BR>&gt; http://www.live555.com/<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></body>
</html>