...
Download the Screen Recording executable file from here.
.View file name Controller.exe Download
file.View file name config.ps1 Download
and extract it.View file name ffmpeg.zip Make Create a Folder folder named as '"Service' " in the C Drive : drive and place the following files inside it:
Controller.exe
config.ps1
ffmpeg.exe
Open the command prompt and run this command: setx PATH Command Prompt and execute the following command to set the C:\Service directory as a path for ffmpeg:
. This command set C:\ as a path for ffmpeg.Code Block setx PATH "%PATH%;C:\Service\"
Now add the Environment Variables in command prompt.
- To add variables use 'setx “<Environment Variable>” <Value>' from the following Table
Add the required Environment Variables in the Command Prompt using the following syntax:
Code Block setx "<Environment Variable>" <Value>
Refer to the table below for the necessary variables and their corresponding values.
Environment Variables | Value |
---|---|
AGENT_HOST | localhost |
SFTP_IP | The IP address of the SFTP server, which is the same as the one where VRS is deployed |
SFTP_ROOT_PASSWORD | Password of the SFTP Server |
...