共用方式為


Live Outputs - Get

取得實時輸出
取得實時輸出。

GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaservices/{accountName}/liveEvents/{liveEventName}/liveOutputs/{liveOutputName}?api-version=2022-11-01

URI 參數

名稱 位於 必要 類型 Description
accountName
path True

string

媒體服務帳戶名稱。

liveEventName
path True

string

實時活動的名稱,最大長度為32。

Regex 模式: ^[a-zA-Z0-9]+(-*[a-zA-Z0-9])*$

liveOutputName
path True

string

實時輸出的名稱。

Regex 模式: ^([a-zA-Z0-9])+(-*[a-zA-Z0-9])*$

resourceGroupName
path True

string

Azure 訂用帳戶內的資源組名。

subscriptionId
path True

string

Microsoft Azure 訂用帳戶的唯一標識符。

api-version
query True

string

要與用戶端要求搭配使用的 API 版本。

回應

名稱 類型 Description
200 OK

LiveOutput

正常。 要求成功。

Other Status Codes

ErrorResponse

串流錯誤回應,描述作業失敗的原因。

範例

Get a LiveOutput by name

範例要求

GET https://management.azure.com/subscriptions/0a6ec948-5a62-437d-b9df-934dc7c1b722/resourceGroups/mediaresources/providers/Microsoft.Media/mediaservices/slitestmedia10/liveEvents/myLiveEvent1/liveOutputs/myLiveOutput1?api-version=2022-11-01

範例回覆

{
  "name": "myLiveOutput1",
  "id": "/subscriptions/0a6ec948-5a62-437d-b9df-934dc7c1b722/resourceGroups/mediaresources/providers/Microsoft.Media/mediaservices/slitestmedia10/liveevents/myLiveEvent1/liveoutputs/myLiveOutput1",
  "type": "Microsoft.Media/mediaservices/liveevents/liveoutputs",
  "properties": {
    "description": null,
    "assetName": "cb2ae0bc-677a-4830-9c8e-06ce4c4cb607",
    "archiveWindowLength": "PT5M",
    "manifestName": "fc7096f5-c488-4b86-8302-f3bfde53fc27",
    "outputSnapTime": 0,
    "resourceState": "Running",
    "provisioningState": "Succeeded",
    "created": "0001-01-01T00:00:00-08:00",
    "lastModified": "0001-01-01T00:00:00-08:00",
    "hls": {
      "fragmentsPerTsSegment": 5
    },
    "rewindWindowLength": "PT4M"
  },
  "systemData": {
    "createdBy": "example@microsoft.com",
    "createdByType": "User",
    "createdAt": "0001-01-01T00:00:00-08:00",
    "lastModifiedBy": "example@microsoft.com",
    "lastModifiedByType": "User",
    "lastModifiedAt": "0001-01-01T00:00:00-08:00"
  }
}

定義

名稱 Description
createdByType

建立資源的身分識別類型。

ErrorAdditionalInfo

資源管理錯誤其他資訊。

ErrorDetail

錯誤詳細數據。

ErrorResponse

錯誤回應

Hls

HTTP 即時串流 (實時輸出的 HLS) 封裝設定。

LiveOutput

實時輸出。

LiveOutputResourceState

實時輸出的資源狀態。

systemData

與建立和上次修改資源相關的元數據。

createdByType

建立資源的身分識別類型。

名稱 類型 Description
Application

string

Key

string

ManagedIdentity

string

User

string

ErrorAdditionalInfo

資源管理錯誤其他資訊。

名稱 類型 Description
info

object

其他資訊。

type

string

其他信息類型。

ErrorDetail

錯誤詳細數據。

名稱 類型 Description
additionalInfo

ErrorAdditionalInfo[]

錯誤其他資訊。

code

string

錯誤碼。

details

ErrorDetail[]

錯誤詳細資料。

message

string

錯誤訊息。

target

string

錯誤目標。

ErrorResponse

錯誤回應

名稱 類型 Description
error

ErrorDetail

error 物件。

Hls

HTTP 即時串流 (實時輸出的 HLS) 封裝設定。

名稱 類型 Description
fragmentsPerTsSegment

integer

即時活動輸出中 HTTP 即時串流 (HLS) TS 區段中的片段數目。 此值不會影響 HLS CMAF 輸出的封裝比例。

LiveOutput

實時輸出。

名稱 類型 Description
id

string

資源的完整資源識別碼。 Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name

string

資源的名稱

properties.archiveWindowLength

string

ISO 8601 時間介於 1 分鐘到 25 小時之間,表示可封存在此即時輸出的資產中的最大內容長度。 這也會設定倒轉視窗的內容長度上限。 例如,使用 PT1H30M 來指出封存視窗的 1 小時和 30 分鐘。

properties.assetName

string

實時輸出將寫入的資產。

properties.created

string

實時輸出的建立時間。

properties.description

string

實時輸出的描述。

properties.hls

Hls

HTTP 即時串流 (實時輸出的 HLS) 封裝設定。

properties.lastModified

string

上次修改即時輸出的時間。

properties.manifestName

string

指令清單檔名。 如果未提供,服務將會自動產生一個。

properties.outputSnapTime

integer

實時輸出開始的初始時間戳,此值之前的任何內容都不會封存。

properties.provisioningState

string

實時輸出的布建狀態。

properties.resourceState

LiveOutputResourceState

實時輸出的資源狀態。

properties.rewindWindowLength

string

ISO 8601 時間介於 1 分鐘到 archiveWindowLength 的持續時間之間,以控制即時期間可搜尋的窗口長度。 一旦 LiveOutput 停止,服務就不會使用此屬性。 封存的 VOD 將會具有原始 ArchiveWindowLength 的完整內容。 例如,使用 PT1H30M 表示 1 小時和 30 分鐘的倒轉視窗長度。 只有在 Live Event 啟用 LL 時,服務才會使用隱含預設值 30m。

systemData

systemData

與此資源相關的系統元數據。

type

string

資源類型。 例如“Microsoft.Compute/virtualMachines” 或 “Microsoft.Storage/storageAccounts”

LiveOutputResourceState

實時輸出的資源狀態。

名稱 類型 Description
Creating

string

正在建立實時輸出。 在即時輸出處於執行狀態之前,不會將內容封存於資產中。

Deleting

string

正在刪除實時輸出。 實時資產正從即時轉換為隨選資產。 在即時輸出資產上建立的任何串流 URL 都會繼續運作。

Running

string

如果參與編碼器有有效的輸入,實時輸出就會執行並封存到資產的即時串流內容。

systemData

與建立和上次修改資源相關的元數據。

名稱 類型 Description
createdAt

string

資源建立的時間戳 (UTC) 。

createdBy

string

建立資源的身分識別。

createdByType

createdByType

建立資源的身分識別類型。

lastModifiedAt

string

上次修改的資源時間戳 (UTC)

lastModifiedBy

string

上次修改資源的身分識別。

lastModifiedByType

createdByType

上次修改資源的身分識別類型。