Home > Back-end >  How can I get server and stream key from AWS MediaLive
How can I get server and stream key from AWS MediaLive

Time:02-12

I need to configure live streaming using OBS studio software, live streaming has already been setup on AWS using ElementalMediaLive(auto wizard). but I am unable to figure out the way to find the server address and stream key which are required the configure the OBS studio. can some one please guid me where can I find the above required information into AWS panel? Thanks

CodePudding user response:

Have a look here:

https://aws.amazon.com/de/blogs/media/connecting-obs-studio-to-aws-media-services-in-the-cloud/

Especially this document:

https://d2908q01vomqb2.cloudfront.net/fb644351560d8296fe6da332236b1f8d61b2828a/2020/04/14/Connecting-OBS-Studio-to-AWS-Media-Services-in-the-Cloud-v2.pdf

Where it says:

STEP C: CONFIGURE THE APPLIANCE

  1. Launch OBS Studio on the source system. Choose Settings to open the settings window. Choose Stream to access the streaming settings.

  2. Complete the fields:

  • For Stream Type, choose Custom Streaming Server.
  • For URL, copy one of the endpoint URLs from the input you created in Step B. Remove the /<stream_name> at the end of the URL.
  • For Stream key, type the stream name.
  • Leave the Use authentication box unchecked.
  • Choose Apply to save your changes.

CodePudding user response:

Thank you for contacting AWS support. This question already answered in the comment above. And the way to retrieve the ingest URL from the console also correct. So, do you have other question?

CodePudding user response:

What OBS refers to as "stream key" is the App Instance.

Regards,

  • Related