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-10057): move the plugin manager to kaltura player #41

Merged
merged 9 commits into from
Aug 5, 2020

Conversation

yairans
Copy link
Contributor

@yairans yairans commented Jul 27, 2020

Description of the Changes

import the plugin infra and types from kaltura-player
Depends on kaltura/kaltura-player-js#332

Another fix for (FEC-9333) because the current fix relies on PLAYBACK_ENDED which is irrelevant for playkit anymore

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 yairans requested a review from a team July 27, 2020 16:20
@yairans yairans self-assigned this Jul 27, 2020
@yairans yairans closed this Jul 27, 2020
@yairans yairans reopened this Jul 27, 2020
yairans added a commit to kaltura/playkit-js that referenced this pull request Aug 5, 2020
* Remove plugin management:
   - `PluginManager` and `BasePlugin`
   - plugin types and interfaces:
   `PKPluginsConfigObject `, `IMiddlewareProvider`, `IPlugin`and `IUIComponentsProvider `
 
* Remove ads management:
   - `Ad` and `adBreak`
   - `AdsController` and `ControllerProvider`
   - ad types and interfaces:
   `PKAdBreakObject`, `PKAdPod`, `PKAdObject`, `PKAdvertisingConfigObject`, `IAdsController`, `IAdsControllerProvider` and `IAdsPluginController`
   - advertising and waterfalling management

* Remove `PKUIComponent` and `IUIComponentsProvider`

* Expose `EngineDecorator` registry and  the `playbackMiddleware` 
* Remove the VR plugin API

* Remove `PLAYBACK_START` and `PLAYBACK_ENDED` firing and handling:
    - The [fix](#405) of [FEC-9333](https://kaltura.atlassian.net/browse/FEC-9333) moved to kaltura/playkit-js-ima-dai#41
    - The [fix](#440) of [FEC-9534](https://kaltura.atlassian.net/browse/FEC-9534) has been changed to use the `IDLE `state

Solves FEC-10057

Related to kaltura/kaltura-player-js#332
@yairans yairans merged commit 3380a69 into master Aug 5, 2020
@yairans yairans deleted the FEC-10057 branch August 5, 2020 14:52
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.

1 participant