Re: [Live-devel] Stuck in singlestep

2012-09-11 Thread Ross Finlayson
> I agree It seems unlikely that it would be stuck in recvfrom() following a > successful select, but it does. Well, if the "makeSocketNonBlocking()" function ("groupsock/GroupsockHelper.cpp", line 171) - which is called for all RTP/RTCP and RTSP sockets - is not working for you, then you're go

Re: [Live-devel] Stuck in singlestep

2012-09-11 Thread Jeff Shanab
I agree It seems unlikely that it would be stuck in recvfrom() following a successful select, but it does. I have proven this with debugging. I checked the windows docs and if the flags are not set correctly on socket creation, the default will block forever. I am looking for where this socket

Re: [Live-devel] Stuck in singlestep

2012-09-11 Thread Ross Finlayson
> I have a problem with pulling RTSP streams that needs to be reliable. If the > stream stops I have a watchdog that times out after 5 seconds and changes my > watch variable so the event loop in basic task scheduler will exit. > > The problem is in one edge case, I have debugged found that the

[Live-devel] Stuck in singlestep

2012-09-11 Thread Jeff Shanab
I have a problem with pulling RTSP streams that needs to be reliable. If the stream stops I have a watchdog that times out after 5 seconds and changes my watch variable so the event loop in basic task scheduler will exit. The problem is in one edge case, I have debugged found that the flag is n