kaltura / mwEmbed

Kaltura's Cross Platform Video Player ToolKit
http://player.kaltura.com
GNU Affero General Public License v3.0
210 stars 137 forks source link

fix(FEC-12183): chapter and slides have wrong thumbnails #4264

Closed lianbenjamin closed 2 years ago

lianbenjamin commented 2 years ago

the issue: chapters show wrong thumbnail. when clicking on a thumbnail, we jump to a point in the video where the thumbnail is different from the chapter's thumbnail.

root cause: player is doing parseInt to time/1000, therefore, the time is less accurate (i.e. 118.123 becomes 118). in V7 we send time/1000 w/o parsing it to int or changing the value.

solution: remove parseInt and leave the time value as accurate as it can be.

Solves FEC-12183

PlaykitJs-Bot commented 2 years ago

Live Pull Request Urls