NestJs Video Streaming
A video streaming app using Node js with Nest js framework.
Implementation of Video Streaming in Nest js and Next js, with defined some concepts about this topic that:
- Content-Range in Header
- CreateReadStream Method
- Pipe in Node.js
- HighWaterMark property of pipe
Description
Nest framework TypeScript starter repository.
Installation
# Clone the repo
git clone https://github.com/hesbon-osoro/nestjs-video-streaming.git
# Navigate to directory
cd nestjs-video-streaming
npm install
Running the app
# development
npm run start
# watch mode
npm run start:dev
# production mode
npm run start:prod
Test
# unit tests
npm run test
# e2e tests
npm run test:e2e
# test coverage
npm run test:cov
Client code
After starting the Server, open the NextJS Frontend
