Re: [Live-devel] Video frames distorted in Live555 Proxy Server - how to fix

2020-12-15 Thread Ross Finlayson
For some reason, drive.google.com wouldn’t let me download (or play directly) your two videos. However, the key point is here: > And, this particular behaviour is observed when there is more than one client > connected to the Proxy server. If there is only one client, the video runs > smoothly

Re: [Live-devel] Video frames distorted in Live555 Proxy Server - how to fix

2020-12-15 Thread Sourav Batabyal
Hello Ross, Thank you very much for your prompt response. Well, as per your suggestion, I tried the following - 1. Started the ProxyServer in -V mode - No error was seen.2.  Increased the value of OutPacketBuffer::maxSize to 100. - The distortion was still occurring. I have noticed a significan

Re: [Live-devel] [PATCH] Register response callback prior sending RTSP command

2020-12-15 Thread Ross Finlayson
> On Dec 15, 2020, at 9:21 PM, Lionel Koenig wrote: > > I just wanted to clarify the use case here: In our application, the end user > decides when to SETUP and PLAY the stream which is presented to her/him after > the DESCRIBE succeeded. It is also the end user deciding whenever to TEARDOWN

Re: [Live-devel] [PATCH] Register response callback prior sending RTSP command

2020-12-15 Thread Lionel Koenig
Hi Ross, I completely understand your position. I just wanted to clarify the use case here: In our application, the end user decides when to SETUP and PLAY the stream which is presented to her/him after the DESCRIBE succeeded. It is also the end user deciding whenever to TEARDOWN the stream. Usuall