CLI Reference
#
UsageTo use this plugin you just need to configure a project using amplify init
.
Note: If you aren't developing a mobile or web app then it doesn't matter what language you choose.
#
amplify video addCommand to configure the parameters for setting up a Video resource. The resource can be either for Live Streaming or Video-on-Demand.
Run amplify video push
or amplify push
to create the resources in the cloud.
#
amplify video updateCommand to update your parameters for your video setup.
#
amplify video startCommand to start your video stream. This only works with Live Streaming resources.
#
amplify video stopCommand to stop your video stream. This only works with Live Streaming resources.
#
amplify video buildCommand to rebuild the entire CloudFormation stack in the Build/ folder. Do this if zipping fails.
#
amplify video pushCommand to push a specific video project.
#
amplify video get-infoCommand to return the CloudFormation outputs and to regenerate aws-video-exports
file.
#
amplify video setup-obsCreate and import a pre-configured profile into OBS for Live Streaming into your Video resource. This only works with Live Streaming resources. If this command fails it will place the OBS folder inside your project which you can use the OBS import functionality.
#
amplify video setup-video-playerCreate and import a pre-configured video player inside your project source directory. It supports React, Vue, Ionic, Angular, Ember. For more information about video player code generation, click here.
#
amplify video removeCommand to remove a project that you have made.
To remove from the cloud you must run amplify video push
or amplify push