From b80bdb9e504eee2a42726c0c466994f81ec053f5 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Sun, 31 Oct 2021 09:52:24 +0100 Subject: [PATCH] [mirotalksfu] - update mediasoup & readme --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 331e6ac7..152dd2b8 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ If you want to deploy an `MiroTalk SFU` instance on `your own dedicated droplet` ## Run it locally -- You will need to have `Node.js` installed, this project has been tested with Node version [12.X](https://nodejs.org/en/blog/release/v12.22.1/) and [14.X](https://nodejs.org/en/blog/release/v14.17.5/), `build-essential DEB package` and `python3`. +- You will need to have `Node.js` installed, this project has been tested with Node version [12.X](https://nodejs.org/en/blog/release/v12.22.1/) and [14.X](https://nodejs.org/en/blog/release/v14.17.5/), `python3-pip DEB package`, `build-essential DEB package` and `python version >= 3.6 with PIP`. ```bash # Clone this repo diff --git a/package.json b/package.json index 16e8c1e9..c0596fed 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "cors": "2.8.5", "express": "4.17.1", "httpolyglot": "0.1.2", - "mediasoup": "3.9.0", + "mediasoup": "3.9.1", "mediasoup-client": "3.6.43", "ngrok": "4.2.2", "socket.io": "4.2.0",