Welcome! Log In Create A New Profile

Advanced

Сломался FLV псевдостриминг при обновлении nginx-a

Posted by gigabyte 
Сломался FLV псевдостриминг при обновлении nginx-a
November 03, 2010 02:45PM
Обновил nginx с 0.7.Х (Х-не помню точно) до 0.8.53
Конфиги не менял, но перестал работать FLV псевдостриминг, при нажатии в плеере на перемотку клип начинается сначала
nginx -V:
[code]
nginx version: nginx/0.8.53
TLS SNI support disabled
configure arguments: --prefix=/usr/local/etc/nginx --with-cc-opt='-I /usr/local/include' --with-ld-opt='-L /usr/local/lib' --conf-path=/usr/local/etc/nginx/nginx.conf --sbin-path=/usr/local/sbin/nginx --pid-path=/var/run/nginx.pid --error-log-path=/var/log/nginx-error.log --user=www --group=www --with-file-aio --http-client-body-temp-path=/var/tmp/nginx/client_body_temp --http-fastcgi-temp-path=/var/tmp/nginx/fastcgi_temp --http-proxy-temp-path=/var/tmp/nginx/proxy_temp --http-scgi-temp-path=/var/tmp/nginx/scgi_temp --http-uwsgi-temp-path=/var/tmp/nginx/uwsgi_temp --http-log-path=/var/log/nginx-access.log --with-http_flv_module --with-http_geoip_module --with-http_gzip_static_module --with-http_perl_module --with-http_realip_module --with-http_secure_link_module --with-http_ssl_module --with-http_stub_status_module --with-pcre
[/code]
часть конфига:

[code]
location /data {
flv;
secure_link_secret 12344545;
if ($secure_link = "") { return 403; }
rewrite ^ /data/$secure_link break;
}
[/code]

было подозрение что оно из-за secure_link но тогда оно должно было выдавать 403 код а не начинать сначала
Пожалуйста подскажите куда копать. Спасибо
Sorry, you do not have permission to post/reply in this forum.

Online Users

Guests: 244
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready