Closed
Description
Describe the feature
Amazon IVS has been supporting advanced channel types since June 2023.
However, the current Channel Construct only supports BASIC and STANDARD channel types.
Use Case
To use advanced channel types using CDK.
Proposed Solution
- Add
ADVANCED_HD
andADVANCED_SD
to theChannelType
. - Add
preset
property to theChannel
Construct. Additionally, implement validation according to the following:
An optional transcode preset for the channel. This is selectable only for ADVANCED_HD and ADVANCED_SD channel types. For those channel types, the default preset is HIGHER_BANDWIDTH_DELIVERY. For other channel types (BASIC and STANDARD), preset is the empty string ("").
Other Information
No response
Acknowledgements
- I may be able to implement this feature request
- This feature might incur a breaking change
CDK version used
2.140.0
Environment details (OS name and version, etc.)
MacOS
Activity