LogoLogo
  • Player API
    • Basic Usage
    • Configuration
    • Labels
    • Themes
    • Events
    • Key Bindings
    • Methods
  • Plugins
    • Call to Action
    • Branding
    • Watermark Protection
    • Playlists
    • Multi Channel Livestreams
    • Comments
    • Live Reactions
    • Quizzing
    • Peer2Peer (E-CDN)
    • Consent String
  • Release Notes
    • v5.3
    • v5.2
    • v5.1
    • v5.0
  • Tutorials
    • Switch between different livestreams
    • Use the Player with Require
    • Use Video Loop as background
  • Knowledge Base
    • Using a custom player for streaming
Powered by GitBook
On this page
  1. Plugins

Watermark Protection

PreviousBrandingNextPlaylists

Last updated 1 year ago

The Watermark Protection component shows the defined text in the defined time-range for the defined duration randomly or defined placed on the display

key
type
description
default

text

string

display text

color

string

font-color

rgba(255,255,255,0.3)

size

number

font-size in px

10

interval_min

number

min duration between showups in ms

250

interval_max

number

max duration between showups in ms

500

appereance_min

number

min duration of showup in ms

1

appereance_max

number

max duration of showup in ms

20

placement_mode

string

random or fixed

random

placement_position

[number, number]

position for fixed placement

[0, 0]