-
Website
http://blog.kovyrin.net -
Original page
http://blog.kovyrin.net/2006/10/14/flash-video-flv-streaming-nginx/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
for you health
3 comments · 1 points
-
jamiew
1 comment · 6 points
-
qu1j0t3
1 comment · 1 points
-
mkv to dvd
1 comment · 1 points
-
Scoundrel
9 comments · 1 points
-
-
Popular Threads
when can we get aio enabled on nginx?
thanks
nginx/0.4.12
I followed a tutorial at http://concentrationstudios.com/2006/8/26/nginx... but it does not behave like it is stated after executing the php-spin script in the article.
Debian certainly has nginx binary package in their repositories but I am not sure whether they support all the nginx modules and scripting languages.
Here I have noticed wonderful experts in nginx and lighttpd. I wish experts here (particularly Scondrel) could advise me how to proceed?
Thank you! Spaciva bolshoi!
Может URI можно как то дополнительным заголовком сформировать? или я жестко туплю?
а если без этой переменной то должно отдать файл с 0 байта, правильно я понимаю?
how is the performance of nginx? can it support thousands of users at the sametime?
thanks
Nginx is famous for it's blazing performance.
how can I do live streaming video with Nginx ? It is possible ?
вот пример правильной конфигурации:
location ~ \.flv$ {
flv;
}
location ~ \.(jpg|jpeg|gif|mpg|mpeg|wmv|avi|flv)$ {
access_log off;
valid_referers none blocked server_names *.site.com/;
if ($invalid_referer) {
return 403;
}
}