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?