Play videos from Chrome to your Apple TV.
Install from the Chrome Web Store: https://chrome.google.com/webstore/detail/chrome-airplay/hbmlfaoeelcpjkhchbnjjefcibeadedc
- Youtube
$ git clone git@github.com:ldiqual/chrome-airplay.git
$ npm install
File structure:
- Chrome extension code is in
chrome-extension/ - Lib code is in
lib/
Watch changes with webpack:
$ npm run watch:js:dev
Go to chrome://extensions/, click Load unpacked, and select chrome-extension/.
Lint the code with:
$ npm run lint
$ npm run build:chrome-extension:prod
This will output to build/build.zip.
- Airplay authentication: https://htmlpreview.github.io/?https://github.com/philippe44/RAOP-Player/blob/master/doc/auth_protocol.html
- Airplay video endpoints: http://nto.github.io/AirPlay.html#video
- atv-client: https://github.com/googoid/atv-client
- Airplay icon: https://www.flaticon.com/free-icon/airplay_565221
- Documentation template: https://html5up.net
