...
Download the Screen Recording executable file from here.
View file name Controller.exe Download
fileView file name config.ps1 Make a directory 'Service' in C:\ and place all three files in it
Open the command prompt and add following environment variables from table1
To add variables use 'SET <Environment Variable> = setx “<Environment Variable>” <Value>' from Table 1.
Once done, close the command prompt and reopen. Verify environment variables
echo %<Environment Variable>%
Open powershell as administrator and run the following commands on any path
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
Set-ExecutionPolicy Unrestricted -Scope CurrentUser
In powershell navigate to C:\Service\ and then run .\config.ps1
Run the Controller.exe manually by double click
Open the browser and open this url http://localhost:8000 . A page would open indicating that service is running fine.
Open the Sftp server and login to sftp server
Make a test call
Navigate to /screen_recordings on sftp server and see if your recording is being saved.
Download and Play the video manually. (Make sure correct tag is loaded for fetching files, apis backend current tag is 14.2.EMR-3554)
https://<SFTP_IP>/vrs/recording/screen/<filename.extension>
Make a test call and check the front end (front end yet to be made)
...
Environment Variables | Value | ||||
---|---|---|---|---|---|
AGENT_HOST | IP or FQDN of the Agent Machine | ||||
SFTP_IP | IP address of the SFTP server. Same as where VRS is deployed. | ||||
SFTP_USERNAME | Username of the SFTP username | SFTPROOT_PASSWORD | Password of the SFTP server | REMOTE_PATH | Path on SFTP server where VRS is deployed where the Video files are being saved must be.must be /destination-directory. |
Finesse Server
Deploy the gadget in the finesses server using this guide
...