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

feat(FEC-11761): expose stream timed metadata - phase 2 #52

Merged
merged 4 commits into from
Jan 12, 2022
Merged

Conversation

yairans
Copy link
Contributor

@yairans yairans commented Jan 9, 2022

use CuePoint from TIMED_METADATA_CHANGE instead of VttCue from TIMED_METADATA

Depends on kaltura/kaltura-player-js#512

Deleted and pushed by #53

@yairans yairans self-assigned this Jan 9, 2022
Copy link
Collaborator

@semarche-kaltura semarche-kaltura left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's remove TODO that become outdated after your changes.
Except it PR LGTM

@@ -64,16 +53,16 @@ export class ImageSyncManager {
this._imagePlayer.preLoadImages();
};

private _onTimedMetadata = () => {
private _onTimedMetadataChange = ({payload}: TimedMetadata) => {
// TODO: use single "metadata" TextTrack once cue-point manager become use it
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's remove the TODO cause active cue-points already comes from payload of TIMED_METADATA_CHANGE event

@yairans yairans merged commit b2f909a into master Jan 12, 2022
@yairans yairans deleted the FEC-11761 branch January 12, 2022 13:50
@yairans yairans restored the FEC-11761 branch January 12, 2022 13:54
@yairans yairans deleted the FEC-11761 branch January 12, 2022 13:55
@yairans yairans restored the FEC-11761 branch January 12, 2022 13:55
yairans added a commit to kaltura/kaltura-player-js that referenced this pull request Jan 12, 2022
use `TimedMetadata` from core
Change cuePointManager API's to use `TimedMetadata` instead of `VttCue`

Solves FEC-11761

Depends on kaltura/playkit-js#623

Breaking Change for - 
kaltura/playkit-js-dual-screen#52
kaltura/playkit-js-kaltura-cuepoints#15
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