From 40dc28af32189498e7dae4d1d97ed4a5e336a267 Mon Sep 17 00:00:00 2001 From: Yair Ansbacher Date: Tue, 1 Mar 2022 16:53:35 +0200 Subject: [PATCH] docs(FEC-12000): lowLatencyMode is false by default in samrt TV (#643) update the doc Solves FEC-12000 --- docs/configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index a02eb9caf..67654de18 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -1052,7 +1052,7 @@ var config = { > ```js > { > forceBreakStall: false, -> lowLatencyMode: true +> lowLatencyMode: true // false in smart TV > } > ``` > @@ -1072,7 +1072,7 @@ var config = { > > > > ##### Type: `boolean` > > -> > ##### Default: `true` +> > ##### Default: `true`. `false` in smart TV due to an issue in dash on samsung. > > > > ##### Description: Enable low latency streaming mode