"single to many" maximum number or suscribers

hi guys
now if i have a single publisher, and i want to enable the maximum number of subscribers via RTSP.

am i limited by the resources of a single media node (while using pro), or when the resources bottleneck is reached subscribers can utilize other media nodes to join the same session?

TDLR, can a single session have more than 5-6k subscribers (or a 100k in the same manner)

WebRTC is not designed to have 100k viewers.

Some complex technology can be implemented to have those numbers with WebRTC. For example, https://millicast.com/ people has do it.

But OpenVidu doesn’t have the technology (transcoding, cascade media servers, simulcast…) to allow it.

Nevertheless, it is in our roadmap.