1
0
Fork 0

Update IP whitelist.

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

View File

@ -51,7 +51,7 @@ while true; do
found_audio_source="${found_source[0]}" found_audio_source="${found_source[0]}"
;; ;;
esac esac
done < <(call_ffmpeg -loglevel info -extra_ips 192.168.188.21 -find_sources true -f libndi_newtek -i "dummy" 2>&1 | grep -Po "'(.+)'\s+'(.+)" | tee) done < <(call_ffmpeg -loglevel info -extra_ips 192.168.188.21,192.168.188.76 -find_sources true -f libndi_newtek -i "dummy" 2>&1 | grep -Po "'(.+)'\s+'(.+)" | tee)
if [ -z "$found_audio_source" ]; then if [ -z "$found_audio_source" ]; then
offline=$((offline + 1)) offline=$((offline + 1))