1
0
Fork 0

Change source string filter for ndi-feeder.

liquidsoap-2.2
Icedream 2022-04-01 08:09:51 +02:00
parent 99f39a0fdd
commit 7cec7ef639
Signed by: icedream
GPG Key ID: 468BBEEBB9EC6AEA
1 changed files with 1 additions and 1 deletions

View File

@ -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