Upload Player Scrubber Image for Player V3 (Deprecated)
You can upload an image to show as viewers scrub through a video for Player V3.
Note: For more information about REST API commands for the Ooyala
player, see the Backlot API Reference.
Important: Ooyala Player V3 is deprecated and is scheduled
to be disabled on 2018-01-31. After that date, Player V3 will no longer play your video
or audio content. Customers still using Player V3 need to migrate to Player V4 (see Migrating from Player V3 and Player Migration FAQ).
Upload Scrubber Image
[PUT]/v2/players/player_id/scrubber_image <file_contents>
Get Scrubber Image for a Player
[GET]/v2/players/player_id/scrubber_image
Remove Scrubber Image from a Player
[DELETE]/v2/players/player_id/scrubber_image
Route Attributes
The following table describes all attributes that can be expressed through the route.
Route Attribute | Description |
---|---|
player_id |
The ID of the player. Type: String Default: None Example: /players/IzNnllMjphu2XF3_UgPROoCi9B2BwtSg |
Examples
This example uploads a scrubber image for a player:
[PUT]/v2/assets/IzNnllMjphu2XF3_UgPROoCi9B2rtWs/scrubber_image
Backlot returns a 200 response.
Note: Try out the code samples using your account credentials in the
Ooyala Scratchpad. To launch the Scratchpad, go
to Ooyala API Scratchpad. For information about using the Scratchpad, see Practice Making Requests with the Scratchpad.