TqkLibrary.Scrcpy 2.7.44

There is a newer version of this package available.
See the version list below for details.
dotnet add package TqkLibrary.Scrcpy --version 2.7.44
                    
NuGet\Install-Package TqkLibrary.Scrcpy -Version 2.7.44
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="TqkLibrary.Scrcpy" Version="2.7.44" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="TqkLibrary.Scrcpy" Version="2.7.44" />
                    
Directory.Packages.props
<PackageReference Include="TqkLibrary.Scrcpy" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add TqkLibrary.Scrcpy --version 2.7.44
                    
#r "nuget: TqkLibrary.Scrcpy, 2.7.44"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package TqkLibrary.Scrcpy@2.7.44
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=TqkLibrary.Scrcpy&version=2.7.44
                    
Install as a Cake Addin
#tool nuget:?package=TqkLibrary.Scrcpy&version=2.7.44
                    
Install as a Cake Tool

TqkLibrary.Scrcpy

A .NET library to mirror the screen and control Android devices, by reusing the scrcpy server.

It pushes the scrcpy server to the device over ADB, then exposes the video, audio and control streams as a managed API. Video is decoded through a small native helper (TqkLibrary.ScrcpyNative) together with FFmpeg.

Features

  • Video stream (H.264 / H.265 / AV1)
  • Audio stream (Opus / AAC / FLAC / raw)
  • Device control: touch, key, text injection, scroll, clipboard (copy / paste, autosync)
  • Camera mirroring
  • Query device capabilities: list encoders, displays and cameras

Supported scrcpy server versions

Each package bundles a matching scrcpy-server.jar — the server must match the client protocol. The bundled version is exposed by Constant.ScrcpyServerVersion. Pick the package whose version matches the scrcpy server you want to run.

Package branch scrcpy server
2.4 2.4
2.5 2.5
2.6 2.6.1
2.7 2.7
3.0 3.0
3.1 3.1
3.2 3.2
3.3 3.3.4
4.0 4.0

Platform

  • Windows x64 / x86 (the native helper TqkLibrary.ScrcpyNative ships for win-x64 and win-x86).
  • Targets: .NET Framework 4.6.2, .NET 6 (Windows), .NET 8 (Windows).

Credits

The bundled scrcpy-server.jar is taken, unmodified, from the scrcpy project by Genymobile (Romain Vimont and contributors). scrcpy is licensed under the Apache License 2.0. All credit for the server goes to the scrcpy authors.

License

TqkLibrary.Scrcpy is licensed under the MIT License.

The bundled scrcpy server is a separate work licensed under the Apache License 2.0 by Genymobile; see the scrcpy repository for its license terms.

Product Compatible and additional computed target framework versions.
.NET net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net8.0-windows was computed.  net8.0-windows7.0 is compatible.  net9.0-windows was computed.  net10.0-windows was computed. 
.NET Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on TqkLibrary.Scrcpy:

Package Downloads
TqkLibrary.Scrcpy.Wpf

my private lib

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
4.0.37 0 6/26/2026
4.0.12 99 6/22/2026
3.3.26 0 6/26/2026
3.3.9 92 6/22/2026
3.2.23 0 6/26/2026
3.2.6 104 6/22/2026
3.1.21 0 6/26/2026
3.1.4 97 6/22/2026
3.0.49 0 6/26/2026
3.0.34 94 6/22/2026
2.7.44 0 6/26/2026
2.7.30 103 6/22/2026
2.6.38 0 6/26/2026
2.6.23 98 6/22/2026
2.5.33 0 6/26/2026
2.5.19 89 6/22/2026
2.4.132 0 6/26/2026
2.4.123 91 6/22/2026
2.4.0 98 6/19/2026
2.3.0 263 6/27/2025
Loading failed