Live streaming on facebook from node.js canvas
IMPORTANT! This repo is under development, please don't use on production projects.
- Cairo
- ffmpeg
Install by brew
brew install cairo
brew install ffmpeg
You should get a token from facebook with scope: publish_actions.
yarn # install modules
export FB_TOKEN={YOUR_AUTHORIZED_FACEBOOK_TOKEN} # set facebook token in ENV Vars
DEBUG=CanvasLive* ./node_modules/.bin/babel-node ./index.js