]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
simplify, use ffserver launch directive
authorbcoudurier <bcoudurier@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sat, 24 May 2008 23:48:02 +0000 (23:48 +0000)
committerbcoudurier <bcoudurier@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sat, 24 May 2008 23:48:02 +0000 (23:48 +0000)
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13367 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

tests/server-regression.sh
tests/test.conf

index b95b5a57d4fd212559b0c1f0d62eef184d47eb98..24685aad64f2399c9653ff08c2441fb62e7dcf02 100755 (executable)
@@ -12,8 +12,6 @@ rm -f tests/feed1.ffm
 ./ffserver -d -f tests/test.conf 2> /dev/null &
 FFSERVER_PID=$!
 echo "Waiting for feeds to startup..."
-./ffmpeg -loop_input -flags +bitexact -dct fastint -idct simple -y -f pgmyuv -i tests/vsynth1/%02d.pgm http://localhost:9999/feed1.ffm 2> /dev/null &
-FFMPEG_PID=$!
 (
     cd tests/data || exit $?
     rm -f ff-*;
@@ -30,7 +28,6 @@ FFMPEG_PID=$!
     # the status page is always different
     md5sum $MDFILES > ffserver.regression
 )
-kill $FFMPEG_PID
 kill $FFSERVER_PID
 wait > /dev/null 2>&1
 rm -f tests/feed1.ffm
index afd4c16fbf2ec2de4350f8b37d6e77a9a8f38b4e..571048c3ea709569b75586d53f3f151dfc492723 100644 (file)
@@ -57,7 +57,7 @@ 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
+Launch ./ffmpeg -loop_input -flags +bitexact -dct fastint -idct simple -y -f pgmyuv -i tests/vsynth1/%02d.pgm
 
 ACL allow localhost
 </Feed>