Re: [Live-devel] BUGS in rtsp interleaved

2020-01-23 Thread Cihan Kömeçoğlu
Hi Ross, Thanks for help and I solved the problem. The reason of problem is that RTPINTERFACE_BLOCKING_WRITE_TIMEOUT_MS value is not high enough and it causes failure send function in sendDataOverTCP.  Probably the root reason is poor network quality. Thanks again Sincerely. On 22.01.2020

Re: [Live-devel] BUGS in rtsp interleaved

2020-01-23 Thread Ross Finlayson
> On Jan 23, 2020, at 1:32 AM, Cihan Kömeçoğlu wrote: > > Hi Ross, > > Thanks for help and I solved the problem. The reason of problem is that > RTPINTERFACE_BLOCKING_WRITE_TIMEOUT_MS value is not high enough and it causes > failure send function in sendDataOverTCP. Probably the root reason

Re: [Live-devel] BUGS in rtsp interleaved

2020-01-23 Thread Cihan Kömeçoğlu
Hi Ross, Yes as you said , there is a firewall and nat between client and server. thats why I have to use TCP. I will increase send buffer size also and thinking to change sendTCP function to not fail even sendbuffer is full. On 23.01.2020 16:29, Ross Finlayson wrote: On Jan 23, 2020, a

Re: [Live-devel] BUGS in rtsp interleaved

2020-01-23 Thread Ross Finlayson
> On Jan 23, 2020, at 6:58 AM, Cihan Kömeçoğlu wrote: > > Hi Ross, > > Yes as you said , there is a firewall and nat between client and server. > thats why I have to use TCP. > > I will increase send buffer size also and thinking to change sendTCP function > to not fail even sendbuffer is f

[Live-devel] Broken RTSP source sometime lead to handler not being called

2020-01-23 Thread Alexander Tumarov
I meet some problem with detecting that stream is broken. The path it takes is like this: It may be the case that connection is pending or while in connected state the command is send (write in sendRequest succeed) but reply is never arrived (RTSP source is overloaded for example). Is there any

Re: [Live-devel] Broken RTSP source sometime lead to handler not being called

2020-01-23 Thread Ross Finlayson
You’re going to have to be a lot more specific. How are you using our software? Are you using it as a RTSP client, a RTSP server, a RTSP proxy server, or in some other way? And are you using one of our suppled applications, or are you referring to an application that you have written yourself

Re: [Live-devel] BUGS in rtsp interleaved

2020-01-23 Thread Cihan Kömeçoğlu
I understand you no problem. I will handle it. Maybe I could not clarify myself enough. Thanks for your help. On 23.01.2020 18:07, Ross Finlayson wrote: On Jan 23, 2020, at 6:58 AM, Cihan Kömeçoğlu wrote: Hi Ross, Yes as you said , there is a firewall and nat between client and server. t