Versions Compared

Key

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

Agent Computer

  1. Down Download the Screen Recording File.

  2. Place the executable file in C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup.

  3. Place all the dependent script in the same folder

  4. Restart the computerexecutable file from here.

    View file
    nameController.exe

  5. Download

    View file
    namepowercmd.txt
    and
    View file
    nameconfig.ps1
    files

  6. Make a directory 'Service' in C:\ and place all three files in their

  7. Open the command prompt and add following environment variables from table1

  8. To add variables use 'SET <Environment Variable> = <Value>' from table 1.

  9. Open powershell as administrator and run the commands from powercmd.txt

  10. In powershell navigate to C:\Service\ and run .\config.ps1

  11. Run the Controller.exe manually by double click

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

  13. Open the command prompt and add following environment variablesTo add variables use 'SET <Environment Variable> = <Value>' from table 1.server and login to sftp server

  14. Navigate to /screen_recordings and see if your recording is save.

  15. Download and Play the video manually

  16. Make a test call and check the front end (front end yet to be made)

Table 1

Environment Variables

Value

AGENT_HOST

IP or FQDN of the Agent Machine

DB_HOST

IP address of the Host where VRS is deployed

DB_NAME

Database under the use of VRS

DB_USER

Name of User same as VRS database

DB_PASSWORD

Password of the Database

SFTP_IP

IP address of the SFTP server. Same as where VRS is deployed.

SFTP_USERNAME

Username of the SFTP username

SFTP_PASSWORD

Password of the SFTP server

REMOTE_PATH

Path where the Video files are being saved

...