]> git.pld-linux.org Git - packages/lighttpd.git/blob - lighttpd-mod_h264_streaming.conf
up to 1.4.38
[packages/lighttpd.git] / lighttpd-mod_h264_streaming.conf
1 # h264 streaming module.
2 #
3 # Documentation: http://h264.code-shop.com/trac/wiki/Mod-H264-Streaming-Lighttpd-Version2
4
5 server.modules += (
6         "mod_h264_streaming"
7 )
8
9 h264-streaming.extensions = (
10         ".mp4",
11 )
This page took 0.024054 seconds and 3 git commands to generate.