The operator-side desktop app you run on your technician's machine to open remote-control sessions to your devices.
e0d38d526e2fc510796607df5ed513ed1f673528d310d651d03abff12310d0ce0b8e7e48d6ea423a047ce45830c34aaca9a6dd513ad4fcc6670b8efdb0994c4e018709378335f0f9499bdae885e498c831cc907b29e4b918a4121068c5064404616dc974c0c102bfa092ae948dd9034847ed7f3980484d0cdf3a74d50279066aInstall an FFmpeg shared build (the codec libraries ship as DLLs, not statically linked):
winget install Gyan.FFmpeg.Shared
That is all — the app loads the version-suffixed DLLs (avcodec-*.dll, avutil-*.dll, swscale-*.dll) directly, so no renaming is needed. Make sure the shared build's bin\ folder is on your PATH, or copy the DLLs next to NetLock_RMM_Relay_App.exe.
11b80b4d8cd228126141fce4b35f2918b042e210f2665cd7f846122a859df3d2101115f8badc3faa446308ed4feda594d0b0c9d8633a035d5a17df3a9298351ee2dd4b99537fc71e23393c3b0774123104dfdaafbebe25cbb220654848e5d9b6151e0090e47b4cd2a02deb6df4c0651f5b8a2edf096407effeacf949cb3852afInstall Homebrew if it is not already present, then install FFmpeg:
brew install ffmpeg
This works on both Intel and Apple Silicon Macs — the app probes Homebrew's library directories (/opt/homebrew/lib and /usr/local/lib) automatically, so no symlinking is needed.
9e3f434c64f8fd39afc824c577c9ab47ff39ec45c7426229ccd76265a3ab692e7895d62406d5489da4f387a88c454e59fc8d7466010c62ee1159fe35ad2648f57486abd411c2a077583bdb1f1dff035b12215ea8f0827f1d79ec9660afaca374c4ebbd3e99a141e0f76082a51f177fb458faa642613be7fbd06a83eb7cf0d720Install FFmpeg. On Debian and Ubuntu:
sudo apt install ffmpeg
After downloading, compute the SHA-512 hash of the zip and compare it to the checksum shown for your platform above. Replace <rid> with your platform's runtime identifier (for example win-x64).
sha512sum relay.package.<rid>.zip
shasum -a 512 relay.package.<rid>.zip
CertUtil -hashfile relay.package.<rid>.zip SHA512
Follow the full guide to install the Relay App, complete the FFmpeg setup, and open your first relay-mediated remote-control session.
Read the remote-control guide