playkit-js-ui
playkit-js-ui copied to clipboard
feat(FEC-13917): Add option to display media information on player before playback
trafficstars
- Added a new option to display media information on the player UI before playback/live starts.
- Updated the player UI to support showing media details (such as duration, title, description) prior to video playback.
- Enabled configuration to toggle the display of this media information via player settings.
- Dispatch product analytics event where media information is displayed during preload, prior to player playback.
- Implement Redux state tracking for source metadata so the component properly re-renders when playlist items change.
Related PR: https://github.com/kaltura/playkit-js-kava/pull/212