Re: [Live-devel] Possible bug in RTPInterface::sendDataOverTCP

2014-09-19 Thread Sergey Lvov via live-devel
--- Begin Message --- Thank you very much for detailed explanation. Probably increasing of the send buffer (SO_SNDBUF) can help, it's value depends on estimatedBitrate from RTPSink: if (rtpSink != NULL && rtpSink->estimatedBitrate() > 0) streamBitrate = rtpSink->estimatedBitrate(); if (rtpGroup

[Live-devel] Possible bug in RTPInterface::sendDataOverTCP

2014-09-18 Thread Sergey Lvov via live-devel
--- Begin Message --- Hallo everybody! I discovered strange disconnections when I used streaming over TCP. I recompiled live555 library with -DDEBUG and -DDEBUG_SEND and saw some diagnostic: sendRTPorRTCPPacketOverTCP: 1448 bytes over channel 0 (socket 7) sendDataOverTCP: resending 795-byte send