Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 774 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 774 Bytes

nodecast

ChromeCast Emulation with Node.js

  • Make sure to install all dependencies using npm install
  • Start the app (usage: node server.js --name Custom_Chromecast_Name)
  • Open up a browser (tested with Chrome 29 and Firefox) and point it to http://localhost:8008
  • nodecast should show up in Chrome Cast enabled applications (Google Music, YouTube)
  • You should allow popups for http://localhost:8008 to see the video/music screen

Tested with the following services: YouTube (Desktop, Android), Google Music (Android)

Notes

Inspired by leapcast by dz0ny

Bitdeli Badge