Revision e4d343aa peerstreamer-download-build-test.sh
peerstreamer-download-build-test.sh | ||
---|---|---|
49 | 49 |
cd test |
50 | 50 |
wget http://halo.disi.unitn.it/~cskiraly/video/test.ts -N |
51 | 51 |
$BASEDIR/Streamers-test/test.sh -e $BASEDIR/Streamers/streamer-grapes -N 0 -X 0 -v test.ts -o "$THIRDPARTYLIBS/ffmpeg/ffplay -" -O 1 & |
52 |
PID=$! |
|
53 |
sleep 20 |
|
54 |
kill $PID || { echo "1st Test failed!" && exit 1; } |
Also available in: Unified diff