acatmore / streamplace

Streamplace is an open-source compositor and CMS for live video

Home Page:https://stream.place/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

streamplace

Streamplace

An open-source compositor and CMS for live video.

Check out our Kickstarter video for examples!

FAQ

How do I use it?

You don't. Not yet. We're still making it.

Okay but I know some things about Javascript, can I boot up a development version?

Maybe. You'll need:

  • node 6+
  • Docker for Mac. (Untested on Linux, but I think it'll work.)
git clone git@github.com:streamplace/streamplace.git
cd streamplace
npm install
npm run start

Follow the prompts. The first run will take a long time, as it has to build all of Streamplace's Docker images from scratch.

And then you'll have a working dev version of Streamplace on your computer. I mean, it won't do anything yet, but you'll have it.

About

Streamplace is an open-source compositor and CMS for live video

https://stream.place/

License:Apache License 2.0


Languages

Language:JavaScript 77.4%Language:Shell 16.5%Language:Smarty 2.8%Language:HTML 1.9%Language:CSS 0.8%Language:Makefile 0.4%Language:Nginx 0.3%