OpenSight / janus-cloud

a cluster solution for Janus WebRTC server, by API proxy approach
GNU Affero General Public License v3.0
207 stars 49 forks source link

How janus to realize the cascade, could you provide some ideas? thank you #33

Closed telinx closed 2 years ago

telinx commented 2 years ago

Hi, We are using Janus as a streaming server, and we want to implement the cascade of janus in the next step. From some articles, I know that I need to implement an rpt-forward listener. Could you provide some idea? Thanks.

jamken commented 2 years ago

no, you needn't, make janus join as the other janus's participant, that would be a common solution(but janus-cloud doesnot support this mode, so complicated and we have no such amount of participant for one room)

telinx commented 2 years ago

thank you