<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 13px;">
<div style=""> </div>
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.
<br>
<br>
The problem is in one edge case, I have debugged found that the flag is never read because I am stuck in singlestep().  So it looks like Select found data but the subsequent readfrom never returns.
<br>
<br>
This is on our favorite toy OS, Windows.<br>
<br>
Is there a way I can configure the socket for a timeout so it will return when there is no data.<br>
<br>
My live 555 is a few months old. (I will check the version and any bug repair list when I am back in the network)<br>
</div>
</body>
</html>