Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(FEC-13878): copy the hls.worker.js file #776

Merged
merged 3 commits into from
May 21, 2024
Merged

fix(FEC-13878): copy the hls.worker.js file #776

merged 3 commits into from
May 21, 2024

Conversation

lianbenjamin
Copy link
Contributor

@lianbenjamin lianbenjamin commented May 21, 2024

Description of the Changes

the issue:
for source only entries which we don't know where are the keyframes (i.e. zoom integration), the playback get stuck after making seek several times to different positions in the playback.

solution:
after investigating the issue, seems to only be an hlsjs issue, where hls is reducing the max buffer length to a value that is lower than the fragment duration.
when setting hls enableWorker configuration to true, the issue cannot be reproduced anymore.
at some point we disabled the worker since it stopped working and generated an error to the console (see relevant PR here); in the current solution we make the worker work again by resolving the original issue of hls worker & webpak.

related PR: kaltura/playkit-js-hls#218

Resolves FEC-13878

package.json Show resolved Hide resolved
webpack.config.js Outdated Show resolved Hide resolved
webpack.config.js Show resolved Hide resolved
@lianbenjamin lianbenjamin merged commit 8c605cc into master May 21, 2024
11 checks passed
lianbenjamin added a commit to kaltura/playkit-js-hls that referenced this pull request May 21, 2024
### 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants