
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
medooze-media-server
Advanced tools
This media server will allow you to receive and send media streams from remote WebRTC peers and manage how you want to route them.
Supported systems:
Just add the Medooze media server as a dependency to your node project:
npm i --save medooze-media-server
If you don't want to compile the native code each time you use the media server, you could precompile Medooze Media server and generate a binary package for your platform. On the Medooze media server directory just do:
git submodule update --init --recursive
npm i
npm run-script dist
It will generate the binary package in dist/medooze-media-server-x.y.x.tgz
.
To use it on your project just install it instead of the npm repository dependency:
npm i --save medooze-media-server-x.y.x.tgz
const MediaServer = require('medooze-media-server');
You can check the full object documentation in markdown or html.
To discuss issues related to this project or ask for help please join the google community group.
You can check a demo application here
We intend to implement support the following features:
You can use the Media Server Client lib for easy sync between any browser and the media server. If you do not want to depend on an external library or specifc signaling you can setup everything manually.
Medooze is instrumented with Perfetto track events. For information about capturing and interpreting traces, see Tracing.
Sergio Garcia Murillo @ Medooze
To get started, Sign the Contributor License Agreement.
MIT
FAQs
WebRTC Media Server by Medooze
The npm package medooze-media-server receives a total of 588 weekly downloads. As such, medooze-media-server popularity was classified as not popular.
We found that medooze-media-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.