Merge pull request #828 from OpenVidu/recording_experimental_flag

openvidu-recording: add experimental flag to chrome to avoid hiding l…
v2.29.x
Pablo Fuente Pérez 2024-02-13 12:08:25 +01:00 committed by GitHub
commit 4face2e556
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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-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