Generates a uri for an HLS manifest. The api takes in a collection of time ranges, and generates a URI for an HLS manifest that covers all the requested time ranges.
HTTP request
POST https://visionai.googleapis.com/v1/{name=projects/*/locations/*/corpora/*/assets/*}:generateHlsUri
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. The resource name of the asset to request clips for. Format: |
Request body
The request body contains data with the following structure:
JSON representation |
---|
{
"temporalPartitions": [
{
object ( |
Fields | |
---|---|
temporalPartitions[] |
The time range to request clips for. Will be ignored if |
liveViewEnabled |
Option to exclusively show a livestream of the asset with up to 3 minutes of backlog data. |
Response body
Response message for assets.generateHlsUri API.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"uri": string,
"temporalPartitions": [
{
object ( |
Fields | |
---|---|
uri |
A signed uri to download the HLS manifest corresponding to the requested times. |
temporalPartitions[] |
A list of temporal partitions of the content returned in the order they appear in the stream. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the name
resource:
visionai.assets.generateHlsUri
For more information, see the IAM documentation.