Change Log
It is not recommended to specify the player version when you are
embedding. We recommend just using v2
so that your embed code gets
updated to the latest version automatically. If you want the player script to
not change for any reason, you can specify an exact player version.
All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
2.4.16 - 2023-10-24
Most of these changes were made before 2.4.16 but those versions were not added to this changelog. Below are all the major changes since 2.2.3.
-
Added
- Chromecast and Airplay support added
- Quality selection now available for Fairplay-enabled videos on iOS and Safari.
- Chapters added with an updated design
- Ability to conserve volume, quality, caption language and speed across sessions if opted-in.
- Tooltip added to controls buttons
- Support looping videos
- Continue to display poster image if only audio track
-
Fixed
- Fixed the issues related to grid layout of the bottom controls on Firefox
- Added browser functionality checks to show better error messages on older browsers
- Better layout when width is not available on mobile devices or smaller containers.
- Support for changing the text size of captions
- Improved performance of captions search
- Fixed overflow of captions in some layouts
- Improved watermark on vertical videos and support unicode characters
- Ignore first and last small fraction of the video for resume watching.
- Fixed native captions when iOS playing in full-screen
- Improved initial player load times and visibility of poster image
[2.2.3] - 2022-11-03
- Added new URL parameter for the video auto looping.
- Fixed
smaller font-size
of captions on full-screen/big-screen mode.
[2.2.2] - 2022-10-12
-
Added dedicated Tap-to-Unmute button for autoplay.
-
Added new API's
-
Changed
setCaptionLanguage
method param
now method accept both param{id: number}
-or-langCode: string
use the{id: number}
if one or more captions share same lang code. -
captions are by default will OFF, if none of the caption in dashboard has been selected default or there is no
ccLanguage
is provided in url param. -
Fixed Popover mode is working now.
-
Fixed playback rate is now limited to minimum .25x and maximum 2.5x
[2.1.0] - 2022-07-22
- Added new function
getInstance()
for accessing API - Fixed display of posters on Safari browser
- Callback support when player API script is loaded
onVdoPlayerV2APIReady()
[2.0.1] - 2022-07-08
Rewritten video player with the objective of
- making a much lightweight video player
- making it friendly to small screen touch devices
- keeping the CSS conflicts with containing website to a minimum
- enabling video features and constraints of modern web browsers
- keeping it extensible and future-proof to make a solid foundation for new & exciting features.