QCObjects Video Streaming
QCObjects Video Streaming App template
Usage
Quick Start
The qcobjects-video-streaming template a quick start point to build a video streaming application using QCObjects and Socket.io.
qcobjects create --custom=qcobjects-video-streaming mynewapp
Config Settings
Create a config.json file in the root directory of your project and add the following settings
Set dependencies
In your package.json file add the following dependencies
"dependencies": ,
Then install everything
npm i
Launch the application
> qcobjects launch app
Read more: