http(s)://${your_domain_name}/${path}/${to}/${stream}/${playlist_name}.m3u8?uuid=c44ada05-3431-442f-9233-cb245d3624c8http(s)://${your_domain_name}/${app_name}/${stream_name}.m3u8?uuid=2c2b59d0-e0c7-4877-9823-e4965d92f7bflive.tencentcloudapi.com.Parameter Name | Required | Type | Description |
Action | Yes | String | |
Version | Yes | String | |
Region | No | String | |
StartTime | Yes | String | UTC start time, in the format of yyyy-mm-ddTHH:MM:SSZ. See ISO Date Format for details. For example, UTC+8 time 2019-01-08 10:00:00 corresponds to UTC time 2019-01-08T10:00:00+08:00. Supports queries for the past month. Example value: 2006-01-02T15:04:05Z. |
EndTime | Yes | String | UTC end time, in the format of yyyy-mm-ddTHH:MM:SSZ. See ISO Date Format for details. For example, UTC+8 time 2019-01-08 10:00:00 corresponds to UTC time 2019-01-08T10:00:00+08:00. Supports queries for the past month, with a time span between start time and end time not exceeding six hours. Example value: 2006-01-02T15:04:05Z. |
PlayDomains.N | No | Array of String | List of playback domain names. If it is empty, query all domain names by default. Example value: testplay.com. |
StreamNames.N | No | Array of String | List of stream names. If it is empty, check all streams by default. Queries the stream name in the publish model. Value of the StreamName field (streamid is the stream ID in the publish model): hls: Multi-bitrate: streamid_sub-bitrate template name. Single-bitrate transcoding: streamid_template name. No transcoding: streamid. dash: Single-bitrate transcoding: streamid_template name. No transcoding: streamid. Example value: test |
Parameter Name | Type | Description |
DataInfoList | Array of HLSConcurrentUserInfo | Statistics of concurrent users for HLS live streaming. |
RequestId | String | Unique request ID. It is generated by the server and is returned for each request. (No RequestId is returned if the request is not received by the server due to certain reasons.) RequestId is required for locating an issue. |
POST / HTTP/1.1Host: live.tencentcloudapi.comContent-Type: application/jsonX-TC-Action: DescribeHLSConcurrentUserInfo<Common request parameters>{"StartTime": "2022-10-12T14:00:00+08:00","EndTime": "2022-10-12T15:10:00+08:00"}
{"Response": {"DataInfoList": [{"Flux": 2893,"OnlineNums": 1,"RequestCount": 11,"Bandwidth": 123,"Time": "2022-10-12T14:35:00+08:00"}],"RequestId": "b725570a-c1f1-4df7-b864-5ec3a9326cc0"}}
Error Code | Description |
FailedOperation | Operation failed. |
FailedOperation.NotFound | Unable to find the records. |
InternalError | Internal error. |
InvalidParameter | Parameter error. |
ResourceNotFound.ForbidService | The user is disabled. |
ResourceNotFound.FreezeService | The user service is frozen. |
ResourceNotFound.StopService | The account is suspended. Please activate the service after topping up the account until the balance is positive and then perform operations. |
ResourceNotFound.UserDisableService | The user proactively cancels the account. |
Feedback