Last active
September 6, 2021 07:35
-
-
Save miguelmota/e2c61930314357b9577b5812d2abf2b4 to your computer and use it in GitHub Desktop.
Linux chromecast play video
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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