Skip to content

Chromecast-Broadcaster is a docker image that responds to UPnP search requests with statically configured Chromecast reponses

License

Notifications You must be signed in to change notification settings

nckmml/Chromecast-Broadcaster

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chromecast-Broadcaster

Chromcast-Broadcaster is a docker image responds to upnp search requests with statically configured Chromecast broadcasts This can be usefull to make Chromecasts available on other subnets, or to make devices available that are not responding to search requests.

Installation

git clone https://github.com/nckmml/Chromecast-Broadcaster.git
cd Chromecast-Broadcaster
docker build -t chromecast-broadcaster:1.0 .
docker run --name Chromecast-Broadcaster --network host -d -e CHROMECASTIP="192.168.1.2" -e "CHROMECASTNAME="Chromecast" chromecast-broadcaster:1.0

About

Chromecast-Broadcaster is a docker image that responds to UPnP search requests with statically configured Chromecast reponses

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.8%
  • Other 1.2%