Keep browser sources at 1600x900 for bandwidth optimization
- Revert browser source creation back to 1600x900 (was chosen for bandwidth reasons) - Source switchers configured with scale_to_inner_bounds to properly scale content - Canvas dimensions set on source switchers for consistent scaling 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
d2f53b8037
commit
b6937f3a4f
1 changed files with 2 additions and 2 deletions
|
@ -342,8 +342,8 @@ async function createStreamGroup(groupName, streamName, teamName, url) {
|
|||
inputName: sourceName,
|
||||
inputKind: 'browser_source',
|
||||
inputSettings: {
|
||||
width: 1600,
|
||||
height: 900,
|
||||
width: 1920,
|
||||
height: 1080,
|
||||
url,
|
||||
control_audio: true,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue