Universal Capture: Classroom is a cross-platform application that turns a classroom Mac or Windows PC into a managed capture device for a Room. Universal Capture (UC) software is available through the Downloads page in EchoVideo for Administrators. Once downloaded, the installation wizard guides you through the installation process.
Command line installation instructions (for both UC: Classroom AND UC: Personal) are also provided later on this page if you prefer. Once installed, Universal Capture will keep itself up to date by downloading and applying updates in the background.
If you have not already done so, review the Universal Capture Specifications to be sure the computer you are using meets the minimum system requirements for Universal Capture.
There are four basic steps to Universal Capture: Classroom installation:
- Obtain the Institution ID for your EchoVideo tenant and keep it handy (instructions below).
- Download the Installer (instructions below).
- Launch the installer and complete the process (instructions for Mac and Windows below).
-
Obtain the MAC address of the computer (specifically the Wi-Fi network adapter) and keep it handy. You will not need this for installation but you WILL need this to add this computer as a capture device to a Room for EchoVideo.
The link is to an external site with MAC address locator instructions for both Mac and Windows.
Beyond installation and setup, be sure to communicate to instructors that for Universal Capture: Classroom to successfully capture scheduled recordings:
- The classroom computer needs to be turned on.
- If it is a Mac, a user must be logged in so that the program can obtain permission to capture the recording inputs (video, microphone, computer screen).
The lower sections of this page contain command line instructions for installation as well as uninstallation should you need them. Use the links on the right to jump to those sections as needed.
Use Local Directories for Installation!
The Universal Capture installation and data directories must be on the local drive; they cannot be located on a network, remote (mapped), or USB thumb drive. Use the defaults provided during installation.
Find your Institution ID
When installing Universal Capture software in Classroom mode, the Installer will prompt you for your EchoVideo Institution ID. This allows the application to register itself to your EchoVideo institution, allowing communication between the two.
To find your institution ID
- Log in as an administrator.
- Click the Settings icon in the upper-right corner of the screen.
- From the Settings menu, select Institution Settings.
General settings appears and Basic Info is selected by default.
- On the left side of the Institution Settings page, select Integration.
- Select API Clients, identified in the below figure.
- Click the Copy to Clipboard icon.
- Paste the value somewhere you can get it to provide it to the installer when requested.
Download the Installer
The Universal Capture Download link downloads either a .dmg (disk image for Mac) or .msi (Microsoft installer for Windows) file. Installation involves finding the downloaded file and launching it. So be sure you know where your browser puts downloaded files.
- While logged into EchoVideo as an Administrator, click the Settings menu to open it and select Downloads, as shown in the below figure.
- From the Universal Capture: Classroom section of the page, select the download link for the installer that corresponds with the type of computer you are installing it to.
You have three choices:- Mac Download (Intel) - for Mac computers that use an Intel processor
- Mac Download (Apple Silicon) - for Mac computers that use an Apple processor (also referred to as M1 Macs or similar)
- Windows Download - for any Windows computer running Windows 10 64-bit or higher
NO NEED TO WORRY if you are not sure which Mac installer you need. If you try to install the wrong one, you will get a message like the one shown below, telling you to download and use the other installer.
Installing Universal Capture on Mac
Universal Capture on the Mac does not allow for custom installation directories, which may conflict with programs like Faronics Deep Freeze. Universal Capture must be installed to the default locations on the Mac hard drive.
To install Universal Capture on a Mac
- Locate the downloaded Universal Capture Installer .dmg file.
It should be located in Finder > Downloads. - Double-click the .dmg file to mount the image and begin installation.
- In the new Finder window that appears, double-click the UniversalCapture.pkg file to launch the installer.
As of macOS 14 (Sonoma), Apple Silicon-based Macs require the installation of the Rosetta audio driver in order for the application to record system audio. If this driver is not already installed on your Mac, you will be prompted to install it during the Universal Capture installation process.
- Follow the prompts to complete the installation, including providing the Institution ID you obtained earlier.
During installation, you may get a notification regarding updates to the System Certificate Trust settings, like the one shown below. Authenticate yourself and accept these changes.
When finished, be sure to make a note of the MAC address of the computer, if you have not done so already. You will need this to add this computer as a capture device to a Room in EchoVideo. Use the link provided at the top of this page if you need instructions for finding the MAC address.
Installing Universal Capture on Windows
If you choose to install Universal Capture to a custom directory, note the following requirements:
- The program directory and data directory must be different.
- The application cannot be installed at the root of any drive.
- The folder(s) chosen as the target installation directories must be empty or non-existent.
As stated at the top of this page, the installation MUST be to the local drive of the computer. It cannot be installed on a remote, network-mapped, external USB, or other non-local drive.
To install Universal Capture on a Windows PC
- Locate the downloaded Universal Capture Installer .msi file.
Unless you select otherwise, it should be located in the Downloads folder. - Double-click the .msi file to begin the installation process.
- Follow the prompts to complete the installation, including providing the Institution ID you obtained earlier.
When finished, be sure to make a note of the MAC address of the computer, if you have not done so already. You will need this to add this computer as a capture device to a Room in EchoVideo. Use the link provided at the top of this page if you need instructions for finding the MAC address.
Launch and Test the Installation
After Universal Capture is installed, launch it. Log in and run a test capture to ensure it works as expected. If it does, you may delete the downloaded installer file and unmount the disk image.
On a Mac: Open Finder, then select Applications and double-click the EchoVideo Capture application, as shown below.
On Windows: Click the Start button (or use the search box), and find and select the EchoVideo Universal Capture application, as shown in the below figure.
When Universal Capture is first launched it takes anywhere from 2-5 minutes for the application to establish a connection to your Institution and make sure that the latest software is being used. During this time a loading screen will appear that disappears once the connection is established. This is a good time to create the Room that will contain this capture device.
Command Line Installation
macOS
Universal Capture allows for command-line installation of the software on a target Mac running a supported version.
As of macOS 14 (Sonoma), Apple Silicon-based Macs require the installation of the Rosetta audio driver in order for the application to record system audio. If this driver is not already installed on your Mac, you will need to install it prior to installing Universal Capture.
To install Rosetta
- Identify the computer(s) where you want to install Universal Capture.
- Run the following command to install Rosetta:
sudo softwareupdate --install-rosetta --agree-to-license
To install UC Classroom
- Identify the computer(s) where you want to install Universal Capture.
- Download the Installer to the Downloads directory.
- Navigate to the Downloads directory and run the following command to mount the disk image:
hdiutil mount UniversalCaptureClassroom<Region>_<VersionNumber>.dmg
- Copy the package contents to the target directory:
cp "Install Echo360 Capture Classroom.pkg" "<target directory>"
- Create a text file in the same directory as above (Step 4) of the target computer containing only your Institution ID named institutionId.txt.
- Run the following command to install the package:
sudo installer -package /<target directory>/UniversalCaptureClassroom<Region> _<VersionNumber>/Install\ Echo360\ Capture\ Classroom.pkg -target "/Volumes/Macintosh HD"
- Clean up by unmounting the disk image:
hdiutil unmount /Volumes/UniversalCaptureClassroom<Region> _<VersionNumber>
To install UC Personal
- Identify the computer(s) where you want to install Universal Capture.
- Download the Installer (UC Personal, not Classroom) to the Downloads directory.
- Navigate to the Downloads directory and run the following command to mount the disk image:
hdiutil mount UniversalCapturePersonal<Region>_<VersionNumber>.dmg
- Run the following command to install the package:
sudo installer -package /Volumes/UniversalCapturePersonal<Region> _<VersionNumber>/Install\ Echo360\ Capture\ Personal.pkg -target "/Volumes/Macintosh HD"
- Clean up by unmounting the disk image:
hdiutil unmount /Volumes/UniversalCapturePersonal<Region> _<VersionNumber>
To add a Desktop Shortcut for Universal Capture
You also have the ability to optionally add a Desktop Shortcut during the installation process.
- Navigate to the Desktop
cd ~/Desktop
- Run the following command
ln -s /Applications/Echo360\ Capture.app <Shortcut Name>
Uninstall from macOS
Uninstalling Universal Capture is easy, however, be aware that sudo access is needed and all data is deleted on the removal of the program.
To remove Universal Capture
- Run the following command to run the script:
sudo /Applications/Echo360\ Capture.app/Contents/Resources/uninstall.sh
Manually Remove the Certificate
In some instances, the uninstallation process for macOS does not remove the certificate from your machine. If you are planning to re-install Universal Capture software, you should leave the certificate in place. In addition, leaving it does no harm. However, you can use the following methods to manually remove the certificate if desired.
Open a Terminal window and enter the following command:
security delete-certificate -Z 6640A82C46F7B7219107666DCA9BFF28A08284E6 /Library/Keychains/System.keychain
This will complete the removal of Universal Capture software from your Mac.
Windows
Universal Capture allows for command-line installation of the software on a target PC running a supported version.
To install UC Classroom
- Identify the computer(s) where you want to install Universal Capture.
- Download the Installer to the Downloads directory.
- Launch a Command Prompt as an Administrator.
- Run the following command to install the application:
msiexec /qn /i "<download directory>\UniversalCaptureClassroom<region>_<version>.msi" INSTITUTION_ID=<institutionid>
- To install to custom directories:
msiexec /qn /i "<download directory>\UniversalCaptureClassroom<region>_<version>.msi" INSTITUTION_ID=<institutionid> DATADIR=“<path>” PROGRAMDIR=“<path>”
To install UC Personal
- Identify the computer(s) where you want to install Universal Capture.
- Download the Installer (UC Personal, not Classroom) to the Downloads directory.
- Launch a Command Prompt as an Administrator.
- Run the following command to install the application:
msiexec /qn /i "<download directory>\UniversalCapturePersonal<region>_<version>.msi"
- To install to custom directories:
msiexec /qn /i "<download directory>\UniversalCapturePersonal<region>_<version>.msi" INSTITUTION_ID=<institutionid> DATADIR=“<path>” PROGRAMDIR=“<path>”
Uninstall from Windows
Uninstalling Universal Capture is easy, however, be aware that the Command Prompt must be launched as an Administrator and all data is deleted upon the removal of the program.
To remove Universal Capture
- Run the following command:
msiexec /x "~\UniversalCapture<mode><region>_<version>.msi"