1 Answer
- Newest
- Most votes
- Most comments
0
I just tested this and it works. Can you try it out?
AWSTemplateFormatVersion: 2010-09-09
Parameters:
Stream1:
Description: StreamName1
Type: String
Default: test/test1
Stream2:
Description: StreamName2
Type: String
Default: test/test2
Metadata:
'AWS::CloudFormation::Designer':
0c5c0850-c9e8-4019-97b0-d950aaf22611:
size:
width: 60
height: 60
position:
x: 151
'y': 145
z: 0
Resources:
MLI5AM0O:
Type: 'AWS::MediaLive::Input'
Properties:
Type: RTMP_PUSH
Name: Testing12345
InputSecurityGroups:
- 2461108
Destinations:
- StreamName: !Ref Stream1
- StreamName: !Ref Stream2
Metadata:
'AWS::CloudFormation::Designer':
id: 0c5c0850-c9e8-4019-97b0-d950aaf22611
Outputs:
StreamingPrimaryURL:
Description: Primary Ingest
Value: !Select [ 0, !GetAtt MLI5AM0O.Destinations]
StreamingSecondaryURL:
Description: Secondary Ingest
Value: !Select [ 1, !GetAtt MLI5AM0O.Destinations]
Key | Value | Description | Export name |
---|---|---|---|
StreamingPrimaryURL | rtmp://52.201.128.200:1935/test/test1 | Primary Ingest | - |
StreamingSecondaryURL | rtmp://54.173.229.233:1935/test/test2 | Secondary Ingest | - |
answered 5 years ago
Relevant content
- asked 4 years ago
- asked 4 years ago
- asked 2 years ago
- AWS OFFICIALUpdated 6 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 7 months ago
- AWS OFFICIALUpdated 2 years ago