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): enable hls worker #218

Merged
merged 2 commits into from
May 21, 2024
Merged

fix(FEC-13878): enable hls worker #218

merged 2 commits into from
May 21, 2024

Conversation

lianbenjamin
Copy link
Contributor

@lianbenjamin lianbenjamin commented 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

lianbenjamin added a commit to kaltura/kaltura-player-js that referenced this pull request 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](https://github.com/kaltura/playkit-js-hls/pull/212/files)); 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
@lianbenjamin lianbenjamin merged commit 601c667 into master May 21, 2024
11 checks passed
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.

3 participants