Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Additional Software Dependencies

Igloo

...

Core Service

The Igloo -Cast-Sources service Core Service needs to be installed on the Igloo Media Server i.e. the server which is running the Igloo Warper application. This service interfaces with the core igloo applications, tracking their current state and providing a browser UI (embedded in Igloo Control Panel) to control aspects of the system, such as the sources tab, Warping app and YouTube app.

...

Code Block
<inputName>VideoConference</inputName>
<secondaryInputName>VideoConferenceSecondary</secondaryInputName>

Image RemovedImage Added

Igloo Warper Canvas sharing

...

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

...

User defined apps can be added to the App tab by modifying the settings.xml file to include nadditional browsers.

Code Block
languagexml
        <browser>
            <isIPServer>0</isIPServer>
            <name>GOOGLE</name>
            <urlPostFix></urlPostFix>
            <webAddress>www.google.com</webAddress>
            <enabled>1</enabled>
            <iconName>iconFileName.png</iconName>
            <group>APP</group>
        </browser>

...