1

I am doing a simple setup of HLS/dash live streaming from an input source.I have used Open Broadcaster Software(OBS) to push a Live RTMP stream to Media Live. but while creating medialive Channel i am getting this validation error. Validation Errors

/medialive/tutorial1 Service failed to access the passwordParam '/medialive/tutorial1' in the Parameter Store. Please make sure the role 'arn:aws:iam::*************:role/MediaLiveAccessRole' has S SM read-only permission (ssm:GetParameters) to access it and try again

And i also want to know that how can i integrate all these to ReactJS?

1 Answers1

1

You need to add the required permissions to the role. Please have a look at this guide for reference: Adding IAM Identity Permissions

Dennis Traub
  • 50,557
  • 7
  • 93
  • 108
  • Thanks,now its working but i want to clear my following doubts please explain (1).how to save my live streamed video (2).In same time how multiuser can access this for coming live – Shashwat Tiwari Jun 13 '20 at 07:54
  • Thanks for accepting this answer. I’m glad I could help. Regarding your other questions I think it would be best to post them as new questions to increase the chance for others to see. – Dennis Traub Jun 13 '20 at 08:16