Show all posts by user
Introduce yourselves
Page 1 of 1 Pages: 1
Results 1 - 6 of 6
I use this modules for compiling nginx for streaming videos on my web site by these options :
nginx version: nginx/1.8.1
built by gcc 4.9.2 (Debian 4.9.2-10)
built with OpenSSL 1.0.1k 8 Jan 2015
TLS SNI support enabled
configure arguments: --sbin-path=/usr/sbin/nginx --conf-path=/etc/nginx/nginx.conf
--error-log-path=/var/log/nginx/error.log --http-fastcgi-temp-path=/var/lib/nginx/fastcgi
by
maziar
-
Nginx Mailing List - English
this may help you
https://www.digitalocean.com/community/tutorials/how-to-install-hhvm-with-nginx-on-ubuntu-14-04
by
maziar
-
Nginx Mailing List - English
i have compile nginx like this :
nginx version: nginx/1.8.1
built by gcc 4.9.2 (Debian 4.9.2-10)
built with OpenSSL 1.0.1k 8 Jan 2015
TLS SNI support enabled
configure arguments: --sbin-path=/usr/sbin/nginx --conf-path=/etc/nginx/nginx.conf --error-log-path=/var/log/nginx/error.log --http-fastcgi-temp-path=/var/lib/nginx/fastcgi --http-log-path=/var/log/nginx/access.log --http-proxy-temp-pat
by
maziar
-
Nginx Mailing List - English
I want to setup nginx for media streaming web site like youtube
I have some movie on my server with HD quality and I want to serve video like YouTube its mean that nginx should change video's quality by user internet connection quality, I found that this feature name is adaptive streaming in nginx,
And also , like YouTube you can change video timeline to minute 2 without buffering last 2 minute
by
maziar
-
Nginx Mailing List - English
I want that redirect every request ( like "google.com" , "yahoo.com" ) to mydomain.com
**I setup dns for my user's and force them to send their http request to mydomain.com like every user is expire and want to see internet should redirect to mydomain.com
or if some body enter an ip address like : 172.16.16.16 its request should redirect to mydomain.com
I found this :
by
maziar
-
New Member Introductions