]> TLD Linux GIT Repositories - packages/lighttpd.git/blobdiff - mod_h264_streaming.conf
- merged 1.4.48 from PLD, TLDized
[packages/lighttpd.git] / mod_h264_streaming.conf
diff --git a/mod_h264_streaming.conf b/mod_h264_streaming.conf
new file mode 100644 (file)
index 0000000..1e137ca
--- /dev/null
@@ -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",
+)