It's time to hack mediasoup - Cutting Edge WebRTC Videoconferencing written in C++.
Based on Version 1.2.8
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.
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.
It's here: https://github.com/Globik/kore-mediasoup/tree/master/addon/emitter4
Based on uv_poll_t routine.