Skip to content

Commit

Permalink
fix(FEC-13878): enable hls worker (#218)
Browse files Browse the repository at this point in the history
### Description of the Changes

**the issue:**
hls worker is not working.

**solution:**
remove configuration that disabled the worker.

**related PR:** kaltura/kaltura-player-js#776

#### Resolves FEC-13878
  • Loading branch information
lianbenjamin authored May 21, 2024
1 parent 2394700 commit 601c667
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/default-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
},
"hlsConfig": {
"fragLoadingMaxRetry": 4,
"maxMaxBufferLength": 60,
"enableWorker": false
"maxMaxBufferLength": 60
},
"network": {}
}

0 comments on commit 601c667

Please sign in to comment.