GlassCast
GlassCast copied to clipboard
How can we reduce lag in streaming?
Is there any way to reduce lag in streaming? I am using Util.createRTMPpSessionConfig() method.
I would like to know about this too. Is there any solution for this yet?
~~In RTMP mode frames are shuttled across the network as soon as they're available. The delay is generally introduced by the RTMP server backend.~~ It seems there are ways to tune the FFmpeg client to reduce latency. I don't have much time for this project at the moment, but perhaps we can investigate some possible changes to the FFmpeg client configuration.
In my testing (with nginx-rtmp), Kickslip's delay is around 4 seconds.
With the project how it is delivered I have about 40 seconds delay. I don't have a lot of knowledge about the subject to mess around with it tbh
Is nginx the server backend in kickflip? What is the current backend if not?
On Wed, Mar 18, 2015 at 5:27 AM, Maiko Hermans [email protected] wrote:
With the project how it is delivered I have about 40 seconds delay. I don't have a lot of knowledge about the subject to mess around with it tbh
— Reply to this email directly or view it on GitHub https://github.com/OnlyInAmerica/GlassCast/issues/2#issuecomment-82846509 .