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-11632): expose stream timed metadata #509

Merged
merged 3 commits into from
Dec 16, 2021
Merged

feat(FEC-11632): expose stream timed metadata #509

merged 3 commits into from
Dec 16, 2021

Conversation

yairans
Copy link
Contributor

@yairans yairans commented Dec 14, 2021

Description of the Changes

add a new api getTextTracks
in cue point manager use createTextTrackCue from core
change all cue point manager api's to consider all metadata tracks

Depends on kaltura/playkit-js#618
Related to kaltura/playkit-js-dash#172
Solves FEC-11632

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

yairans added a commit to kaltura/playkit-js that referenced this pull request Dec 16, 2021
add a new api `getTextTracks` to get the native video text tracks
add a new type `TextTrackCue`
add a new class `CuePoint`  
and `CuePoint.TYPE` - `EMSG` for emsg and `CUSTOM` for custom cue points
add a new function `createTextTrackCue` to create `TextTrackCue` for a `CuePoint` 

Related to kaltura/kaltura-player-js#509, kaltura/playkit-js-dash#172
Solves FEC-11632
yairans added a commit to kaltura/playkit-js-dash that referenced this pull request Dec 16, 2021
listen to shaka 'emsg' event
push the emsg detail as cue point to a metadata track for `TIMED_METADATA` to be fired in time
fired `TIMED_METADATA_ADDED` ith the cue point

Depends on kaltura/playkit-js#618
Related to kaltura/kaltura-player-js#509
Solves FEC-11632
@yairans yairans merged commit 9610316 into master Dec 16, 2021
@yairans yairans deleted the FEC-11632 branch December 16, 2021 10:35
borhandarabi pushed a commit to TasvirChi/playchi-js-dash that referenced this pull request May 14, 2024
listen to shaka 'emsg' event
push the emsg detail as cue point to a metadata track for `TIMED_METADATA` to be fired in time
fired `TIMED_METADATA_ADDED` ith the cue point

Depends on kaltura/playkit-js#618
Related to kaltura/kaltura-player-js#509
Solves FEC-11632
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