Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
blocks:player-setup [2024-10-23 08:26] fredrik [PIXILAB Player System Requirements] |
blocks:player-setup [2025-07-16 13:21] (current) mattias [Configuration File] |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== PIXILAB Player ====== | ====== PIXILAB Player ====== | ||
- | PIXILAB Player is free software for making a player or interactive kiosk out of an NUC computer, or other similar | + | PIXILAB Player is free software for making a player or interactive kiosk out of a small form-factor PC (such as a "NUC computer" |
+ | |||
+ | :!: **NOTE**: This article describes the current version of the player, recommended for new installations. This player version requires Blocks version 7 or later. For systems based on previous Blocks versions, you may prefer to use the [[blocks: | ||
===== PIXILAB Player System Requirements ===== | ===== PIXILAB Player System Requirements ===== | ||
Line 11: | Line 13: | ||
===== Getting Started ===== | ===== Getting Started ===== | ||
- | To create a player, you need a USB stick of at least 8GB in size and a Mac/Windows laptop or similar for creating the installation media. You will also need to [[https:// | + | Start by going to https:// |
- | + | ||
- | PIXILAB Player can be installed on an internal SSD or run directly from a USB stick. Installing on an internal SSD is recommended for best reliability and performance (see the remarks under “Install on internal disk” in the Configuration Options section). The instructions in this section apply to both installation methods. | + | |
- | + | ||
- | Start by going to https:// | + | |
- | + | ||
- | :!: IMPORTANT: If you want to run PIXILAB Player from the USB stick rather than installing to SSD, set the “Install on internal disk” configuration option to “no”. | + | |
{{ : | {{ : | ||
Line 50: | Line 46: | ||
When the installation has finished, remove the USB drive and power off the player. Connect the player to the network used by the Blocks server (if it is not already connected) and power on the player again. If everything works as expected, you should see the PIXILAB logo on screen with an ID string below, allowing you to add it as a Display Spot to Blocks. | When the installation has finished, remove the USB drive and power off the player. Connect the player to the network used by the Blocks server (if it is not already connected) and power on the player again. If everything works as expected, you should see the PIXILAB logo on screen with an ID string below, allowing you to add it as a Display Spot to Blocks. | ||
+ | |||
+ | =====Updating the Player===== | ||
+ | PIXILAB Player version 7 and later can be remotely updated from Blocks. This is done using the " | ||
+ | * The player starts from an internal SSD (i.e., not from a USB stick). | ||
+ | * The current user has the role of Manager or Admin. | ||
+ | * Another version of PIXILAB Player software is found on your Blocks server. | ||
+ | |||
+ | Player updates must be stored here inside Blocks’ root directory on your server: | ||
+ | < | ||
+ | public/ | ||
+ | </ | ||
+ | |||
+ | where XXX is the version number. The current version of PIXILAB Player can be obtained from the link in point 1 on the web page shown above under " | ||
=====Configuration Options===== | =====Configuration Options===== | ||
Line 92: | Line 101: | ||
This string will be appended to the Spot page URL. It can be used to append query parameters to the URL. | This string will be appended to the Spot page URL. It can be used to append query parameters to the URL. | ||
- | =====Configuration File==== | + | =====Configuration File===== |
The configuration set through the web-based user interface described above results in settings in the // | The configuration set through the web-based user interface described above results in settings in the // | ||
Line 108: | Line 117: | ||
* **enable_wifi** When set to //yes//, enables WiFi. WiFi is disabled by default. The SSID of the WiFi network must be specified using the ssid option. | * **enable_wifi** When set to //yes//, enables WiFi. WiFi is disabled by default. The SSID of the WiFi network must be specified using the ssid option. | ||
* **ssid** SSID (name) of WiFi network. | * **ssid** SSID (name) of WiFi network. | ||
+ | * **hidden_ssid** Set to //yes// when connecting to a network with a hidden SSID. Default is //no//. This option is available in PIXILAB Player 7.2 and later. | ||
* **wifi_encryption** Set to //wpa// to specify WPA encryption for the WiFi network. When set to wpa, wpa_password must also be set. Default is no encryption (open network). | * **wifi_encryption** Set to //wpa// to specify WPA encryption for the WiFi network. When set to wpa, wpa_password must also be set. Default is no encryption (open network). | ||
* **wpa_password** Password for connecting to a WPA encrypted WiFi network. | * **wpa_password** Password for connecting to a WPA encrypted WiFi network. | ||
Line 119: | Line 129: | ||
* **server_protocol** Set to //http// or https depending on the connection type to the Blocks server. | * **server_protocol** Set to //http// or https depending on the connection type to the Blocks server. | ||
* **timezone** Time zone used by the player' | * **timezone** Time zone used by the player' | ||
+ | * **touchpad_tap** Set to //no// to disable tap-to-click. Tap-to-click is enabled by default. This option is available in PIXILAB Player 7.1 and later. | ||
* **url_append** String added to the end of the Spot url. Occasionally useful to apply extra query parameters. | * **url_append** String added to the end of the Spot url. Occasionally useful to apply extra query parameters. | ||
* **rgb_range** Can be set to //auto//, //full// or // | * **rgb_range** Can be set to //auto//, //full// or // | ||
- | * ** headless_mode** Set to //yes// to use the player without a display, e.g. for audio only playback. Default is //no//. | + | * **headless_mode** Set to //yes// to use the player without a display, e.g. for audio only playback. Default is //no//. |
+ | * **auto_install** Set this to //yes// to install the player on an internal SSD without prompting. This option is available in PIXILAB Player 7.1 and later. | ||
+ | |||
+ | :!: **CAUTION**: | ||
+ | |||
+ | ====Release notes==== | ||
+ | |||
+ | [[blocks: | ||
+ | |||
+ | ====Debugging options==== | ||
+ | |||
+ | :!: Use debugging settings only tmporarily when instructed by PIXILAB. Do not leave these options on permanently. | ||
+ | |||
+ | * **debug_mode** | ||
+ | |||
+ | * **ssh_password** When a password is set, ssh becomes enabled on the player. |