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)
Inspired by leapcast by dz0ny