Rytass / CanvasLive

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Canvas Live

Live streaming on facebook from node.js canvas

IMPORTANT! This repo is under development, please don't use on production projects.

Requirements

  • Cairo
  • ffmpeg

Mac OS

Install by brew

brew install cairo
brew install ffmpeg

Permission

You should get a token from facebook with scope: publish_actions.

Command

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

About


Languages

Language:JavaScript 100.0%