Configuring the CDN
Configure the CDN for a distribution channel in Media Streams.
Media Streams supports OCI Edge or a CDN such as Akamai. To use Akamai, you must use your own account.
To create a CDN configuration using OCI Edge, run the
create-edge-stream-cdn-config
command:oci media-services stream-cdn-config create-edge-stream-cdn-config [OPTIONS]
To create a CDN configuration using Akamai, run the
create-akamai-stream-cdn-config
command:oci media-services stream-cdn-config create-akamai-stream-cdn-config [OPTIONS]
Required parameters for the
create-edge-stream-cdn-config
andcreate-akamai-stream-cdn-config
commands are:--display-name [text]
--distribution-channel-id [text]
To get all the commands for
stream-cdn-config
:oci media-services stream-cdn-config -h
To get help for the
create-edge-stream-cdn-config
command:oci media-services stream-cdn-config create-edge-stream-cdn-config -h
To get help for the
create-akamai-stream-cdn-config
command:oci media-services stream-cdn-config create-akamai-stream-cdn-config -h
For a complete list of flags and variable options for CLI commands, see the Command Line Reference.
To configure a CDN, use the
CreateStreamCdnConfig
operation.