• Stars
    star
    728
  • Rank 62,220 (Top 2 %)
  • Language
    C++
  • License
    MIT License
  • Created over 7 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

WebRTC Media Server for Node.js

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 proyect:

    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

More Repositories

1

media-server

WebRTC Media Server
C++
1,186
star
2

sfu

A future proof, experimental WebRTC VP9 SVC SFU wit end to end encryption support
JavaScript
209
star
3

media-server-demo-node

Demo application for the Medooze Media Server for Node.js
JavaScript
89
star
4

semantic-sdp-js

WebRTC Semantic SDP - Minimal SDP information semantic data model and parsing tools
JavaScript
72
star
5

media-server-client-js

Media Server Client
JavaScript
52
star
6

sframe

SFrame.js pure javascript implementation based on webcrypto
JavaScript
50
star
7

sdp-cpp

C++ SDP library with ABNF strict parsing
C++
37
star
8

whip-whep-js

WHIP and WHEP clients javascript module
JavaScript
36
star
9

libdatachannels

Lean and mean WebRTC datachannels C++ library with ad-hoc SCTP stack
C++
25
star
10

rtmp-server-node

RTMP server for node
C++
22
star
11

sdp

Java SDP library with ABNF strict parsing
Java
21
star
12

rtsp-client

RTSP signaling only client library
JavaScript
9
star
13

bwe-stats-viewer

JavaScript
6
star
14

event-emitter-cpp

C++ Event emitter header only
Makefile
5
star
15

audio-codecs-node

Audio codecs for Media and RTMP servers
C++
5
star
16

video-codecs-node

Video codecs for Medooze rtmp and webrtc media servers
C++
4
star
17

udpdumper

Example of custom udpdumper for Transport.dump()
C++
3
star
18

transaction-manager-cpp

Simple transaction manager for json messages
C++
3
star
19

nal-extractor

H.264 parsing & metadata synchronization
TypeScript
3
star
20

test-server

WebRTC Test Server
JavaScript
3
star
21

websocket-mockup

Mockup for websocket server
JavaScript
3
star
22

peerconnection-server

Echo test server for libwebrtc peerconnection_client
JavaScript
3
star
23

swis

See-What-I-See
JavaScript
2
star
24

swis-demo

JavaScript
2
star
25

transaction-manager

Simple transaction manager for json messages
JavaScript
1
star
26

equals-ignore-case

equalsIgnoreCase in javascript
JavaScript
1
star
27

eslint-config

eslint configuration for Medooze related projects
JavaScript
1
star
28

whip-to-peer

whip-to-peer server
JavaScript
1
star
29

rtsp-server

JavaScript
1
star
30

sdpmanager-playground

JavaScript
1
star