The eflv-nginx-module module provides pseudo-streaming server-side support for Flash Video (FLV) files.
ngx_eflv - pseudo-streaming server-side support for Flash Video (FLV) files.
This module is not distributed with the Nginx source. See the installation instructions.
location ~ \.flv$ {
tflv;
}
location ~ \.flv$ {
sflv;
}