Skip to content
This repository has been archived by the owner on Oct 20, 2021. It is now read-only.

MovingImage24/gh_mi-angular-bitdash-player

Repository files navigation

This repository is deprecated!

The relevant repository can be found here mi-angular-bitdash-player

Bitdash-Player of bitmovin for Angular

GitHub version npm version npm downloads Build Status Coverage Status dependency Status devDependency Status License

Bitdash-Player of bitmovin for AngularJS 1

A customizable Bitdash-Player for AngularJS apps.

Installation

Install with npm

$ npm i mi-angular-bitdash-player --save

Usage

... coming soon ...

Tests

Trigger unit test with npm

$ npm run test

Travis and npmjs

Every push will trigger a test run at travis-ci (node.js-versions: >= 7.0).

... coming soon ...

In case of a tagged version and success (node.js 7.0) an automated pbulish to npmjs.org will be triggered by travis-ci.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

update player-ui

  1. clone https://github.com/MattDoddsMI/bitmovin-player-ui repository and build it
  2. copy the content from bitmovin-player-ui/src/ts to mi-angular-bitdash-player/lib/uimanager
  3. add (window as any).bitmovin.playerui = playerui; in mi-angular-bitdash-player/lib/uimanager/main.ts
  4. run npm run build

links

License

This library is under the MIT license.