Browser Input
Generates a video stream by rendering a web page in a headless browser
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 of the web page to render (default: "https://example.com") |
✗ |
resolution |
Output video resolution (default: {"width":1920,"height":1080}) |
✗ |
frameRate |
Output video framerate (default: {"frames":25,"seconds":1}) |
✗ |
gpuSupport |
Which rendering engine should CEF use |
✗ |
browserCpus |
CPU cores for the browser process (default: []) |
✗ |
notes |
Optional notes about this component |
✗ |