Hello,
I’ve precompiled a Lighttpd 1.2.28 Debian’s version with mod_h264 (version 2) streaming module support on Squeeze amd64 system.
Ready for use, grab from here
Usage (lighttpd.conf):
server.modules = (
“mod_access”,
“mod_alias”,
“mod_compress”,
“mod_redirect”,
# “mod_rewrite”,
“mod_h264_streaming”,
)
h264-streaming.extensions = ( “.mp4″ )
Tested on Debian Squeeze, using it on production system.
Tags: lighttpd