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
      • Overview
      • IFrame
      • iOS
        • Getting started
        • Player initialization parameters
        • Player methods
        • Player state
        • Player events
          • Modules
            • PlayerSdkEvents
            • PlayerSdkStatus
  • Access management
  • Pricing policy
  • Audit Trails events
  • Release notes

In this article:

  • Enumeration Members
  • broken
  • buffering
  • cancelled
  • destroyed
  • end
  • fatal
  • finished
  • idle
  • init
  • pause
  • play
  • preparing
  1. Video Player
  2. SDK
  3. JavaScript
  4. API reference
  5. Enumerations
  6. PlayerSdkStatus

Enumeration: PlayerSdkStatus

Written by
Yandex Cloud
Updated at October 9, 2024
  • Enumeration Members
    • broken
    • buffering
    • cancelled
    • destroyed
    • end
    • fatal
    • finished
    • idle
    • init
    • pause
    • play
    • preparing

Playback status.

Enumeration MembersEnumeration Members

  • broken
  • buffering
  • cancelled
  • destroyed
  • end
  • fatal
  • finished
  • idle
  • init
  • pause
  • play
  • preparing

brokenbroken

• broken = "broken"

The player is broken and cannot play the video, the user gets an error screen. Switching to other content is not possible.

bufferingbuffering

• buffering = "buffering"

The player is in buffering state and cannot play the video, e.g., due to lack of data.

cancelledcancelled

• cancelled = "cancelled"

The live stream was canceled.

destroyeddestroyed

• destroyed = "destroyed"

The destroy method was called, the player is destroyed and can no longer play the video.

endend

• end = "end"

Current video playback has ended at the right edge of the timeline.

fatalfatal

• fatal = "fatal"

The current video cannot be played and the user gets an error screen. To start a video, the user can try switching to other content.

finishedfinished

• finished = "finished"

The live stream ended.

idleidle

• idle = "idle"

The player is waiting for content to play.

initinit

• init = "init"

Initializing the player after the first playable content is set.

pausepause

• pause = "pause"

The player is paused.

playplay

• play = "play"

Video playback is in progress.

preparingpreparing

• preparing = "preparing"

The live stream is about to start.

Was the article helpful?

Previous
PlayerSdkEvents
Next
PlayerSdkApi
© 2025 Direct Cursus Technology L.L.C.