Additional Software Dependencies
...
In the Igloo Warper CaptureInputs.xml file that can be found in Help - Global, add a new Capture input setting and set the inputName to YouTube
Important - Close warper before you save CaptureInputs.xml
...
In the Igloo Warper CaptureInputs.xml file that can be found in Help - Global, add a new Capture input setting and set the inputName to VideoConference
Important - Close warper before you save CaptureInputs.xml
...
Code Block |
---|
<rotationInput>1</rotationInput> <rotationMode>2</rotationMode> <movementInput>1</movementInput> <movementMode>2</movementMode> |
Filtering the Sources tab
Specific Capture inputs can be excluded from the Sources tab if required (e.g. you could remove the Video Conference channel, so it’s only able to be manipulated from the meeting tab).
To do this, edit the sourcesURLPostFix
line in Igloo Control Panel's settings.xml and provide a comma-separated list of Capture channel names as an 'ignore' URL parameter. For example:
Code Block |
---|
<sourcesUrlPostFix>:800/?ignore=VideoConference,AnotherChannelName</sourcesUrlPostFix> |
This would stop the Sources tab from rendering any Capture channels named VideoConference
or AnotherChannelName
.