freebsd-ports/www/lighttpd/files/h264_streaming.conf

19 lines
411 B
Text

#######################################################################
##
## 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
##
#######################################################################