Creating a Packaging Configuration
Create a packaging configuration for HTTP Live Streaming (HLS) packaging of video content in Media Streams.
To create a packaging configuration, use the following commands:
create-stream-packaging-config-encryption-aes128
oci media-services stream-packaging-config create-stream-packaging-config-encryption-aes128 [OPTIONS]
create-stream-packaging-config-encryption-none
oci media-services stream-packaging-config create-stream-packaging-config-encryption-none [OPTIONS]
Required parameters for the
create-stream-packaging-config-encryption-aes128
command are:--display-name [text]
--distribution-channel-id [text]
--segment-time-in-seconds [integer]
--stream-packaging-format [text]
-
--encryption-kms-key-id [text]
Required parameters for the
create-stream-packaging-config-encryption-none
command are:--display-name [text]
--distribution-channel-id [text]
--segment-time-in-seconds [integer]
--stream-packaging-format [text]
To get all the commands for
stream-distribution-channel
:oci media-services stream-packaging-config -h
To get help for the
create-stream-packaging-config-encryption-aes128
command:oci media-services stream-packaging-config create-stream-packaging-config-encryption-aes128 -h
To get help for the
create-stream-packaging-config-encryption-none
command:oci media-services stream-packaging-config create-stream-packaging-config-encryption-none -h
For a complete list of flags and variable options for CLI commands, see the Command Line Reference.
To create a packaging configuration, use the
CreateStreamPackagingConfig
operation.