openvidu icon indicating copy to clipboard operation
openvidu copied to clipboard

Decoupling KurentoSessionManager to support MediaMode.RELAYED

Open thojou opened this issue 6 years ago • 7 comments

Hi!

While working on my Master thesis, i analysed Kurento Media Server and the OpenVidu implementation and got in contact with the MediaMode.Relayed Option.

I have read #37 and noticed, that this feature does not have a high priority. For my project it is required to also support a direct connection between peers, so i started to implement this feature on my own.

After digging into the code i found out, that there are some general components like RpcHandler and SessionRestController which are currently tightly coupled with the KurentoSessionManager, because it is the only explicit implementation of a SessionManager.

So first of all i tried to decouble the KurentoSessionManger, so that it will be possible to inject another Manager based on the MediaMode used in a session.

In my approach it was necessary to change some elementary code base and i would like to know if these changes would be conform with your internal roadmap.

I would love to see this changes getting into the core (maybe with some adjustments). Nevertheless i will continue implementing the MediaMode.Relayed for at least my own project.

thojou avatar Jul 09 '18 15:07 thojou

We are studying this right now.

Stay tuned!

pabloFuente avatar Jul 10 '18 10:07 pabloFuente

Next week we will discuss this PR. The idea behind it looks good. Maybe some little adjustments are needed, but this changes will be probably merged into the master branch.

pabloFuente avatar Jul 13 '18 08:07 pabloFuente

Sounds great! Let me know if you want me to change something.

thojou avatar Jul 13 '18 15:07 thojou

Any update on this?

Kalki5 avatar May 11 '20 14:05 Kalki5

A mayor refactoring of OpenVidu internals will be carried in the next weeks.

micaelgallego avatar May 11 '20 14:05 micaelgallego

Is there any news or time estimate for this to be available? Thank you very much for such a powerful project

jcancig avatar Sep 18 '20 07:09 jcancig

Sorry but this is not in our short term roadmap

micaelgallego avatar Sep 18 '20 22:09 micaelgallego