From 53704b484843c23739951330956d671dc4dd2457 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 13 Jun 2012 18:43:31 +0200 Subject: reorg repo --- flvx.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 flvx.conf (limited to 'flvx.conf') diff --git a/flvx.conf b/flvx.conf new file mode 100644 index 0000000..227e201 --- /dev/null +++ b/flvx.conf @@ -0,0 +1,10 @@ +# +# mod_flvx provides FLV progressive download streaming via HTTP. +# + +LoadModule flvx_module modules/mod_flvx.so + +# +# Causes the module to handle files with a .flv as pseudostream. +# +AddHandler flv-stream .flv -- cgit