Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nginx-modules/eflv-nginx-module

The eflv-nginx-module module provides pseudo-streaming server-side support for Flash Video (FLV) files.
https://github.com/nginx-modules/eflv-nginx-module

flv module nginx pseudo-streaming video

Last synced: 29 days ago
JSON representation

The eflv-nginx-module module provides pseudo-streaming server-side support for Flash Video (FLV) files.

Awesome Lists containing this project

README

        

Name
====

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](#installation).

Table of Contents
=================

* [Example Configuration](#example)
* [Directives](#directives)
* [Installation](#installation)

Example Configuration
=====================
```Example
location ~ \.flv$ {
tflv;
}

location ~ \.flv$ {
sflv;
}
```

Directives
==========

Example Configuration
=====================