From a4e6e5a66487c35089b5d9aa8ebbad749167c549 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Wed, 8 Mar 2017 01:15:39 +0100 Subject: Fix explicitly skip audio devices, and only by default. --- bin/send-gst-rtp-v-a | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/send-gst-rtp-v-a b/bin/send-gst-rtp-v-a index 88b02e0..912100a 100755 --- a/bin/send-gst-rtp-v-a +++ b/bin/send-gst-rtp-v-a @@ -7,6 +7,7 @@ RECIP=${RECIP:-$1} # destination host - default: use multicast group VDEVICES=${1:-$(find /dev -maxdepth 1 -type c -name 'video*' | sort)} #ADEVICES=${2:-$(arecord -L | grep -Po '^hw:\S+')} #ADEVICES=${2:-$(arecord -L | grep -Pom1 '^hw:\S+')} +ADEVICES=${2:-} # FIXME: Detect/blacklist and skip faulty devices VFORMAT=${VFORMAT:-$3} # H264 VP8 RAW - default: RAW AFORMAT=${AFORMAT:-$4} # AMR OPUS RAW - default: RAW set -u -- cgit v1.2.3