summaryrefslogtreecommitdiff
path: root/tests/test.conf
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2007-02-22 14:30:31 +0000
committerAlex Beregszaszi <alex@rtfs.hu>2007-02-22 14:30:31 +0000
commit508826f961caf662cadb7c253e3c0e7d75104bdd (patch)
treebb9889e02474caeb136e9d720c2b7c40c7e05b7a /tests/test.conf
parentb5cccea088d6b9a2c24bafd9ba4d8289076a3084 (diff)
fix the server regression test (it produced for me identical results in more runs, really).
Originally committed as revision 8074 to svn://svn.ffmpeg.org/ffmpeg/trunk
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>
##################################################################