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
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
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
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
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
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
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