Streaming Server that mix multiple audio and videos and generate a new video file with a streaming URL.
$ yarn install (Recommended)
$ npm install
# development
$ yarn start (Recommended)
$ npm run start
# watch mode
$ yarn start:dev (Recommended)
$ npm run start:dev
# production mode
$ yarn start:prod (Recommended)
$ npm run start:prod
- Author - Muhammad Khaliq ur Rehman
Streaming Server is MIT licensed.