OBSOLETE: This documentation is obsolete, and refers to older versions of PIXILAB Player. Find the current documentation here.
PIXILAB Player is free software that makes a player or interactive kiosk out of an NUC or other PC-style computer, for use with Blocks as a Display Spot. It's based on the excellent Porteus Kiosk project.
This article describes how to make such a player. You will need a wired Internet connection with automatic network configuration (DHCP) for the installation process.
We recommend using an NUC as the player. For basic applications in HD resolution, you can choose a low-cost, Celeron based model. For most applications, an i3-based model is sufficient. For demanding applications, select an i5 or i7-based model.
The player only needs CPU and a minimum of 4 GB of RAM to be installed. No hard drive/SSD is required. For 4k video playback, two RAM modules are recommended to optimize the memory bandwidth. We recommend RAM modules such as SO-DIMM at 2666Mhz or better (but also check manufacturer's recommendations).
To use the Block Caching feature, an additional storage device is required.
Due to unpredictable performance it is not recommended to use the following devices even though they technically may work.
To create a player, you need a USB stick at least 8GB in size, which will become your bootable player.
If the computer doesn't boot from the USB stick, you need to enter its BIOS and change its boot settings so that it can boot from USB. You may also need to turn off any Secure Boot option. Once target computer has started, you should see a screen similar to this:
Using a web browser on another computer (e.g., your laptop), go to the URL displayed on the screen. This should lead you to a webpage looking like this:
Enter the ID shown on the target computer's screen, and press Continue. After accepting the Google Chrome license terms, you will be able to configure your PIXILAB Player.
In most cases, only three settings need to be specified:
NOTE: Enter just the IP address or domain name in the text field. Do not append "/spot" or any other path. When using our Linux based server image, you don't need to specify a port number. However, if you're running Blocks on your Mac or Windows computer, also append any non-standard port number separated by a colon, e.g. :8080
Once you are happy with the configuration, press "Save and continue". The target computer must now reboot for the settings to take effect.
IMPORTANT: Leave the webpage open until the reboot has completed.
Once the target computer has rebooted and finished updating, you can close the webpage. You can now connect the player to your Blocks network. An additional reboot may be required to establish the server connection.
Additional options can be accessed by checking “Show advanced settings”. Some of these options require more details to be specified, and may reveal additional options. Hover over an option to learn more about it, its use cases and possible values.
If you're exposing your Blocks server to the Internet, you're strongly advised to use an encrypted server connection (HTTPS). Note that this requires a domain name and an associated certificate to be installed on your Blocks server.
If players are used only on an intranet, and don't connect over the Internet, you do not need to run HTTPS on those players. In general, unless explicitly forbidden by your server's configuration, players can access the server over HTTP even when the editor and other secure endpoints use HTTPS.
If selected, PIXILAB Player allows the default block (the one dragged onto the spot) to be cached on the player. This requires an additional storage medium to be installed on the player, such as an SD card. This storage medium will be formatted for use for block caching the first time the player is started with this storage medium installed. Once enabled, the default block, including all its media, will be stored on the player. This greatly reduces the amount of network traffic required for playing the block. Furthermore, it allows the block to play even without a server connection (assuming the block doesn't depend on any server functionality).
NOTE: A separate license is needed on your Blocks server to use Block Caching.
Enables hardware-assisted video decoding on hardware that supports this. This may improve video playback performance, but may in some cases cause other problems or stability issues, so make sure you test on representative hardware and content before deplying players with this function enabled.
We strongly recommend that you use a hardware network connection (Ethernet) whenever possible. However, if you must use a wireless WiFi connection, you can enable that here. When enabled, you must then specify the network name (SSID) and password for accessing the network.
If you need to access local time on the player (e.g., for some custom web content), select the local time zone where the player will be used.
If you specify a timezone to access local time on players, you may also want to specify a custom time server used to set the clock in the player. If not specified, a default NTP server will be used (pool.ntp.org).
This is an unsupported option intended for advanced users. If you do not fully understand how to use "custom configuration files", you should NOT use this option. This option is further described here.
Etcher can be used to clone the USB stick you just made, for use on other players. Using Etcher, you can also flash several USB drives at the same time.
Connect the computer to your the network used by the Blocks server. For the above settings to work, you need to have at least a DHCP server on this network (which may be the one built into the Blocks Linux Server, or a separate one as often built into routers and gateways). Allow the player to restart and connect to the network. A browser window will open, attempting to access the specified URL (e.g., http://pixi.guide/spot
in the example above). 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 used with Blocks 2.2 or later, you can control the power of the player as well as the attached display. This works with most modern NUC models. In order to power up the player, make sure "wake on LAN" is enabled. This is specified in the configuration file above, but on some PCs this must also be enabled in the BIOS settings.
The display's power can be controlled in either of two ways:
If you want to use the CEC method, you need to enter the BIOS settings of the NUC. Navigate to ADVANCED, DEVICES, ONBOARD DEVICES. Enable HDMI CEC Control and set Auto Turn On/Off TV as shown below. When set in this way, the NUC will tell the TV to turn on and off in unison with itself.
To make sure your NUC-based display spot restarts after a power failure, in BIOS settings select "Last State" under Advanced, Power, Secondary Power Settings, After Power Failure.
If you're using our Linux based server, you can configure the server so that players can be booted over the network (PXE boot). This has the following advantages:
To use this feature, your player PCs must support the UEFI standard for network booting.
Before attempting to boot the player from the server, make a USB stick as described above, and make sure your player works properly.
To enable network booting of you player, do the following (where individual steps may vary depending on the BIOS in the player computer):
Follow this guide to configure your Blocks server for network booting.