Remote Publishing/SFU cascading feature on Janode

Hi @atoppi. How do i make use of the remote publishing/SFU cascading feature that support video rooms on multiple Janus servers (in Janode code)? The videoroom example in Janode supports rtp-fwd-start, rtp-fwd-stop and rtp-fwd-list which from my understanding is supposed to connect to the streaming plugin. How do i go about it when scaling horizontally? Thanks.

The APIs for videoroom remote publishing is still not implemented in janode videoroom plugin.

You can scale horizontally by cascading videoroom and streaming plugin as you already mentioned.

I am still learning about cascading videoroom and streaming plugin. Kindly point me in the right direction. From my understanding, i can have publishers in a room on a videoroom plugin and then send their individual streams to the streaming plugin. How can a subscriber using the videoroom client be able to access the streams on the streaming plugin? Should the streaming plugin be on the same server as the videoroom plugin? or is it Janus server A with streaming and videoroom plugin sending streams to the streaming plugin of Janus server B also with streaming and videoroom plugin? Thanks

Janus streaming and videoroom instances can be different of course.
Here a couple of presentations Lorenzo did to illustrate this specific cascading configuration

Great resource. Its now clear to me @atoppi Thanks so much.