React Native - Target Latency and Additional Live settings support

Hi Team,

We are using React Native SDK for our application. We use CMAF LL-HLS to deliver our streams. we would like to tweak the Target Latency, but can’t find the option on SDK documentation.

We would like to test similar configuration to these:

tweaks: {
        RESTART_THRESHOLD: 0.2,
        RESTART_THRESHOLD_DELTA: 0.05,
        STARTUP_THRESHOLD: 0.2,
        STARTUP_THRESHOLD_DELTA: 0.05,
        END_OF_BUFFER_TOLERANCE: 0.05,
        LIVE_EDGE_DISTANCE: 0.5,
        LOW_LATENCY_BUFFER_GUARD: 0.8,
        CHUNKED_CMAF_STREAMING: true,
    },
    live: {
        lowLatency: {
            targetLatency: 3,
            catchup: {
                playbackRateThreshold: 0.075,
                seekThreshold: 5,
                playbackRate: 1.2,
            },
            fallback: {
                playbackRateThreshold: 0.075,
                seekThreshold: 5,
                playbackRate: 0.95,
            },
        },

Hi @jorge,

Welcome in the community and thank you for your contribution!

While the React Native SDK and the underlying native iOS & Android Player SDKs can support Low Latency streams, they don’t offer settings to adjust the target latency and other parameters.
Adding more options to our iOS & Android Player SDKs is on our roadmap, and once done it can be added fairly easily also to our React Native SDK.

Best,
Daniel