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-14071): thumbnail requests append height, width, ks too many times #243

Merged
merged 3 commits into from
Aug 11, 2024

Conversation

lianbenjamin
Copy link
Contributor

Description of the Changes

bugfix

Issue:
when building poster and sprite URLs, we are using the poster as the base url and then appending params to it (height, width, ks). But, when poster has already been manipulated and we try to build it again, we re-append the params.

Fix:
add a new field to the media config sources object, named rawThumbnailUrl which holds the raw url and can be used as the base url when building poster and sprite, instead of using the (manipulated) poster.

related PR: kaltura/kaltura-player-js#830

Resolves FEC-14071

@lianbenjamin lianbenjamin merged commit 932a336 into master Aug 11, 2024
11 checks passed
@lianbenjamin lianbenjamin deleted the FEC-14071 branch August 11, 2024 11:53
lianbenjamin added a commit to kaltura/kaltura-player-js that referenced this pull request Aug 11, 2024
…times (#830)

### Description of the Changes

bugfix

**Issue:**
when building `poster` and `sprite` URLs, we are using the `poster` as
the base url and then appending params to it (height, width, ks). But,
when poster has already been manipulated and we try to build it again,
we re-append the params.

**Fix:**
use `rawThumbnailUrl` as the base url to build the urls.

related PR: kaltura/playkit-js-providers#243

#### Resolves FEC-14071
lianbenjamin added a commit to kaltura/playkit-js-related that referenced this pull request Aug 11, 2024
…times (#67)

### Description of the Changes

align related with changes in `updateKalturaPoster` API.

**related PRs:**
kaltura/playkit-js-providers#243
kaltura/kaltura-player-js#830

### CheckLists

- [ ] changes have been done against master branch, and PR does not
conflict
- [ ] new unit / functional tests have been added (whenever applicable)
- [ ] test are passing in local environment
- [ ] Travis tests are passing (or test results are not worse than on
master branch :))
- [ ] Docs have been updated
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