> 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
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
> 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
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