Skip to content

Android TV

Android TV can be used as a player. A good third-party app for this is Fully Kiosk Browser, which allows you to set the device in kiosk mode on a specific URL (for example, your Studio URL). You can download it here: Fully Kiosk Browser on Google Play.

Host Identification Configuration

To help you identify and locate your device, you can set the following metadata in url's query parameters

Example:

https://<STUDIO_PLAYLIST_URL>/?hostname=My%20Device&icon=auto&longitude=48.8566&latitude=2.3522`

Screen Flags

bash
rotate=normal # normal, left, right, inverted
resolution=auto # 1920x1080, 1920x1080, 1920x1080, 1920x1080

Name & Icon

bash
hostname="My Device"
icon=auto # any font-awesome icon name (i.e. fa-desktop, fa-laptop, fa-tablet, fa-mobile, fa-tablet-alt, fa-mobile-alt)

Positioning

Choose one of the following options from more precise to less precise location:

1. Precise positioning

bash
longitude=
latitude=

2. Structured address-based positioning

bash
street=
city=
state=
country=
postal_code=

3. Query address-based positioning

bash
address_query= # (e.g. "1600 Pennsylvania Avenue NW, Washington, DC 20500")

Playlist configuration

Just open the Fully Kiosk Browser app and either go to:

Playlist URL

To connect the player to a specific playlist using its ID
http://<STUDIO_URL>/use/<playlist_id>

Playgroup URL

To connect the player to a specific playgroup using its ID
http://<STUDIO_URL>/group/<playgroup_id>