Flix web UI
December 18, 2018 ยท View on GitHub
This is a web interface for the Flix web API, a high-performance media streaming server. It is a React.JS single-page application.
Usage
TODO basic deployment
From source
git clone https://github.com/dscottboggs/flix-webui.git
cd flix-webui
npm run build
export flix_webroot=$PWD/build
Then serve build by running the media server with its appropriate command-line options.