CasparCG AmcpClient is .NET library for communication with CasparCG Server via AMCP protocol.
- 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.
CasparCG AmcpClient is distributed under the MIT License, see LICENSE for details.
Many thanks for CasparCG Server project and contributors.
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.