Socket
Socket
Sign inDemoInstall

medooze-media-server

Package Overview
Dependencies
25
Maintainers
1
Versions
494
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    medooze-media-server

WebRTC Media Server by Medooze


Version published
Maintainers
1
Created

Readme

Source

media-server-node-test

WebRTC Medooze Media Server for Node.js

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:

  • Linux
  • Mac Os X
  • Raspberry Pi

Install

Just add the Medooze media server as a dependency to your node project:

    npm i --save medooze-media-server

Distribution

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

Usage

const MediaServer = require('medooze-media-server');

API Documention

You can check the full object documentation in markdown or html.

Support

To discuss issues related to this project or ask for help please join the google community group.

Demo application

You can check a demo application here

Functionality

We intend to implement support the following features:

Media Server Client

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.

Tracing

Medooze is instrumented with Perfetto track events. For information about capturing and interpreting traces, see Tracing.

Author

Sergio Garcia Murillo @ Medooze

Contributing

To get started, Sign the Contributor License Agreement.

License

MIT

Keywords

FAQs

Last updated on 03 May 2024

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc