Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.
/ multicast Public archive

Script that endlessly distributes the newest videos from a YouTube user/channel to multiple Chromecasts.

License

Notifications You must be signed in to change notification settings

theychx/multicast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Script that endlessly distributes the newest videos from a YouTube user/channel to multiple Chromecasts.

Installation:

On Debian boxes:

sudo apt-get update
sudo apt-get install python3-dev python3-pip git
sudo pip3 install PyChromecast youtube-dl
git clone https://github.com/theychx/multicast

Usage:

python3 multicast.py [<chromecast> [<chromecast> ...]] <channel/user_url>

If no list of chromecasts is given, then all chromecasts on the network will be used. The script does not allow two chromecasts playing the same video, so the number of videos on the channel used must be at least equal to the number of chromecasts used.

About

Script that endlessly distributes the newest videos from a YouTube user/channel to multiple Chromecasts.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages