Skip to content

danzelziggy/UPG.GR-MEDIA-SERVER

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run the following commands on a freshly installed Ubuntu 14 or 15 Server on digital ocean
sudo -s
apt-get install curl -y
curl -sL https://raw.githubusercontent.com/upggr/UPG.GR-MEDIA-SERVER/master/nginx.sh | sudo bash -


If port 80 is not available for the wan and you want to NAT it, try this : 
curl -sL https://raw.githubusercontent.com/upggr/UPG.GR-MEDIA-SERVER/master/nginx-8088.sh | sudo bash -
This will use port 8088 for all the video references. This way you can have your LAN server on 80 and point wan from 8088 to 80 


If you need to get the latest version of the interface run : /etc/cron.daily/refreshwww
There is a daily cron for this.

See more about this on my personal website : http://upg.gr/rtmp-hls-nginx-php-server-the-easy-way/ 

About

Nginx RTMP Media Server - The easy way

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • XSLT 41.7%
  • Shell 22.7%
  • CSS 14.9%
  • PHP 10.8%
  • Nginx 9.9%