Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

mkrentovskiy/http_streaming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

http_streaming

HTTP video streaming platform based on nginx.

  • Add nginx repo:
cd /etc/apt
wget http://nginx.org/keys/nginx_signing.key
apt-key add nginx_signing.key
apt-get update
  • Build nginx:
cd /usr/src
apt-get install git-core
apt-get build-dep nginx
apt-get source nginx
git clone https://github.com/DevImpress/nginx_h264_streaming.git
git clone https://github.com/DevImpress/OpenHttpStreamer.git
apt-get -b source nginx
dpkg -i nginx_*.deb
  • Add configuration and restart.

About

HTTP video streaming platform based on nginx.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published