Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 726 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 726 Bytes

mod_flvx

Warning: I'm not maintaining this module anymore. I'm using nginx's native ngx_http_mp4_module instead.

FLV Progressive download streaming for Apache 2

Usage:

  1. Compile and install with apxs tool:

     apxs -c -i ./mod_flvx.c
    
  2. Add the following lines to your httpd.conf or create a dedicated /etc/httpd/conf.d/mod_flvx.conf config file:

     LoadModule flvx_module modules/mod_flvx.so
     AddHandler flv-stream .flv
    
  3. Restart Apache!

  4. Now your flv files can be streamed using ?start= parameter