-
Notifications
You must be signed in to change notification settings - Fork 56
CLI Reference
To 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.
Command 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.
Command to update your parameters for your video setup.
Command to start your video stream. This only works with Live Streaming resources.
Command to stop your video stream. This only works with Live Streaming resources.
Command to rebuild the entire CloudFormation stack in the Build/ folder. Do this if zipping fails.
Command to push a specific video project.
Command to return the CloudFormation outputs and to regenerate aws-video-exports
file.
Create 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.
Create 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.
Command to remove a project that you have made.
To remove from the cloud you must run amplify video push
or amplify push