Recording video stream

Hi all!

Any pointers on how to use the C++ client to record a remote broadcaster’s stream in a one-to-many session? I’m hoping it’s a better approach than FFMpeg.

Thanks!

In libmediasoupclient you can create a Consumer that has a track property (a native MediaStreamTrack). You should indeed be able to read raw audio or video frames from it using the libwebrtc API. No idea right now about how to do it but AFAIR there are similar use cases out there.