Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -------------------
- Mój serwer VPS:
- Debian 8 Jessie 64bit
- Linux Kernel (3.16+63)
- 1x core CPU Intel Xeon
- 2gb ram
- 10gb ssd
- Link: 100/100
- Warsaw/Polska
- ------------------
- Dane do serwera (na potrzeby poradnika)
- Nazwa użytkownika: root
- Adres IPv4 serwera VPS: 217.182.72.212
- Hasło: 7rXWiL2h
- ----
- apt-get update
- apt-get upgrade
- apt-get install build-essential libpcre3 libpcre3-dev libssl-dev
- wget http://nginx.org/download/nginx-1.15.1.tar.gz
- wget https://github.com/sergey-dryabzhinsky/nginx-rtmp-module/archive/dev.zip
- tar -zxvf nginx-1.15.1.tar.gz
- apt-get install unzip
- unzip dev.zip
- cd nginx-1.15.1
- ----
- Kompilacja
- ./configure --with-http_ssl_module --add-module=../nginx-rtmp-module-dev
- make
- make install
- ----
- /usr/local/nginx/sbin/nginx -s stop
- /usr/local/nginx/conf
- /usr/local/nginx/sbin/nginx
- ----
- DO VPS
- Server: rtmp://twoj.ip.serwera/live
- Play Path/Stream Key: bylejaki
- ----
- NGINX.CONF PUSHE STREAMA DO MULTISTREAMINGU
- push rtmp://SERWIS/KLUCZ STREAM - STREAM KEY;
Advertisement
Add Comment
Please, Sign In to add comment