az ams live-output
Manage live outputs for an Azure Media Service account.
Commands
Name | Description | Type | Status |
---|---|---|---|
az ams live-output create |
Create a live output. |
Core | GA |
az ams live-output delete |
Delete a live output. |
Core | GA |
az ams live-output list |
List all the live outputs in a live event. |
Core | GA |
az ams live-output show |
Show the details of a live output. |
Core | GA |
az ams live-output create
Create a live output.
az ams live-output create --account-name
--archive-window-length
--asset-name
--live-event-name
--name
--resource-group
[--description]
[--fragments-per-ts-segment]
[--manifest-name]
[--output-snap-time]
Required Parameters
The name of the Azure Media Services account.
ISO 8601 timespan duration of the archive window length. This is the duration that customer want to retain the recorded content. Minimum window is 5 minutes (PT5M or 00:05:00). Maximum window is 25 hours (PT25H or 25:00:00). For example, to retain the output for 10 minutes, use PT10M or 00:10:00.
The name of the asset.
The name of the live event.
The name of the live output.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
The live output description.
The number of fragments per HLS segment.
The manifest file name. If not provided, the service will generate one automatically.
The output snapshot time.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az ams live-output delete
Delete a live output.
az ams live-output delete [--account-name]
[--ids]
[--live-event-name]
[--name]
[--resource-group]
[--subscription]
Optional Parameters
The name of the Azure Media Services account.
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
The name of the live event.
The name of the live output.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az ams live-output list
List all the live outputs in a live event.
az ams live-output list --account-name
--live-event-name
--resource-group
Required Parameters
The name of the Azure Media Services account.
The name of the live event.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az ams live-output show
Show the details of a live output.
az ams live-output show [--account-name]
[--ids]
[--live-event-name]
[--name]
[--resource-group]
[--subscription]
Optional Parameters
The name of the Azure Media Services account.
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
The name of the live event.
The name of the live output.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.