Skip to content

Headless Mode

project-owner edited this page Sep 26, 2019 · 5 revisions

In a Headless Mode Peppy player can work without any display/TV connected to it. In this case it can be controlled using Web UI, IR Remote Control and Voice Commands (if microphone connected and Voice Assistant configured).

To set Headless Mode the property headless in configuration file /home/pi/Peppy/config.txt should be set to True:

headless = True

As the only UI available in this case is Web UI the property enabling web server should be set to True as well:

web = True

The Tornado web server should be installed for this functionality. Please refer Web UI page for installation details.

<<Previous | Next>>

Contents

Clone this wiki locally