Skip to content

Commit

Permalink
docs(FEC-12000): lowLatencyMode is false by default in samrt TV (#643)
Browse files Browse the repository at this point in the history
update the doc

Solves FEC-12000
  • Loading branch information
yairans authored Mar 1, 2022
1 parent 366e381 commit 40dc28a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -1052,7 +1052,7 @@ var config = {
> ```js
> {
> forceBreakStall: false,
> lowLatencyMode: true
> lowLatencyMode: true // false in smart TV
> }
> ```
>
Expand All @@ -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
Expand Down

0 comments on commit 40dc28a

Please sign in to comment.