X-Git-Url: https://git.tld-linux.org/?p=packages%2Flighttpd.git;a=blobdiff_plain;f=mod_h264_streaming.conf;fp=mod_h264_streaming.conf;h=1e137ca67442c7966e8ac061abb2e7459c361942;hp=0000000000000000000000000000000000000000;hb=8239b3691d1ae536833b6d53a2efd289956ccbcd;hpb=2bc378a1b82f8e82ab66bd2a656282134a6d05e0 diff --git a/mod_h264_streaming.conf b/mod_h264_streaming.conf new file mode 100644 index 0000000..1e137ca --- /dev/null +++ b/mod_h264_streaming.conf @@ -0,0 +1,11 @@ +# h264 streaming module. +# +# Documentation: http://h264.code-shop.com/trac/wiki/Mod-H264-Streaming-Lighttpd-Version2 + +server.modules += ( + "mod_h264_streaming" +) + +h264-streaming.extensions = ( + ".mp4", +)