ozuit / nestjs-stream-video-s3

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:TypeScript 81.4%Language:JavaScript 12.1%Language:HTML 6.5%