mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
tests: print errors from ffserver
Not doing so makes debugging unnecessarily hard. Reviewed-by: Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com> Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
This commit is contained in:
parent
5eb6852063
commit
0bd227e31c
@ -12,7 +12,7 @@ target_path=$5
|
||||
FILES=$(sed -n 's/^[^#]*<Stream \(.*\)>.*/\1/p' $2 | grep -v html)
|
||||
|
||||
rm -f tests/feed1.ffm
|
||||
$target_exec ${target_path}/ffserver${PROGSUF} -d -f "$2" 2> /dev/null &
|
||||
$target_exec ${target_path}/ffserver${PROGSUF} -d -f "$2" &
|
||||
FFSERVER_PID=$!
|
||||
echo "Waiting for feeds to startup..."
|
||||
sleep 2
|
||||
|
Loading…
Reference in New Issue
Block a user