offgrid/offgrid-video

This package is abandoned and no longer maintained. No replacement package was suggested.

Kaltura video plugin for Wordpress

Installs: 241

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Type:wordpress-plugin

v1.0.0 2015-11-18 20:54 UTC

This package is not auto-updated.

Last update: 2016-06-07 14:59:40 UTC


README

Kaltura video plugin for Wordpress

Services

The following services are dedicated to features offered by OffGrid Video

Connector

Handles the service attachment for wordpress frontend. This will attach an event to a function for service execution. It will generate the proper resource depending on the arguments provided to the attachment.

Dispatcher

Begin the process of queuing resources for the front-end. Initialize any presentation logic necessary for administration.

Presenter

Render administrative view for wp-admin. Any presentation or view logic will reside within this folder

Streamer

Build and render the resource base on a video object.

Together all services provide a separation of concern in what they are responsible for.

To Do

  • Dependency Injection (DI) would provide a solution for the lack of interface segregation and dependency inversion.
  • By consequence of DI, we can write meaningful unit tests.