GStreamer plugin for Mediasoup demo

Hi,
here you can find the GStreamer plugin for interacting with Mediasoup demo:

at the moment, the plugin works only as a producer, as some server-side modifications are required.
I will send a pull request to the mediasoup-demo repo with the required modifications.

1 Like

Here are the modifications required to allow consuming from the GStreamer plugin:

1 Like

Awesome! Thanks. I’ve added it into the Examples section in the website of mediasoup.

We’ll take a look to the modifications required in the demo server when we get some time (kinda busy these days).

2 Likes

Awesome !!!
By the way is there some examples that relay encoded h264 to mediasoup?