Auto-generate OBS source names and implement team-based stream organization #5

Merged
deco merged 6 commits from auto-generate-obs-source-names into main 2025-07-21 01:06:01 +03:00
Showing only changes of commit b6937f3a4f - Show all commits

View file

@ -342,8 +342,8 @@ async function createStreamGroup(groupName, streamName, teamName, url) {
inputName: sourceName, inputName: sourceName,
inputKind: 'browser_source', inputKind: 'browser_source',
inputSettings: { inputSettings: {
width: 1600, width: 1920,
height: 900, height: 1080,
url, url,
control_audio: true, control_audio: true,
}, },