How to achieve low latency in Mobile Player SDK

VXG Mobile Player SDK is optimized for achieving the lowest possible latency as it uses RTMP protocol. There are several parameters that help to reach the balance between low latency and smooth user experience without buffering.

The recommended parameters for low latency are:

ConnectionDetectionTime (Probing time to detect video and audio formats of network stream) = 1000 ms

ConnectionBufferingTime (Buffering on playback start to avoid network jitter) = 500 ms (can even be 0 ms if the network is good)

Learn more about latency & buffering control in the documentation - https://github.com/VideoExpertsGroup/VXG.Media.SDK.Android/blob/master/Documentation/Android.PlayerSDK.md#buffering-mode