Re: [Live-devel] [External] Re: Latency increased for low fps source when multiple session created in same server for different source (Renish Tala)

2018-05-16 Thread Renish Tala
Hi, My code is working fine with single source but if I add another source then latency is increasing for another source and first source is working fine. we have overridden doGetNextFrame as below. void LiveSourceWithx264::doGetNextFrame() { deliverFrame(); } Thanks & Regards, Renish T

Re: [Live-devel] Live555 library -- available as a Gradle include for Android?

2018-05-16 Thread Ross Finlayson
> I've seen a few projects obviously using the library on Android devices > (since the user agent string is being tagged) but cannot find a pre-built > library. > > Is there one available? No, not from us at least. Pretty much everyone builds the libraries from source code, as described here

[Live-devel] Live555 library -- available as a Gradle include for Android?

2018-05-16 Thread Karl Denninger
I've seen a few projects obviously using the library on Android devices (since the user agent string is being tagged) but cannot find a pre-built library. Is there one available?  I didn't see anything in the FAQ on this subject either... Thanks in advance. -- Karl Denninger k...@denninger.net

Re: [Live-devel] Latency increased for low fps source when multiple session created in same server for different source (Renish Tala)

2018-05-16 Thread Weber, Patrick
I'm using the Live555 API for my RTSP server, and have not experienced this issue. I have several sources with varying frame rates between 8 and 30fps running on the same server. I'm triggering Live555 whenever a packet is available from the encoder, and have yet to experience the "not ready for

[Live-devel] Latency increased for low fps source when multiple session created in same server for different source

2018-05-16 Thread Renish Tala
Hello, I am developing RTSP server application using Live555 mediaServer. I am getting latency getting increased for low frame rate camera when two camera played simultaneously on VLC. I am receiving video feed from IP camera and using Live555 deliver to client application and also doing rec