ember-cli-videojs-record

1.0.9 • Public • Published

Ember Observer Score Build Status Coverage Status NPM Version NPM Downloads Dependency Status DevDependency Status Greenkeeper

ember-cli-videojs-record

Simple Wrapper around VideoJS Record.

This provides a service that can be used to record, play, and export video, audio, screenshare as a webm file, blob, or base64 string.

DEMO

Installation

ember install ember-cli-videojs-record

Usage

import Route from '@ember/routing/route';
 
export default Route.extend({
    actions: {
        onFinished(player, media) {
            console.log(player, media); // eslint-disable-line
        }
    }
});
{{videojs-record
  pip=pip
  audio=audio
  video=video
  image=image
  screen=screen
  animation=animation
  maxLength=maxLength
  onFinished=(route-action "onFinished")
}}

Contributing

See the Contributing guide for details.

License

This project is licensed under the MIT License.

Package Sidebar

Install

npm i ember-cli-videojs-record

Weekly Downloads

6

Version

1.0.9

License

MIT

Unpacked Size

13.6 kB

Total Files

11

Last publish

Collaborators

  • devotox