Re: [Live-devel] Slow connection problem with RTP over RTSP/TCP

2009-11-19 Thread Ross Finlayson
Question: does Live555 provide a feedback mechanisms for loss, jitter, etc. (basically some way of getting the RTCP stats) so I can tweak the encoder in real-time to fit network conditions? Yes - note the classes "RTPTransmissionStatsDB" and "RTPTransmissionStats", defined in "liveMedia/includ

Re: [Live-devel] Slow connection problem with RTP over RTSP/TCP

2009-11-19 Thread Jeremy Noring
On Thu, Nov 19, 2009 at 2:31 AM, Ross Finlayson wrote: > And if the server can detect that the network is to slow or congested to >> send all of the requested data (by detecting that the network buffers in the >> OS are full) make an attempt to intelligently send enough data to provide a >> workin

Re: [Live-devel] Slow connection problem with RTP over RTSP/TCP

2009-11-19 Thread Ross Finlayson
And if the server can detect that the network is to slow or congested to send all of the requested data (by detecting that the network buffers in the OS are full) make an attempt to intelligently send enough data to provide a working, all be it degraded, experience to the client rather than jus

[Live-devel] Slow connection problem with RTP over RTSP/TCP

2009-11-19 Thread mproxi
>No, this is nonsense. TCP is intended to be a reliable >byte-stream protocol; it's the job of the operating system's >TCP implementation - not application-level code (such as >LIVE555) - to provide reliable delivery. Yes it is true, but problem is that LIVE is loosing the data, not the OS. L