Skip to content

Instantly share code, notes, and snippets.

@miguelmota
Last active September 6, 2021 07:35
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save miguelmota/e2c61930314357b9577b5812d2abf2b4 to your computer and use it in GitHub Desktop.
Save miguelmota/e2c61930314357b9577b5812d2abf2b4 to your computer and use it in GitHub Desktop.
Linux chromecast play video
go get -u github.com/vishen/go-chromecast
go-chromecast ls
go-chromecast load video.mp4
go-chromecast pause
go-chromecast unpause
go-chromecast volume 0.5
go-chromecast stop
go-chromecast ui
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment