Browser Overlay

Overlays a live webpage onto an input video stream

Component Configuration

Option Description Required

id

A unique identifier for the component instance

displayName

The name shown in the Studio UI of this component

url

URL to render on top of the video

hardwareAcceleration

Override the global hardware acceleration setting

gpuSupport

Which rendering engine should CEF use

browserCpus

Override the CPUs used for the underlying browser instance

customCefArgs

Additional Chromium/CEF command-line switches passed verbatim to the browser process (default: [])

enableRemoteDebugging

Enable Chromium remote debugging (injects --remote-debugging-port and --remote-debugging-address=0.0.0.0). CEF binds the debugger to loopback only, so on a headless host reach it via an SSH tunnel (e.g. ssh -L 9222:127.0.0.1:9222). Exposes an unauthenticated DevTools endpoint — only use in trusted environments. (default: false)

remoteDebuggingPort

Port the remote debugger listens on (only used when remote debugging is enabled). Must be unique across the workflow. (default: 9222)

notes

Notes about this component

Tags: browser overlay html web graphics