Giter Club home page Giter Club logo

streamplace

Streamplace

An open-source compositor and CMS for live video!

Check out our Kickstarter video for examples!

Development

Client & Server

First:

yarn install

Server

You'll need a local Kubernetes cluster. Kubernetes for Docker for Mac and minikube should both work.

You'll also need helm on your PATH.

To boot everything up initially:

npm run env:dev
npm run server

To view output logs on local Kibana:

npm run server:logs

Then, after you've made some local changes and you want to deploy them to the cluster without rebuilding everything:

npm run server:apply [packages you want to deploy]

Client Development

If you want to develop the client against the staging server, that's fine, just run:

npm run env:next

Then, to boot up the web, Electron, and React Native client apps:

npm run client

Electron, Web, and the iOS Simulator should work out of the box. To get Android emulators working you'll probably need to forward port 80 on the device with adb.

adb root
adb reverse tcp:80 tcp:80

Development Environment Known Issues

  1. Sometimes stuff just doesn't come up.

    • Usually it's sp-api-server or sp-schema for whatever reason. Usually it can be resolved with a kubectl get pods and kubectl delete pod [malfunctioning-pod-name].
  2. Sometimes sp-frontend takes a ton of time to compile and makes the computer's fan spin like crazy.

    • Yup. This one is currently a mystery to me. Deleting the sp-frontend pod usually speeds it back up. If we can track this one down, potentially we can file a bug with Docker for Mac or create-react-app.

Stream Kitchen's Projects

libfec-js icon libfec-js

Just a place where npm can pull down libfec.js

quiet icon quiet

Transmit data with sound. Includes binaries for soundcards and .wav files.

quiet-js icon quiet-js

Transmit data with sound using Web Audio -- Javascript binding for libquiet

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.