IN chime SDK Broadcast Media to IVS showing "playback URL undefined"

0

We are facing issue while click Broadcast Media to IVS although it is creating a IVS channel but it doesn't show the playback URL.Enter image description here

asked a year ago285 views
3 Answers
0

You would get this error if you did not create the needed service-linked role for media pipelines.

Guide: https://docs.aws.amazon.com/chime-sdk/latest/dg/create-pipeline-role.html
AWS CLI: aws iam create-service-linked-role --aws-service-name mediapipelines.chime.amazonaws.com

(This is mentioned in the serverless demo deployment guide but it's easy to miss.)

profile pictureAWS
DougL
answered a year ago
  • HI

    we have already created service-linked role for media pipelines and it creates a IVS channel every time we click "Broadcast to IVS button" but shows the "playback URL undefined"

    Thanks

0

we are using https://github.com/aws/amazon-chime-sdk-js/tree/main/demos/serverless. this demo with --chime-sdk-media-pipelines-region <control region> --chime-sdk-media-pipelines-endpoint <service endpoint>

we are facing below error in browser console

https://xxx.execute-api.us-east-1.amazonaws.com/Prod/startLiveConnector?title=dddddddd Failed to load resource: the server responded with a status of 502 ()

Please advise

answered a year ago
0

A repo with a similar purpose has been updated here: https://github.com/aws-samples/amazon-chime-live-events

Please take a look at this repo and see if this helps. It is doing fewer things so hopefully easier to work with.

AWS
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions