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-11402): preview does not work - fix y position #471

Merged
merged 2 commits into from
Jul 23, 2021

Conversation

RoyBregman
Copy link
Contributor

Description of the Changes

In continue to #466 and due to some old configuration deployed to QA env which causes the thumbnail of being created by FFMPEG and not the packager, height is miscalculated by 1 pixel due to rounding differences.
Y position in Kaltura thumbnail should be 0 anyway - this is more correct and still shows the thumbnail even if there is some mismatch in the height

solves FEC-11402

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

@RoyBregman RoyBregman merged commit 2d79e57 into master Jul 23, 2021
@RoyBregman RoyBregman deleted the FEC-11402-preview-image-reopen branch July 23, 2021 10:58
RoyBregman added a commit that referenced this pull request Jul 27, 2021
…height (#473)

Following #466, #471, #472 - code was refactored so image thumb height is taken from real image sprite. This overrides all issues regarding height miscalculations and the need for videoHeight (which is missing when casting)
In addition kaltura player was passed to ThumbsManager instead of core player to fix preview image when casting as the duration when casting needs to come from cast player and not the core one.
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.

2 participants