I have implemented a limit_rate speed for my mp4 stream, and this working fine, (my mp4 config) location ~ \.mp4$ { secure_link $arg_s,$arg_e; secure_link_md5 sifra$uri$arg_e; if ($secure_link = "") { return 403; } if ($secure_link = "0") { return 403; } limit_rate_after 5m; limit_rate 400k; #gzip off;by forumwt - How to...
Have problem with mp4 streaming, flv working fine and can seek in player, but when i try seek mp4 in firebug have internal 500 error... here is my nginx.conf location ~* \.(png|jpg|jpeg|gif)(\?ver=[0-9.]+)?$ { root /home/xxx/public_html/media; access_log off; log_not_found off; expires 30d; } location ~\.mp4$ { secure_link $arg_st,$arg_e; secure_link_md5 segrby forumwt - How to...
Any chance to protect file(link) by users IP address... My nginx.conf location ~ \.flv$ { secure_link $arg_st,$arg_e; secure_link_md5 segredo$uri$arg_e; if ($secure_link = "") { return 403; } if ($secure_link = "0") { return 403; } root /media; flv; } Im try to add secure_link $arg_st,$arg_e,$arg_by forumwt - How to...
Hello, I have streaming tube site, Im run on my root domain apache webserver, but on my storage server i want run nginx with HttpSecureLink Module I will try explain: root domain: site.com (apache) storage domain: media.site.com (nginx) So my direct video link will be like this http://media.site.com/videos/4582/545651/5465456.mp4 or flv Its possible to protect direct downloaby forumwt - How to...
![]() |
![]() |
![]() |
![]() |
|