I have a use case where I’m already ingesting WebRTC into the video room via WHIP. The room is configured for a single publisher, and I’d now like to make that stream available to subscribers via WHEP.
I read the blog post about the changes after the removal of the two operational modes of WHEP (I agree they removed the wrong one haha), but now I’m left wondering about video rooms.
I realize I could probably forward the stream from the video room plugin to the streaming plugin dynamically, but that adds a level of complexity that I’m not completely thrilled with.
Would appreciate any thoughts / insight! Thank you!