CmafDestinationSettings type

Possible destinations for a segmented media stream - HlsPushDestinationSettings: Push to a generic HTTP server - AwsS3PushDestinationSettings: Push to Amazon S3 - OciPushDestinationSettings: Push to OCI Object Storage (native API, instance principals) - LocalPullDestinationSettings: Serve directly from the Norsk Web Server

Signature:

export type CmafDestinationSettings = HlsPushDestinationSettings | AwsS3PushDestinationSettings | OciPushDestinationSettings | LocalPullDestinationSettings;