>I found what makes it work for me:
>
>If in the following piece of code I call readSocket WITHOUT the 
>timeout parameter everything works fine again ....

Ah, you've discovered a bug in the code.

Instead of omitting the "&timeout" parameter, change the line
        struct timeval timeout;
to
        struct timeval timeout; timeout.tv_sec = 0; timeout.tv_usec = 0;

That should fix your problem.

I have now installed a new version of the code that includes this fix.

If you're having problems with RTP-over-TCP(or HTTP) streaming, then 
you should upgrade to the latest version.
-- 

Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to