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
    nameconfigconfig3.ps1
    file. view-
    filenameconfig2.ps1
    View file
    nameconfig3.ps1

  3. Download

    View file
    nameffmpeg.zip
    and extract it.

  4. Create a folder named "Service" in the C: drive and place the following files inside it:

    • Controller.exe

    • config.ps1

    • ffmpeg.exe

  5. Open the Command Prompt and execute the following command to set the C:\Service directory as a path for ffmpeg:

    Code Block
    setx PATH "%PATH%;C:\Service\"
  6. 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.

...

  1. Once done, close the command prompt and reopen. Verify that environment variables are saved by running the following command:

    1. echo %<Environment Variable>%

  2. Open PowerShell as Administrator and run the following commands on any path:

    1. Set-ExecutionPolicy RemoteSigned -Scope CurrentUser

    2. Set-ExecutionPolicy Unrestricted -Scope CurrentUser

  3. A message will appear. Write yes and press enter.

  4. In PowerShell navigate to C:\Service\ and then run .\config.ps1

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

  6. Open the Browser and access this URL http://localhost:8000 . A page would open indicating that service is running fine.

  7. Now, make a test call. Upon transferring the file to the SFTP server, a folder named screen_recording will automatically be created in the root directory

  8. Access the server via SSH and log in to the SFTP server.

  9. Go to the /screen_recording Directory on the SFTP server and Verify if your recording is being saved.

  10. Download and Play the video manually.

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

  11. Login to the VRS Application and Verify that screen recording is being saved. (front end yet to be made)

View file
nameffmpeg.exe
View file
nameController2.exe