[mirotalksfu] - add cloud, update dep

هذا الالتزام موجود في:
Miroslav Pejic
2024-06-06 14:43:16 +02:00
الأصل 13cfb516f4
التزام 7b7a35e1d8
10 ملفات معدلة مع 165 إضافات و24 حذوفات

27
cloud/README.md Normal file
عرض الملف

@@ -0,0 +1,27 @@
# Cloud Recording
![cloud](./assets/cloud.png)
To save `recordings` on a different `server` or `cloud service` copy this `cloud folder` to the desired server.
## Quick Start
```bash
# Install dependencies
npm install
# Start the server
npm start
```
## Edit config.js
In the MiroTalk SFU `app/src/config.js` file, change the endpoint to send recording chunks:
```js
recording: {
endpoint: 'http://localhost:8080', // Change it with your Server endpoint
dir: 'rec',
enabled: true,
},
```