Introduction
Watermark / On Screen Display of device info
For some Digital Signage customers, there may be a need to have some type of watermark able to be displayed which is unique per STB. To this end, there are some relevant Amino Engage parameters that allow you to enable a watermark and select the data and color of the data that will be displayed.
Configuration
You can turn on this watermark for the relevant STBS by setting the INI parameter:
browser.osd_info.enable | Enable OSD information in the browser for identifying STB. |
browser.osd_info.argb | Color for OSD information, in format AARRGGBB. |
browser.osd_info.mask | The bit mask to select which information to be shown. Supported information includes SN, MAC address, ChipID, and IP address. |
browser.osd_info.title |
Whether left columns, e.g. SN, MAC, IP, will be displayed. |
browser.osd_info.position |
The position of the watermark will be displayed. The first parameter is for left or x, second parameter is for top or y. The comma is the delimiter. Example: browser.osd_info.position="random,300". If a random position is needed, use "random" instead of an integer value. The default available display area is 1920x1080. |
browser.osd_info.interval |
Control the duration of each display cycle for the watermark, unit in seconds. If browser.osd_info.position is not set, and browser.osd_info.interval=10, the watermark will move among corners every 10 seconds. |
browser.osd_info.display_period |
Control how long the watermark is displayed, unit in seconds. If browser.osd_info.display_period is larger than browser.osd_info.interval, the watermark will not be hidden. |
For the browser.osd_info.mask, the example below 1101 will show SN, Mac and IP.
Comments
0 comments
Please sign in to leave a comment.