Welcome to the first 3rd party plugin for Amplify that supports setting up AWS Video Services.
To get started with installing make sure you have installed the Amplify CLI.
Please refer to the getting started guide on their Github repo.
After installing the official CLI you now have to install this on your local machine. Their are two methods for doing this.
npm i amplify-category-video -g
- Clone this repo onto your local machine
- Open the terminal and navigate to the repo you just cloned
- Run this command:
npm install -g
To use this plugin you just need to configure a project using amplify init.
Note: If you aren't developing a mobile/web app then it doesn't matter what language you choose.
Command to configure the params for setting up a livestream. 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
Command to stop your video stream
Command to repush the CloudFormation dependancies to the S3.
Command to push a specific video project.
Command to return the CloudFormation outputs.
Command to remove a project that you have made. To remove from the cloud you must run amplify livestream push or amplify push
This library is licensed under the Apache 2.0 License.