From e679d111b8ba3ae18c404b36a0584e91237f35d2 Mon Sep 17 00:00:00 2001 From: Jared Date: Thu, 21 Mar 2019 20:53:40 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0851ae4..893941fc 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ The following steps will configure your Windows 10 machine for building the Remo * The following requirements must be met for it to work: * On Linux, libgdiplus must be installed (sudo apt-get install libdgiplus). * The process running the app must have access to create and/or modify a folder name "Recordings" in the site's root content folder. - * FFmpeg must be downloaded and in the same folder as your web app's EXE/DLL. + * FFmpeg must be executable from the process running the Remotely server. * Link: https://www.ffmpeg.org/download.html * Remote control sessions will first be recorded as a series of images, which will then be converted to MP4 using FFmpeg.