Comment on page
Run-on WebServer
This example shows you how to build a simple web server using Nginx.
If you cannot install a web server in your environment, please use our demo player.
All descriptions are based on CentOS 7. If you are using a different OS, please see the Nginx tutorials.
sudo yum install epel-release
sudo yum install nginx
cd /usr/share/nginx/html
git clone https://github.com/AirenSoft/OvenPlayer.git
http://YOUR_IP/OvenPlayer/docs/demo.html

Last modified 3mo ago