StilSoft.CasparCG.AmcpClient 1.0.0

Suggested Alternatives

CasparCg.AmcpClient

There is a newer version of this package available.
See the version list below for details.
dotnet add package StilSoft.CasparCG.AmcpClient --version 1.0.0
NuGet\Install-Package StilSoft.CasparCG.AmcpClient -Version 1.0.0
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="StilSoft.CasparCG.AmcpClient" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add StilSoft.CasparCG.AmcpClient --version 1.0.0
#r "nuget: StilSoft.CasparCG.AmcpClient, 1.0.0"
#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.
// Install StilSoft.CasparCG.AmcpClient as a Cake Addin
#addin nuget:?package=StilSoft.CasparCG.AmcpClient&version=1.0.0

// Install StilSoft.CasparCG.AmcpClient as a Cake Tool
#tool nuget:?package=StilSoft.CasparCG.AmcpClient&version=1.0.0

alternate text is missing from this package README image

CasparCG AmcpClient

CasparCG AmcpClient is .NET library for communication with CasparCG Server via AMCP protocol.

Features

  • Full Async commands (async/await support for non-blocking UI).
  • Executing multiple commands asynchronously (thanks to new CasparCG REQ/RES command).
  • Command parameters validation.
  • Parsing command response.
  • All commands are with proper return data.

Examples

You can find example project in the source code (AmcpClientExample project).

License

CasparCG AmcpClient is distributed under the MIT License, see LICENSE for details.

Acknowledgements

Many thanks for CasparCG Server project and contributors.

Important notice

Currently support only AMCP 2.1 protocol.

Almost all commands are fully implemented (acording to AMCP protocol specification) but still missing some functions that are not listed in specification.

Product Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  net46 was computed.  net461 was computed.  net462 was computed.  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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.1 472 4/19/2021
2.0.0 366 4/19/2021
1.0.0 872 9/26/2018