/Streaming-Server

Primary LanguageTypeScriptApache License 2.0Apache-2.0

Description

Streaming Server that mix multiple audio and videos and generate a new video file with a streaming URL.

Installation

$ yarn install (Recommended)
$ npm install

Running the app

# 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

Stay in touch

  • Author - Muhammad Khaliq ur Rehman

License

Streaming Server is MIT licensed.