0

I am trying to send my live stream from OBS Studio to AWS MediaLive. I found this workflow example. But in the prerequisites section, it says:

You need the public IP address (or addresses) from the appliance that you are using to send the feed to the AWS Elemental MediaLive input.

How to obtain this IP address?

Arpit Shukla
  • 9,612
  • 1
  • 14
  • 40
  • Go to a search engine (Google, Bing, DuckDuckGo, etc.) and type `what is my IP address` – Moshe Katz Jun 02 '22 at 05:48
  • Thanks for the reply. I had tried this. My IP address is something like xx.xxx.xx.xxx but MediaLive wants a CIDR formatted string, how to convert my ip address into cidr format? – Arpit Shukla Jun 02 '22 at 05:53
  • 1
    CIDR format for a single IPv4 address just means adding `/32` to the end of it. That means only a single IP address. (For example, `/24` would mean "the entire block of addresses around mine, from `x.x.x.0` to `x.x.x.255`. `/0` would mean "the entire Internet".) – Moshe Katz Jun 02 '22 at 06:01

0 Answers0