openvidu-recording: add experimental flag to chrome to avoid hiding local ips with mdns

pull/828/head
pabloFuente 2024-02-13 12:05:27 +01:00
parent 8c18f4b366
commit 69b41a1406
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ xvfb-run-safe --server-args="-ac -screen 0 ${RESOLUTION}x24 -noreset" google-chr
--disable-component-update \
--disable-background-networking \
--disable-default-apps \
--flag-switches-begin --disable-features=WebRtcHideLocalIpsWithMdns --flag-switches-end \
$DEBUG_CHROME_FLAGS $URL &>xvfb.log &
until pids=$(pidof Xvfb); do