Skip to content
TonyApuzzo edited this page Jan 12, 2018 · 3 revisions

Welcome to the go-chromecast wiki!

Sorry to be a pest -- please enable the 'issues' for this project so I can create an issue as you ask in the README.

Building

cd $GOPATH/src
git clone https://github.com/oliverpool/go-chromecast.git
cd go-chromecast/cmd/cast
go get
go build -o cast

Unfortunately, this doesn't actually work. I'm not actually sure how to do it, but this is the closest I've gotten so far. This builds a command that runs but it doesn't seem to have all the required commands -- for example, the media command doesn't work.

Clone this wiki locally