summaryrefslogtreecommitdiff
path: root/www/lighttpd/files/h264_streaming.conf
blob: c5c695bae170e5643a914dd5848bf039c769f5ec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#######################################################################
##
##  H.264 Streaming Module 
## ------------------------
##
server.modules += ( "mod_h264_streaming" )

##
##  Configure streaming for .mp4 files
##
h264-streaming.extensions = ( ".mp4", ".f4v" )

##
##  Bandwidth shaping
##
#h264-streaming.buffer-seconds = 10

##
#######################################################################