Skip to content
This repository was archived by the owner on Jan 26, 2023. It is now read-only.
/ rdk-aamp Public archive

Commit 5bf07e0

Browse files
author
pmaria904
committed
DELIA-56912 [Field] [DA] Increase in IP VOD and CDVR latency in 5.3p1s1
Reason for change: Made async tune config as false to fix the XRE based tune time issue. Test Procedure: Playback IPVOD and see the Tune Results metric. Risks: None Signed-off-by: Paulpandian M <[email protected]> Change-Id: I22d2956b90fc93ff377795d8b8cf29edc4430861 (cherry picked from commit 1b765ee) (cherry picked from commit 9cded81) (cherry picked from commit 0d8d2af) (cherry picked from commit eb32ba7) (cherry picked from commit e85eb74) (cherry picked from commit 8afce42) (cherry picked from commit 142c195) (cherry picked from commit 074848e)
1 parent fbaaea3 commit 5bf07e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AampConfig.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ void AampConfig::Initialize()
434434
bAampCfgValue[eAAMPConfig_NativeCCRendering].value = false;
435435
bAampCfgValue[eAAMPConfig_Subtec_subtitle].value = true;
436436
bAampCfgValue[eAAMPConfig_WebVTTNative].value = true;
437-
bAampCfgValue[eAAMPConfig_AsyncTune].value = true;
437+
bAampCfgValue[eAAMPConfig_AsyncTune].value = false;
438438
bAampCfgValue[eAAMPConfig_EnableAccessAttributes].value = true;
439439
#ifdef GST_SUBTEC_ENABLED
440440
bAampCfgValue[eAAMPConfig_GstSubtecEnabled].value = true;

0 commit comments

Comments
 (0)