TLDR: How to have multiple Janus servers to obtain the same UDP video steam from a single machine?
I have a machine which is streaming video to one of my AWS Linux server with UDP, then users access my Janus server to obtain the video stream with WebRTC. It is working fine. But If my want to scale it up, I need something to take my UDP stream and multicast it to all of my servers.
Maybe let me explain a bit more in pictures: I want to broadcast the UDP stream to multiple server instances, from this:


The "Loadbalancer" is solved by using AWS LoadBalancer. However, I don't know what technology should I use to execute the "UDP Broadcast Server" part. May I know how do we usually solve this problem?
--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/meetecho-janus/edf679df-55d1-4790-85a2-958ef94c5074n%40googlegroups.com.
@AlessandroI see, so it is inevitable to manage the newly spawn VMs to notify my source to send the UDP stream to them. Thanks!@MirkoI had a look at this link based on your suggestion about VideoRoom and Streaming Plugin.Are you suggesting I could use a server with VideoRoom plugin to pick up my source stream, and send it to other Janus servers VMs(streaming plugin)? This essentially solves the the "UDP Broadcast Server" part.On Mon, 25 Jan 2021 at 17:21, Mirko Brankovic <mirkobr...@gmail.com> wrote:If the Server in this picture is Janus server and one of the famous plugins like Streaming or Videoroom, you could just use rtp_forward to next server streaming plugin point and attach and "watch" stream with new N number of listeners
--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/meetecho-janus/edf679df-55d1-4790-85a2-958ef94c5074n%40googlegroups.com.
--Regards,Mirko