Video conf wish

I would like to be able to engage the video conference SFU for all clients that support multiple streams and fall back to video-follows-talker or pinned video for legacy SIP clients who join. Any way to do this?

Not really, the code doesn’t have such functionality and wasn’t exactly architected to do it. With re-working it’s probably possible.

Bridging the gap between webrtc and legacy is tricky and I’m trying to find any way to do it other than an MCU.

VP8 and VP9 make it further difficult because depending on the decoder you can’t just start sending another VP8 or VP9 stream down an existing one, the decoder will reject it since it isn’t the previous stream. You end up having to re-negotiate to reset the decoder. H264 is more forgiving.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.