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

Amplify will not Push after adding Video #351

Open jcdjeff opened 1 year ago

jcdjeff commented 1 year ago

Note: If your question is regarding the AWS Amplify Console service, please log it in the official AWS Amplify Console forum

Which Category is your question related to? Amplify Video

What AWS Services are you utilizing? Amplify Video, Auth, Graphql, DataStore

Provide additional details e.g. code snippets I am able to go through the process as follows:

amplify video add ? Select from one of the below mentioned services: AWS Elemental Live Stream ? Provide a friendly name for your resource to be used as a label for this category in the project: mylivestream ? Do you want to modify any advanced video encoding parameters? No ? Input Security Group: 0.0.0.0/0 ? MediaLive ingest type: RTMP_PUSH ? Encoding Profile: FULL (6 renditions) ? Auto Start: Yes ? Where do you want to stream to? MediaStore

After doing all of that I run AMPLIFY PUSH -- but it wont allow it do to some error listed below

Following resources failed

Resource Name: 2022/07/16/[$LATEST]5f3bcf556faa4b63977dd0fbaec73f20 (Custom::rCreateContainerLambda) Event Type: create Reason: Received response status [FAILED] from custom resource. Message returned: See details in CloudWatch Log Stream: 2022/07/16/[$LATEST]5f3bcf556faa4b63977dd0fbaec73f20 (RequestId: 94d3ba99-c684-4c70-8513-57ec5d4c4919)

Resource Name: 2022/07/16/[$LATEST]5f3bcf556faa4b63977dd0fbaec73f20 (Custom::rCreateContainerLambda) Event Type: delete Reason: Received response status [FAILED] from custom resource. Message returned: See details in CloudWatch Log Stream: 2022/07/16/[$LATEST]5f3bcf556faa4b63977dd0fbaec73f20 (RequestId: 6712d5fc-c98f-4d38-b1b9-97804bd18871) URL: https://console.aws.amazon.com/cloudformation/home?region=us-east-2#/stacks/arn%3Aaws%3Acloudformation%3Aus-east-2%3A559809074948%3Astack%2Famplify-tandeappone-dev-194151-videomylivestream-YJ6DO40P0289-rMS-1U0FL1IG8-rContainer-HBX9D6UBVESB%2F5d9d3280-0527-11ed-904f-0abdd675367c/events

I tried all I could but I dont really understand the issue. PLease Help