Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 603 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 603 Bytes

amcp

Go Reference

amcp is a Go client implementation of the Advanced Media Control Protocol (AMCP) mainly used with CasparCG Server.

Installation

Install using the "go get" command:

go get github.com/sean-callahan/amcp

This package only relies on the Go standard library.

License

This package is available under the MIT License