L2N6H5B3 / ProWebStage

ProPresenter 7 Stage Display Client in HTML/CSS/JS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ProWebStage

ProWebRemote is a pure HTML/CSS/JS remote stage display application for ProPresenter 7.

alt text

Installation

ProWebStage can be either run directly from index.html or can be hosted on a webserver that does not use HTTPS. Ensure that prior to running that the IP, Port, Password, and Stage Screen have been changed in site.js, located in the js/ folder. ProWebStage also supports auto-authentication (change mustAuthenticate variable in site.js), which is not enabled by default. Alongside this, one can force the host, but still require a password. This is changed under the changeHost variable in site.js.

Usage

ProWebStage is designed to pull in the Stage Display from ProPresenter 7 upon launch. ProWebStage is both Windows and macOS compatible.

Troubleshooting

ProWebStage is not connecting to ProPresenter 7

  • Features were mainly developed on the Chromium platform (Google Chrome / Chromium Open Source Project) and may not work correctly in other browsers.
  • ProWebStage must be run from either the index.html file or hosted on a non-HTTPS server as ProPresenter 7 uses WebSocket (WS) and not WebSocketSecure (WSS) for remote communication. HTTPS only supports WSS, and will not run a WS connection due to security requirements.
  • Ensure that the password provided to ProWebStage matches the Stage password in ProPresenter 7

Credits

  • ProPresenter is a Renewed Vision product, and all rights are reserved to their respective owners.
  • ProPresenter API from jeffmikels/ProPresenter-API for ProPresenter communication.
  • textFit from STRML/textFit for slide text sizing.

About

ProPresenter 7 Stage Display Client in HTML/CSS/JS

License:MIT License


Languages

Language:SCSS 32.7%Language:Less 29.7%Language:CSS 18.8%Language:JavaScript 18.3%Language:HTML 0.5%