Open edwin0527 opened 5 years ago
That looks good, but I believe you will need to provide two Destinations since MediaLive creates redundant input pipelines. Each destination should come back in the create-input response with an IP addresses in different availability zones. As in:
"Destinations": [ { "Ip": "54.203.XY.178", "Port": "1935", "Url": "rtmp://54.203.XY.178:1935/jimmy-test-rtmpA/" }, { "Ip": "35.163.217.ZZ", "Port": "1935", "Url": "rtmp://35.163.217.ZZ:1935/jimmy-test-rtmpB/" } ]
Do I change the following from
to something like this: