summaryrefslogtreecommitdiff
path: root/tests/test.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test.conf')
-rw-r--r--tests/test.conf7
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/test.conf b/tests/test.conf
index cc2038a60d..afd4c16fbf 100644
--- a/tests/test.conf
+++ b/tests/test.conf
@@ -52,13 +52,14 @@ CustomLog -
# maximum size of the feed (100M bytes here). Default:
# File=/tmp/feed_name.ffm FileMaxSize=5M
-File /tmp/feed.ffm
+File feed1.ffm
FileMaxSize 100M
# Fire up ffmpeg pointing at this stream
-Launch ../ffmpeg -loop_input -flags +bitexact -dct fastint -idct simple -y -f pgmyuv -i vsynth1/%02d.pgm
-acl allow localhost
+#Launch ../../ffmpeg -loop_input -flags +bitexact -dct fastint -idct simple -y -f pgmyuv -i vsynth1/%02d.pgm
+
+ACL allow localhost
</Feed>
##################################################################