Re: [Live-devel] Using RTP/RTCP over TCP, sendDataOverTCP retry

2015-07-19 Thread Erik Oomen
> Op 19 jul. 2015 om 23:08 heeft Ross Finlayson het > volgende geschreven: > >> No, not quite. From image quality point of view I’m not satisfied, just >> dropping datagrams is bad for inter frame video protocols (H264), it hurts >> image quality badly. > > Tough shit. Your stream is exce

Re: [Live-devel] Using RTP/RTCP over TCP, sendDataOverTCP retry

2015-07-19 Thread Ross Finlayson
> No, not quite. From image quality point of view I’m not satisfied, just > dropping datagrams is bad for inter frame video protocols (H264), it hurts > image quality badly. Tough shit. Your stream is exceeding the capacity of your network. If this is a permanent condition then the only alte

Re: [Live-devel] Using RTP/RTCP over TCP, sendDataOverTCP retry

2015-07-19 Thread Erik Oomen
> Actually, I think you’ve discovered a bug in the code here. That “if” > condition (in “RTPInterface.cpp”, line 379) should probably be changed to > } else if (sendResult < 0 && envir().getErrno() != EAGAIN) { > because the intent of this code was to stop using the socket only if it has >