Update README.md

This commit is contained in:
Jared 2019-03-21 20:45:06 -07:00 committed by GitHub
parent 221aaea6a1
commit 47df751100
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@ The following steps will configure your Windows 10 machine for building the Remo
* 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.
* Link: https://www.ffmpeg.org/download.html
* Remotely control sessions will first be recorded as a series of images, which will then be converted to MP4 using FFmpeg.
* Remote control sessions will first be recorded as a series of images, which will then be converted to MP4 using FFmpeg.
## Remote Control on Mobile
Ideally, you'd be doing remote control from an actual computer or laptop. However, I've tried to make the remote control at least somewhat usable from a mobile device. Here are the controls:
@ -62,4 +62,4 @@ Ideally, you'd be doing remote control from an actual computer or laptop. Howev
* Framework-dependent deployments require the .NET Core runtime to be installed on the target computers. It must be the same version or higher that was used to build the app.
* Self-contained deployments include a copy of the runtime, so you don't need to install it on the target computers. As a result, the total file size is much larger.
* .NET Core uses runtime identifiers that are targeted when building.
* Link: https://docs.microsoft.com/en-us/dotnet/core/rid-catalog
* Link: https://docs.microsoft.com/en-us/dotnet/core/rid-catalog