Yep exactly that, @lola’s plugin is perfect for video chats etc and it’s a lot easier to setup than the streaming implementation I’ve done in the videoJS plugin.
The live streaming I’ve put in place, utilises the MUX streaming services only and uses WebRTC but it’s not suited for video chats because it’s just not quick enough. It requires you to setup some middleware (I use an Azure webApp in my demos) that accepts the video data coming from the user’s browser and forwards it directly to the MUX endpoints using the correct protocol. You can’t send the video data directly from any browser straight to MUX, simply because it has to be received on a protocol which browsers don’t support.
@lola’s plugin makes all this easy because I believe Daily probably have their own infrastructure in place to deal with the data. I’ve not read up on exactly how it works but I think it will be something like that.
2 Likes