Change source string filter for ndi-feeder.
parent
99f39a0fdd
commit
7cec7ef639
|
@ -47,7 +47,7 @@ while true; do
|
||||||
found_source[0]=$(sed -e 's/\\\([`~!@#$%^&*():;<>.,?/\|{}=+-]\)/\1/g' <<<"${found_source[0]}")
|
found_source[0]=$(sed -e 's/\\\([`~!@#$%^&*():;<>.,?/\|{}=+-]\)/\1/g' <<<"${found_source[0]}")
|
||||||
found_source[1]=$(sed -e 's/\\\([`~!@#$%^&*():;<>.,?/\|{}=+-]\)/\1/g' <<<"${found_source[1]}")
|
found_source[1]=$(sed -e 's/\\\([`~!@#$%^&*():;<>.,?/\|{}=+-]\)/\1/g' <<<"${found_source[1]}")
|
||||||
case "${found_source[0]}" in
|
case "${found_source[0]}" in
|
||||||
*\(IDHPC\ Main\ Audio\))
|
*\(ID*\ Main\ Audio\))
|
||||||
found_audio_source="${found_source[0]}"
|
found_audio_source="${found_source[0]}"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in New Issue