-
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 params 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 params 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 repush the CloudFormation dependancies to the S3.
Command to push a specific video project.
Command to return the CloudFormation outputs.
Create and import a pre-configured profile into OBS for Live Streaming into your Video resource. This only works with Live Streaming resources.
Command to remove a project that you have made.
To remove from the cloud you must run amplify video push
or amplify push