awslabs / amplify-video

An open source Category Plugin for the AWS Amplify-CLI that makes it easy to deploy live and file based streaming video services and integrate them into your Amplify applications.
https://www.npmjs.com/package/amplify-category-video
Apache License 2.0
267 stars 56 forks source link

Generate and setup video player on the fly with the CLI #218

Closed nathanagez closed 3 years ago

nathanagez commented 3 years ago

Is your feature request related to a problem? Please describe. We want to provide users a ready to go video player depending of the project settings, framework, video services used (IVS, VoD...).

Describe the solution you'd like Add a new command to the amplify-video CLI setup-player In the future this command will move to the PrePush hook.

Supported frameworks:

For the moment 1 type of video player will be implemented (video.js) The video player will be generated from a .ejs template depending of the project settings.