blob: 227e2011cd0038f7a69c5a5b30e76f7a4e7da370 (
plain)
1
2
3
4
5
6
7
8
9
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
|