Skip to content

osantana-mirrors/mod_flvx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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