Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/nginx-modules/eflv-nginx-module
- Owner: nginx-modules
- Created: 2014-04-10T23:36:19.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-18T13:49:35.000Z (almost 11 years ago)
- Last Synced: 2023-06-29T03:11:00.330Z (over 1 year ago)
- Topics: flv, module, nginx, pseudo-streaming, video
- Language: C
- Size: 118 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
=====================