Skip to content

It's time to hack SFU mediasoup-worker WebRTC Videoconferencing written in C++

License

Notifications You must be signed in to change notification settings

Globik/kore-mediasoup

Repository files navigation

kore-mediasoup DEPRICATED!

It's time to hack mediasoup - Cutting Edge WebRTC Videoconferencing written in C++.

Based on Version 1.2.8

The goal

I just want to get it work from within a kore web framework(written in C) in a dedicated thread.

Just like here https://github.com/Globik/kore.io_websocket/tree/master/mediasoup_1

As such I wanna port the mediasoup's javascript API to the C part.

Work in progress:

It's here:

mediasoup_1. As an example and proof of concept.

So far so good, I have replaced the UnixStreamSocket interface with the uv_callback interface.

In plan, to use the kore's build-in socket for some binary streams from the mediasoup's worker.

Janus WebRTC gateway communicates with nodejs via SOCK_SEQPACKET written in C addon N-API

It's here: https://github.com/Globik/kore-mediasoup/tree/master/addon/emitter4

Based on uv_poll_t routine.

About

It's time to hack SFU mediasoup-worker WebRTC Videoconferencing written in C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published