StilSoft / CasparCG.AmcpClient

.NET library for communication with CasparCG Server: https://github.com/CasparCG/Server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

example workflow

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.

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.

About

.NET library for communication with CasparCG Server: https://github.com/CasparCG/Server.


Languages

Language:C# 99.9%Language:Batchfile 0.1%