/mediasoup-nestjs-example

NestJS Mediasoup Example

Primary LanguageTypeScript

NestJS

Description

Nest framework TypeScript starter repository.

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

Mediasoup-NestJS-Example

Dependencies

Installation

npm i

Running the app

development

npm run start:dev

beta

npm run build
npm run start:beta

prod

npm run build
npm run start:prod

Running the app not on the local machine

Update config.json:

  "listenIps": [
    {
      "ip": "192.168.2.239", // your ip
      "announcedIp": null
    }
  ],
  ...