Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
    • Yandex Cloud Partner program
  • Blog
  • Pricing
  • Documentation
© 2025 Direct Cursus Technology L.L.C.
Yandex Cloud Video
    • Overview
    • Control
    • Troubleshooting
  • Access management
  • Pricing policy
    • Authentication with the API
    • Getting started with the API
      • Overview
        • Overview
        • Get
        • List
        • BatchGet
        • Create
        • Update
        • Transcode
        • Delete
        • BatchDelete
        • PerformAction
        • GetPlayerURL
        • BatchGetPlayerURLs
        • GetManifests
  • Audit Trails events
  • Release notes

In this article:

  • gRPC request
  • BatchGetVideoPlayerURLsRequest
  • VideoPlayerParams
  • BatchGetVideoPlayerURLsResponse
  1. API reference
  2. gRPC
  3. Video
  4. BatchGetPlayerURLs

Video API, gRPC: VideoService.BatchGetPlayerURLs

Written by
Yandex Cloud
Updated at April 24, 2025
  • gRPC request
  • BatchGetVideoPlayerURLsRequest
  • VideoPlayerParams
  • BatchGetVideoPlayerURLsResponse

Batch get player urls.

gRPC requestgRPC request

rpc BatchGetPlayerURLs (BatchGetVideoPlayerURLsRequest) returns (BatchGetVideoPlayerURLsResponse)

BatchGetVideoPlayerURLsRequestBatchGetVideoPlayerURLsRequest

{
  "channel_id": "string",
  "video_ids": [
    "string"
  ],
  "params": {
    "mute": "bool",
    "autoplay": "bool",
    "hidden": "bool"
  },
  "signed_url_expiration_duration": "google.protobuf.Duration"
}

Field

Description

channel_id

string

Required field. ID of the channel.

video_ids[]

string

List of requested video IDs.

params

VideoPlayerParams

signed_url_expiration_duration

google.protobuf.Duration

Optional field, used to set custom url expiration duration for videos with sign_url_access

VideoPlayerParamsVideoPlayerParams

Field

Description

mute

bool

If true, a player will be muted by default.

autoplay

bool

If true, playback will start automatically.

hidden

bool

If true, a player interface will be hidden by default.

BatchGetVideoPlayerURLsResponseBatchGetVideoPlayerURLsResponse

{
  "player_urls": [
    "string"
  ]
}

Field

Description

player_urls[]

string

Was the article helpful?

Previous
GetPlayerURL
Next
GetManifests
© 2025 Direct Cursus Technology L.L.C.