Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leaysgur/mediasoup-rtp-producer-example
https://github.com/leaysgur/mediasoup-rtp-producer-example
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/leaysgur/mediasoup-rtp-producer-example
- Owner: leaysgur
- Created: 2020-02-18T08:54:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-10T11:45:37.000Z (over 3 years ago)
- Last Synced: 2024-04-15T07:12:03.179Z (7 months ago)
- Language: JavaScript
- Size: 672 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.