Skip to content

mrothenbuecher/Chromecast-Kiosk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Michael Rothenbücher
Apr 22, 2022
15c57a8 Â· Apr 22, 2022

History

82 Commits
Sep 10, 2020
Apr 22, 2022
Apr 22, 2022
Jan 30, 2017
Apr 19, 2018
Apr 22, 2022
Apr 22, 2022
Apr 22, 2022
Jul 28, 2015
Nov 1, 2016
Apr 22, 2022
Sep 12, 2017
Apr 17, 2019
Jan 31, 2017
Apr 22, 2022

Repository files navigation

Chromecast-Kiosk

A system to create a digital signage system with google chromecasts.

screenshot

release state

beta

requirements

  • fixed ip address for each chromecast

recommendations

  • Use ethernet instead of wlan, see DIY Ethernet Adapter or the offical adapter.
  • Set a static ip address to the chromecast.
  • Use subneting to protect your casts from unwanted access.

benefits

  • see what your casts are doing
  • discover the chromecast in your network
  • set the website which shall be displayed on your chromecast based on chromecast-dashboard
  • you can manage multiple chromecast in one browser
  • cronjobs so you could plan what your casts should do
  • multi lang support

installation

All you need todo is deploy the *.war - File in the webapps directory of a Tomcat 8.0.

upgrading

  1. Copy the *.json files from WEB-INF/config as backup.
  2. use the Tomcat manager to undeploy the current webapp and deploy the new one
  3. copy the json files back to WEB-INF/config

start casting

  1. add a ChromeCast, by IP and Name
  2. set target chromecast, the url and the refresh rate of the website you want to be displayed (for internal sides use the IP of the server not his name)
  3. see if they are still alive an playing

tips for using with google slides

Example URL https://docs.google.com/presentation/.../embed?start=true&loop=true&delayms=10000&rm=minimal

  • start=true - start after loading
  • loop=true - loop the presentation
  • delayms=10000 - wait 10.000 ms between slides
  • rm=minimal - show minimal interface (don't show slidenumber etc.)

Thanks to