Skip to content

This demo how to create a server streaming video from S3 using the NestJS framework.

Notifications You must be signed in to change notification settings

ozuit/nestjs-stream-video-s3

Repository files navigation

S3 Video Streaming by NestJS

Description

This demo how to create a server streaming video from S3 using the NestJS framework.

Demo S3 Video Streaming by NestJS

Installation

Copy env.example to .env file and put your S3 values into it.

$ 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

Author

About

This demo how to create a server streaming video from S3 using the NestJS framework.

Topics

Resources

Stars

Watchers

Forks