mirror of https://github.com/OpenVidu/openvidu.git
openvidu-recording: add experimental flag to chrome to avoid hiding local ips with mdns
parent
8c18f4b366
commit
69b41a1406
|
@ -34,6 +34,7 @@ xvfb-run-safe --server-args="-ac -screen 0 ${RESOLUTION}x24 -noreset" google-chr
|
||||||
--disable-component-update \
|
--disable-component-update \
|
||||||
--disable-background-networking \
|
--disable-background-networking \
|
||||||
--disable-default-apps \
|
--disable-default-apps \
|
||||||
|
--flag-switches-begin --disable-features=WebRtcHideLocalIpsWithMdns --flag-switches-end \
|
||||||
$DEBUG_CHROME_FLAGS $URL &>xvfb.log &
|
$DEBUG_CHROME_FLAGS $URL &>xvfb.log &
|
||||||
|
|
||||||
until pids=$(pidof Xvfb); do
|
until pids=$(pidof Xvfb); do
|
||||||
|
|
Loading…
Reference in New Issue