ibc
(Iñaki Baz Castillo)
October 8, 2025, 9:08am
1
The mediasoup-demo got a new and proper server written in TypeScript from scratch :
Related PR: New mediasoup-demo-server written in TypeScript by ibc · Pull Request #147 · versatica/mediasoup-demo · GitHub
Notice that the mediasoup-demo-server configuration file has been modified. It’s no longer a CommonJS config.js
file. Now it’s a ESM config.mjs
and its location can be set via environment variable.
Please read the new README
in the mediasoup-demo/server
folder for full details about how to set it up:
# mediasoup-demo-server
mediasoup-demo SFU server written in TypeScript.
Try it at [v3demo.mediasoup.org](https://v3demo.mediasoup.org).
_NOTE:_ This is a Node.js application that uses the [mediasoup](https://mediasoup.org) library. mediasoup itself is a server-side library, it does not read any "configuration file". Instead it exposes an API. This demo application just reads configuration settings from a file and calls the mediasoup API with those settings when appropriate.
## Resources
- **mediasoup** website and documentation: [mediasoup.org](https://mediasoup.org)
- **mediasoup** support forum: [mediasoup.discourse.group](https://mediasoup.discourse.group)
## Installation
Install NPM dependencies:
```sh
npm ci
```
This file has been truncated. show original
3 Likes
system
(system)
Closed
October 10, 2025, 9:09am
2
This topic was automatically closed after 2 days. New replies are no longer allowed.