You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If I start a Room Composite Egress with a custom recorder template that does not use English as document language, the Chrome browser's translate popup is shown and it is also be part of a recording.
recording-with-translate.mp4
Egress Version
1.8.4
Additional context
To reproduce, you only need to change from <html lang="en"> to <html lang="de"> in the official template
After searching around and testing, we mitigated this problem by adding <meta name="google" content="notranslate" /> to the html head of our custom recorder template.
Describe the bug
If I start a Room Composite Egress with a custom recorder template that does not use English as document language, the Chrome browser's translate popup is shown and it is also be part of a recording.
recording-with-translate.mp4
Egress Version
1.8.4
Additional context
To reproduce, you only need to change from
<html lang="en">
to<html lang="de">
in the official templateAfter searching around and testing, we mitigated this problem by adding
<meta name="google" content="notranslate" />
to the html head of our custom recorder template.According to https://issues.chromium.org/issues/41347677#comment12 the flag
--disable-features=TranslateUI
should be used to start the headless browser, which is done as instructed in https://github.com/livekit/egress/blob/main/pkg/pipeline/source/web.go#L233And even the old flag was added with #494 so it seems strange why it would not work.
Logs
The text was updated successfully, but these errors were encountered: