ember-cli-videojs-record
v1.0.9
Published
Ëmber Wrapper for Video JS Record
Downloads
19
Maintainers
Readme
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.
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.