Re: [Live-devel] Closing remote server socket(source) when close detected from remote.

2017-01-06 Thread Heena Sirwani
ndled here. Am I missing something? -Heena On 6 January 2017 at 14:12, Heena Sirwani wrote: > Hi, > > We are currently facing a socket descriptor leak for the source through > which we stream using live555 as proxy. I was looking for a location where > sockets are closed for the s

[Live-devel] Closing remote server socket(source) when close detected from remote.

2017-01-06 Thread Heena Sirwani
Hi, We are currently facing a socket descriptor leak for the source through which we stream using live555 as proxy. I was looking for a location where sockets are closed for the source. I looked into the networkReadHandler callback to check if we close sockets if readSocket returns -1(for bytesRea

Re: [Live-devel] Hit limit on receiving incoming packet over TCP(increase maxRTCPPacketSize)

2016-10-21 Thread Heena Sirwani
​ Oct18-15-39 <https://drive.google.com/a/gslab.com/file/d/0B57wUF9C377VNllyRHNKSUhTUU0/view?usp=drive_web> ​ -Heena On 21 October 2016 at 17:30, Heena Sirwani wrote: > Hi All, > > I keep encountering the error in my proxy server: > "Hit limit on receiving incoming p

[Live-devel] Fwd: Hit limit on receiving incoming packet over TCP(increase maxRTCPPacketSize)

2016-10-21 Thread Heena Sirwani
Hi All, I keep encountering the error in my proxy server: "Hit limit on receiving incoming packet over TCP(increase maxRTCPPacketSize)" at random intervals. I have made sure that the backend stream does not send RTCP packet sizes beyond the size set at the proxy server. Yet I seem to get this err

Re: [Live-devel] Regarding Incomplete packet reads for RTCP packets in interleaved streaming(RTP/RTCP over TCP)

2016-10-05 Thread Heena Sirwani
On 30 September 2016 at 17:49, Ross Finlayson wrote: > > No I am not referring to those. I am referring to incomplete packet > reads for RTCP packets. > > Specifically where the flag "packetReadWasIncomplete" is set. > > OK, so what specifically is your question? > > The incomplete packet reads a

Re: [Live-devel] Regarding Incomplete packet reads for RTCP packets in interleaved streaming(RTP/RTCP over TCP)

2016-09-30 Thread Heena Sirwani
On 30 September 2016 at 17:13, Ross Finlayson wrote: > > We are using the Live555 streaming software for streaming Audio/Video in > one of > > applications. We use the RTP/RTCP over TCP streaming mode(interleaved > RTSP). > > We have added some logs for letting us know of incomplete packet reads

[Live-devel] Regarding Incomplete packet reads for RTCP packets in interleaved streaming(RTP/RTCP over TCP)

2016-09-30 Thread Heena Sirwani
Hi All, We are using the Live555 streaming software for streaming Audio/Video in one of applications. We use the RTP/RTCP over TCP streaming mode(interleaved RTSP). We have added some logs for letting us know of incomplete packet reads in the RTCP Instance and we see a lot of incomplete reads happ