Upload Watermark Image for Player V3
You can upload a partially transparent image that displays during content playback for Player V3.
Note: Player customizations made using the Backlot API affect only Flash Player V3. For Player V4, see Customizing the Player V4 Appearance. For HTML5 Player V3, use the JavaScript API (see Developing with the Player V3 JavaScript API and apidocs.ooyala.com).
Upload Watermark
[PUT]/v2/players/player_id/watermark <file_contents>
Remove Watermark from a Player
[DELETE]/v2/players/player_id/watermark
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 watermark image for a player:
[PUT]/v2/assets/IzNnllMjphu2XF3_UgPROoCi9B2rtWs/watermark
Backlot returns a 200 response.
Note:
Try out the code samples using your account credentials in the Ooyala Scratchpad. For information about using the Scratchpad, see The Scratchpad.