30 May 2019

This program allows you to cast audio and video content from your macOS or Linux desktop to any Google Cast devices or Sonos speakers in your network, all through the command line. With just a few simple commands, you can easily stream your favorite media to your device of choice.

Written in Python, this tool leverages node.js, ffmpeg, or avconv to ensure seamless streaming of your content. Whether you're a command-line aficionado or just starting out, this program's documentation and user-friendly interface make it accessible to users of all skill levels. Cast any video effortlessly to your Chromecast device with the power of the command line.

Source code viewer
  1. # Use your package manager to download mkchromecast.
  2.  
  3. mkchromecast --video -i '/dir/to/your/file/video.mkv'
Programming Language: Bash