The Control Center app provides basic recording features.
Configuring the Stream URL
The first step is setting up the video recording url to use. To do this, go to Preferences and on the Recording tab change the stream url.
After this is configured, you can use the CLI helper to start, stop, and move recordings. The CLI helper path is different for Windows and macOS.
Windows:
C:\Program Files\Highlands Production\Control Center\cli.bat
macOS:
/Applications/Control\ Center.app/Contents/Resources/cli
Starting a Recording
To start a recording, the following examples will work.
Record for 1.5 hours
record start filename_{date} --length 01:30:00
Stop Recording
record end
Move Recording
record move
Example
Here's an example of a few full commands:
Windows:
# Start recording
C:\Program Files\Highlands Production\Control Center\cli.bat record start filename_{date} --length 01:30:00
# Stop Recording
C:\Program Files\Highlands Production\Control Center\cli.bat record end
# Move Recordings
C:\Program Files\Highlands Production\Control Center\cli.bat record move
macOS:
# Start recording
/Applications/Control\ Center.app/Contents/Resources/cli record start filename_{date} --length 01:30:00
# Stop recording
/Applications/Control\ Center.app/Contents/Resources/cli record end
# Move Recording
/Applications/Control\ Center.app/Contents/Resources/cli record move