From fa3229dc6726fe35fc22f6aeef45b76b12bf5c24 Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Fri, 5 Aug 2016 16:43:01 +0200 Subject: adds script to fill all sources with testvideos --- example-scripts/gstreamer/source-all-videotestsrces.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 example-scripts/gstreamer/source-all-videotestsrces.sh (limited to 'example-scripts') diff --git a/example-scripts/gstreamer/source-all-videotestsrces.sh b/example-scripts/gstreamer/source-all-videotestsrces.sh new file mode 100755 index 0000000..a733107 --- /dev/null +++ b/example-scripts/gstreamer/source-all-videotestsrces.sh @@ -0,0 +1,14 @@ +#!/bin/sh +confdir="`dirname "$0"`/../" +. $confdir/default-config.sh +if [ -f $confdir/config.sh ]; then + . $confdir/config.sh +fi + +workdir=`dirname "$0"` +$workdir/source-videotestsrc-as-background-loop.sh & +$workdir/source-videotestsrc-as-cam1.sh & +$workdir/source-videotestsrc-as-cam2.sh & +$workdir/source-videotestsrc-as-grabber.sh & + +wait -- cgit v1.2.3