scrcpy/doc/macos.md
Romain Vimont f12590ed08 Rework README and documentation
The README.md page is HUGE. Split it up.

Also document audio forwarding and improve installation instructions for
each platform and user documentation.

PR #3774 <https://github.com/Genymobile/scrcpy/pull/3774>
2023-03-12 02:04:58 +01:00

775 B

On macOS

Install

Scrcpy is available in Homebrew:

brew install scrcpy

You need adb, accessible from your PATH. If you don't have it yet:

brew install android-platform-tools

Alternatively, Scrcpy is also available in MacPorts, which sets up adb for you:

sudo port install scrcpy

See build.md to build and install the app manually.

Run

Once installed, run from a terminal:

scrcpy

or with arguments (here to disable audio and record to file.mkv):

scrcpy --no-audio --record=file.mkv

Documentation for command line arguments is available:

  • man scrcpy
  • scrcpy --help
  • on github