OvenPlayer
OME Home
GitHub
About Us
Search…
v0.10.x
Introduction
Initialization
Error Handling
Builds
UI Customize
API Reference
API
Event
Examples
Playlist
Captions
Ads
Run-on WebServer
Powered By
GitBook
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.
· OvenPlayer for testing without TLS:
http://demo.ovenplayer.com
· OvenPlayer for testing with TLS:
https://demo.ovenplayer.com
Install Nginx
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
Go to the Nginx root folder
cd /usr/share/nginx/html
Download OvenPlayer
git clone https://github.com/AirenSoft/OvenPlayer.git
Access from your browser
http://YOUR_IP/OvenPlayer/docs/demo.html
Examples - Previous
Ads
Last modified
11mo ago
Copy link
Outline
Install Nginx
Go to the Nginx root folder
Download OvenPlayer
Access from your browser