Wowza Community

2 Way Streaming

Hello I’m new in WOWZA. I have a question about your on-premise server. I want to build a 2 way channel A/V application using .Net platform. I saw your “2 way video chat - web application” sample which is not include a .net or MVC kind of version. Will I be a able to build such a system ?

Hi @Dogu Tumerdem. If you’re looking to build a 2-way video chat with .NET, you may want to Google for a C# library for RTMP, or - with the webRTC preview in Wowza, you could look for a C# library for webRTC. You can also combine the two: record webRTC and play RTMP or vice versa. You’ll send the webRTC or RTMP stream to Wowza, who will deliver the stream for playback over different protocols.

PS: remember to enable the low-latency option in the Wowza Application, for a better 2-way videochat experience.