Go to file
2022-09-13 21:15:51 +03:00
public Refactor transportclose 8 2022-08-11 13:17:44 +03:00
server/ssl
.env LINXD-2209: Update port 2022-09-13 20:10:34 +03:00
.gitignore
.prettierrc
app.js LINXD-2209: Added logs on consume 2022-09-13 21:15:51 +03:00
docker-compose.yml
Dockerfile
package-lock.json Added room it when close transport; Added ts config file 2022-08-11 11:33:16 +03:00
package.json Added room it when close transport; Added ts config file 2022-08-11 11:33:16 +03:00
README.md
tsconfig.json Added room it when close transport; Added ts config file 2022-08-11 11:33:16 +03:00

Video server

Development

To start in development mode you must:
  1. Install the dependencies npm install.
  2. Run the npm start:dev command to start the server in dev mode. (Any change will trigger a refresh of the server)

Production

To start in production mode you must:
  1. Install the dependencies npm install.
  2. Run the npm start:prod command to start the server in production mode. (To connect to the terminal, use pm2 log video-server)

  • The server will start by default on port 3000, and the ssl certificates will have to be configured
  • The web client can be accessed using the /sfu path ex: http://localhost:3000/sfu/?assetId=1&&accountId=1&producer=true&assetName=Adi&assetType=linx assetId = asset id of the unit on which you are doing the test accountId = account id of the unit on which you are doing the test producer = it will always be true because you are the producer (it's possible to put false, but then you have to have another client with producer true) assetName = asset name of the unit on which you are doing the test assetType = asset type of the unit on which you are doing the test