I have a basic fundamental question. So we do use STUN (ice servers) in WebRTC...
Does that mean real P2P happen in videoroom when users see each other or its with Janus and users only?
--
You received this message because you are subscribed to the Google Groups "meetecho-janus" group.
To unsubscribe from this group and stop receiving emails from it, send an email to meetecho-janus+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I'm not sure I understand your question.
Janus is not p2p; it is sfu, so one publishers stream is forwarded to n listeners.
But audio bridge is, for example audio mcu, so all incoming streams are mixed and sent as one stream to every participant.
On Dec 4, 2017 21:34, "Anil Wadghule" <anild...@gmail.com> wrote:
I have a basic fundamental question. So we do use STUN (ice servers) in WebRTC...
Does that mean real P2P happen in video room when users see each other or its with Janus and users only?
Thanks,Anil
--
You received this message because you are subscribed to the Google Groups "meetecho-janus" group.
To unsubscribe from this group and stop receiving emails from it, send an email to meetecho-janus+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "meetecho-janus" group.
To unsubscribe from this group and stop receiving emails from it, send an email to meetecho-janu...@googlegroups.com.
Thanks, Mirko. I meant if I see remote publisher on my screen in a video room. Do bits of my video are directly sent to his machine (peer to peer) and vice versa.So does SFU mean, if my SFU is hosted in Australia, everyone’s bits are sent to Australia and then related back to a video stream?If that’s true, aren’t we losing benefits of WebRTC for peer to peer connections in a videoroom?