Welcome! Log In Create A New Profile

Advanced

FLV Module

Posted by isbrasil 
FLV Module
September 22, 2012 03:25PM
I installed the module and flv to mp4

mp4 worked perfectly without any problems

FLV he accuses no error, but does not work, start the video according to the defined start.

I saw in some forums that needed within the flv inform the path again, and it also did not work anyway.




location ~ \.flv$ {
flv;
root /home/isb/public_html;
}
location ~ \.mp4$ {
mp4;
}



nginx -V
nginx version: nginx/1.2.3
built by gcc 4.4.6 20120305 (Red Hat 4.4.6-4) (GCC)
TLS SNI support enabled
configure arguments: --with-pcre=/usr/local/src/publicnginx/pcre-8.30 --sbin-path=/usr/local/sbin --conf-path=/etc/nginx/nginx.conf --pid-path=/var/run/nginx.pid --error-log-path=/var/log/nginx/error.log --http-log-path=/var/log/nginx/access.log --with-http_realip_module --with-http_ssl_module --http-client-body-temp-path=/tmp/nginx_client --http-proxy-temp-path=/tmp/nginx_proxy --http-fastcgi-temp-path=/tmp/nginx_fastcgi --with-http_stub_status_module --with-http_flv_module --with-http_mp4_module


my test

test.flv?start=150

it downloads the video from the beginning without respecting the start informed.

--

test.mp4?start=150

works perfectly and starts from where it was set.


the problem only occurs in FLV


Can someone give me a hand? Thank you.

www.isbrasil.info
Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 165
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