[Live-devel] WinCE select issue

Jeff Furlong jlfurlong at hotmail.com
Wed Mar 21 05:27:42 PDT 2007


Thanks Ross, you were right.  For some reason the scheduleDelayTask is never getting called.  
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.  Any thoughts/ideas on what you think is happening would be greatly appreciated.
 
Thanks,
Jeff



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


More information about the live-devel mailing list