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 #830

Merged
merged 6 commits into from
Aug 11, 2024

Conversation

lianbenjamin
Copy link
Contributor

@lianbenjamin lianbenjamin commented Jul 29, 2024

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

tests/e2e/ovp/poster.spec.js Outdated Show resolved Hide resolved
src/ovp/poster.ts Outdated Show resolved Hide resolved
lianbenjamin added a commit to kaltura/playkit-js-providers that referenced this pull request Aug 11, 2024
…times (#243)

### 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 72a6858 into master Aug 11, 2024
11 checks passed
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