Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/leaysgur/mediasoup-rtp-producer-example


https://github.com/leaysgur/mediasoup-rtp-producer-example

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

        

# mediasoup-rtp-producer-example

See also https://mediasoup.org/documentation/v3/communication-between-client-and-server/#producing-media-from-an-external-endpoint

## Strategy

- Use GStreamer as input source
RTP endpoint
- Produce it on `PlainRtpTransport`
- Consume it from browser as usual

## Try
```sh
cd server && npm start

# copy audio and video producer IDs from console

cd client && npm start
```

You may need to install several `gst-*` dependencies before started.