Wowza Community

Access Wowza basic functions from ASP.NET application.

Hello Friends,

I want to Add new live stream , start stream and stop stream to be carried out from with in my ASP.NET web application. But i dont know how should i control all the server

functions from my ASP.NET application, although i have referenced the web service provided from the Wowza, but due to the lack of documentation i am not able to access all these Wowza server functions. Please help me out.

Thanks

Take a look at this example:

https://www.wowza.com/docs/how-to-add-a-web-service-interface-to-wowza-media-server-and-integrate-with-net-dotnet

Another option is simple HTTPProvider:

https://www.wowza.com/docs/http-providers

Richard

I’m not getting what exact i want. I need live video streeming from wowza in dotnet programming . can any help me to start in dotnet programming please.

You could write a http client in ASP and make use of Wowza REST API (https://www.wowza.com/docs/wowza-streaming-engine-rest-api)