No, the streaming plugin only restreams a non webrtc source. The videoroom plugin does, instead, and yes, it requires publishers to be sendonly and subscribers/listeners to be recvonly, as it follows a publish/subscribe pattern.
Notice that you can also have the videoroom plugin forward the media coming from a publisher to an external component via rtp, e.g., an instance of the streaming plugin somewhere.
--
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.
For more options, visit https://groups.google.com/d/optout.
Can different video publishers use different codecs in the video room?
Can a non-webrtc video source also publish to a video room along with other webrtc video sources?
Can different video publishers use different codecs in the video room?
--
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-janus+unsubscribe@googlegroups.com.
As long as all subscribers can decode vp8&vp9&h264, what is the problem supporting differing publishers? It must be the constraint that Sdp of the video room is fixed and does not vary per publisher? For audio, let us make the assumption that they all use opus since janus actively is involved in mixing. For video, janus is a pass-through conduit and ideally shouldn't care which codec the publisher uses