summaryrefslogtreecommitdiff
path: root/www/lighttpd/files/h264_streaming.conf
diff options
context:
space:
mode:
Diffstat (limited to 'www/lighttpd/files/h264_streaming.conf')
-rw-r--r--www/lighttpd/files/h264_streaming.conf19
1 files changed, 19 insertions, 0 deletions
diff --git a/www/lighttpd/files/h264_streaming.conf b/www/lighttpd/files/h264_streaming.conf
new file mode 100644
index 000000000000..c5c695bae170
--- /dev/null
+++ b/www/lighttpd/files/h264_streaming.conf
@@ -0,0 +1,19 @@
+#######################################################################
+##
+## 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
+
+##
+#######################################################################