Hi All,
I’m trying to create a new mediasoup application.
I want to know if there is a simple implementation of it, a guide to manage the audio/video inputs/outputs, a name of a library to encode/decode the video/audio of the client.
My idea is to develop a client using QT, but every advice is accepted.
Hi, I will use this lib, I’m trying to understand mediasoup-broadcaster-demo.
I need an example about the management of the mic+cam and the decoding of the video/audio from libmediasoupclient/libwebrtc.
Thanks
Unsure what you mean with “management”, but this is beyond libmediasoup’s scope. Anyhow the mediasoup-broadcaster-demo contains a full example on how to send video and audio. It’s up to you to plug in whatever other audio or video you want your app to send.
sorry, management is a wrong word, I meant “I need to manage”.
do you know if the video/audio are synchronized?
do you know which is the buffer of the ingoing audio/video?
do you know how I can hook the camera and/or the mic?
thanks.
My idea is that at the end I can share my native application written in Qt with you. I mean a simple version.
ok, I tried…
I’m reading the documentation, of course a complete starting point is better.
I will share the code at the end.
thank you very much
Angelo