This ember-cli addon is the fastest way to add the Plyr.js HTML5 media component to your Ember projects.

ember addon:install ember-cli-plyr
{{video-plyr
mp4="//cdn.selz.com/plyr/1.0/movie.mp4"
webm="//cdn.selz.com/plyr/1.0/movie.webm"
poster="//cdn.selz.com/plyr/1.0/poster.jpg"
captions="//cdn.selz.com/plyr/1.0/movie_captions_en.vtt"
}}
{{audio-plyr
mp3="//cdn.selz.com/plyr/1.0/logistics-96-sample.mp3"
ogg="//cdn.selz.com/plyr/1.0/logistics-96-sample.ogg"
}}
The MIT license.