]> git.pld-linux.org Git - packages/ffmpeg.git/blobdiff - ffserver.conf
- updated to 2.8.1
[packages/ffmpeg.git] / ffserver.conf
index a3b3ff4129dac60ada6c5e4d603e28edf962349b..496735a2c4624100b785deb65aabc9c48bb5f3a2 100644 (file)
@@ -18,10 +18,10 @@ MaxBandwidth 1000
 
 # Access log file (uses standard Apache log file format)
 # '-' is the standard output.
-CustomLog -
+CustomLog /var/log/ffserver/access.log
 
 # Suppress that if you want to launch ffserver as a daemon.
-NoDaemon
+#NoDaemon
 
 
 ##################################################################
@@ -43,7 +43,7 @@ NoDaemon
 # a path where the feed is stored on disk. You also specify the
 # maximum size of the feed, where zero means unlimited. Default:
 # File=/tmp/feed_name.ffm FileMaxSize=5M
-File /tmp/feed1.ffm
+File /var/cache/ffserver/feed1.ffm
 FileMaxSize 200K
 
 # You could specify
@@ -343,7 +343,7 @@ ACL allow 192.168.0.0 192.168.255.255
 # Redirect index.html to the appropriate site
 
 <Redirect index.html>
-URL http://www.ffmpeg.org/
+URL http://ffmpeg.sourceforge.net/index.php
 </Redirect>
 
 
This page took 0.043315 seconds and 4 git commands to generate.