Versions Compared

Key

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

...

  1. Download the Screen Recording executable file from here.

    View file
    nameController.exe

  2. Download

    View file
    nameconfig.ps1
    file

  3. Make a directory Folder named as 'Service' in C:\ and place all three both files in it

  4. Open the command prompt and add following environment variables from table1Table1

  5. To add variables use 'setx “<Environment Variable>” <Value>' from Table 1.

  6. Once done, close the command prompt and reopen. Verify environment variables

    1. echo %<Environment Variable>%

  7. Open powershell Power shell as administrator Administrator and run the following commands on any path

    1. Set-ExecutionPolicy RemoteSigned -Scope CurrentUser

    2. Set-ExecutionPolicy Unrestricted -Scope CurrentUser

  8. In powershell Powershell navigate to C:\Service\ and then run .\config.ps1

  9. Run the Go to the C Drive where the Service folder is located, and manually run Controller.exe manually by double click-clicking it.

  10. Open the browser Browser and open this url http://localhost:8000 . A page would open indicating that service is running fine.

  11. Open Access the Sftp server via SSH and login log in to sftp the SFTP server.

  12. Make a test callNavigate to Test Call.

  13. Go to the /screen_recordings recording directory on sftp the SFTP server and see verify if your recording is being saved.

  14. Download and Play the video manually. (Make sure correct tag is loaded for fetching files, apis backend current tag is 14.2.EMR-3554)

    1. https://<SFTP_IP>/vrs/recording/screen/<filename.extension>

  15. Make a test call and check the front end Login to the VRS Application and Verify that screen recording is being saved. (front end yet to be made)

...

Environment Variables

Value

AGENT_HOST

Local IP or FQDN Address of the Agent Agent’s Machine

SFTP_IP

The IP address of the SFTP server. Same as , which is the same as the one where VRS is deployed.

SFTP_ROOT_PASSWORD

Password of the SFTP serverServer

Finesse Server

  • Deploy the gadget in the finesses server using this guide

...