Skip to content
project-owner edited this page Aug 22, 2020 · 31 revisions

Peppy player leverages Tornado web server for the Web UI functionality. The Web Server allows to control the player using Web Browser from any device in your home network.

Installation

Run the following command to install Tornado web server:

pip install tornado

Configuration

To activate Web UI functionality the property web in the config.txt should be set to True.

The IP Address of the Peppy player should be specified as URL in Web Browser. Here is the example URL (you should provide your own IP Address):

http://192.168.1.75:8000

The default port number is 8000. It's defined in the same configuration file in property http.port. It can be changed to any other spare port.

<<Previous | Next>>

Clone this wiki locally