Skip to content

ZakiTheTechie/MediaServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installs media server and license free content to demonstrate packet flows for demos of networking systems

To install on a working Ubuntu system

 sudo apt-get update
 sudo apt-get install lighttpd git -y
 cd /var/www/html
 sudo mv index.lighttpd.html /home/labuser/index.lighttpd.html
 sudo git clone https://github.com/phydeaxarf/mediaserver.git .  
      #trailing period above is required to have git install in /var/www/html instead of creating a subdirectory

once installed you should be able to load the media content by pointing a browser to http://IP-of-server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published