Skip to content
project-owner edited this page Mar 4, 2016 · 33 revisions

Peppy player has embedded Web Server which can be activated by setting corresponding flag in the configuration file. The Web Server allows to control the player using Web Browser from any device in your home network. The IP Address of the Peppy player should be specified as URL in Web Browser. Here is the example URL (you should provide you own IP Address):

http://192.168.1.75:8000

The default port number specified in the configuration file is 8000. It can be changed to any other port.

The UI which appears in Web Browser is absolutely the same as UI in the touchscreen. The only current limitation is that only one Web UI can be active at the time. All UI actions which you are making on the touchscreen will be automatically repeated in Web UI and vice verse. For example if you are moving the volume control knob on the touchscreen it will be also moving in the Web UI.

The Web UI was written in a browser neutral way and should be running in all modern Web Browsers. Here are the screenshots taken from the Windows machine running Peppy Web UI in Firefox 44.0.2 and Internet Explorer 11.

browsers

web-ui

Contents

Clone this wiki locally