Hello community,
I would like to ask if is possible to do rtp forwarding with OpenVidu. I mean to forward any video in the video-room to another audiovisual scene.
Thanks in advance for the answer
Hello community,
I would like to ask if is possible to do rtp forwarding with OpenVidu. I mean to forward any video in the video-room to another audiovisual scene.
Thanks in advance for the answer
Hello @beka.iglesias,
As you know, OpenVidu is implemented on top of Kurento Media Server.
KMS allows you to export the media in a Pipeline using RtpEndpoint. Unfortunatelly, RtpEndpoint is not exposed in OpenVidu API. If you want to dig into OpenVidu code base, you can add RtpEndpoint exporting capabilities.
Best regards