Wowza Community

Detect streaming with .net C#

I have a web application in .net and c# which streams video recordings to wowza media server. I am using webrtc for streating through media API. Sometimes the recordings do not get streamed which is unable to detect. Is there a way to detect if a recording is being streamed to media server?

I see that there is Java API but I am not a Java programmer and not sure if I can use it in my application. I also had a look at the webservice but it does not seem to have any method to detect the streaming. Is there a way to achieve this?

Hello,

We don’t have a lot of info on .NET integration but the following article may help,
https://www.wowza.com/docs/how-to-add-a-web-service-interface-to-wowza-media-server-and-integrate-with-net-dotnet

Examples for getting stats via the REST API can be found here,
https://www.wowza.com/docs/statistics-query-examples

Regards,

Andy E.