Yes, I am trying to connect gstreamer webrtc plugin with janus videoroom plugin, I don't know if it's the right way.
the reason why I want to connect these 2 plugins together is: I think the "webrtc protocol" stream have more "congestion control" algorithms then the RTP stream. Am I right?
although I don't know clearly what these "congestion control" algorithms are(gcc? I don't know if gstreamer webrtc plugin and janus videoroom plugin support it).
PS: when I capture packages when I am streaming RTP stream with gstreamer rtpbin to janus streaming plugin, I also found there exist RTCP packages (SR, RR) except RTP packages, so is that mean I can implement my own "congestion control" based on these RTCP packages?
Anyone could explain this for me? thanks in advance.