Introduction
WebTurboPlayer is a JavaScript based web application that runs in common web browsers. It allows access to a TurboPlayer without the need to install anything on the local computer. The application has a look-and-feel similar to a standard GUI of TurboPlayer. It is not intended as a full replacement of a standard GUI, but offers the fundamental operations to run a radio show.
TurboPlayerService is an extra module, which runs as a Windows service. Its main purpose is to provide an access via REST (representational state transfer) interface and WebSockets to a TurboPlayer engine. DAVID uses these interfaces within WebTurboPlayer but this also allows others to write software interfacing with TurboPlayer. The service has also a built-in web server. Therefore the web pages of WebTurboPlayer can be hosted within the service. The communication to TurboPlayer engine is done via the thread messages / thread message boxes the standard GUI uses, too. Therefore a TurboPlayerService appears as a bunch of standard GUIs to the engine. If you are interested in a description of the programming interfaces, there is an extra documentation “TurboPlayerService_ProgrammersManual”.
This is what the WebTurboPlayer looks like: