# Access Wowza basic functions from ASP.NET application.

**URL:** https://community.wowza.com/t/access-wowza-basic-functions-from-asp-net-application/38418
**Category:** Wowza Streaming Engine
**Created:** [March 31, 2012, 1:28pm UTC](https://community.wowza.com/t/access-wowza-basic-functions-from-asp-net-application/38418 "2012-03-31T13:28:54Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Test\_Account](https://avatars.discourse-cdn.com/v4/letter/t/ed8c4c/32.png) [@Test\_Account](https://community.wowza.com/u/Test_Account)
#### Post date: [March 31, 2012, 1:28pm UTC](https://community.wowza.com/t/access-wowza-basic-functions-from-asp-net-application/38418/1 "2012-03-31T13:28:54Z")

</div>

Hello Friends,

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

functions from my [ASP.NET](http://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

---

<div class="post-metadata">

### Author: ![Richard\_Lanham](https://avatars.discourse-cdn.com/v4/letter/r/c68b51/32.png) [@Richard\_Lanham](https://community.wowza.com/u/Richard_Lanham)
#### Post date: [April 1, 2012, 3:57pm UTC](https://community.wowza.com/t/access-wowza-basic-functions-from-asp-net-application/38418/2 "2012-04-01T15:57:35Z")

</div>

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](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](https://www.wowza.com/docs/http-providers)

Richard

---

<div class="post-metadata">

### Author: ![Mageswari\_Radhakrish](https://avatars.discourse-cdn.com/v4/letter/m/7ea924/32.png) [@Mageswari\_Radhakrish](https://community.wowza.com/u/Mageswari_Radhakrish)
#### Post date: [November 8, 2017, 3:43pm UTC](https://community.wowza.com/t/access-wowza-basic-functions-from-asp-net-application/38418/3 "2017-11-08T15:43:58Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![Przemyslaw\_Sobala](https://avatars.discourse-cdn.com/v4/letter/p/977dab/32.png) [@Przemyslaw\_Sobala](https://community.wowza.com/u/Przemyslaw_Sobala)
#### Post date: [November 8, 2017, 11:28am UTC](https://community.wowza.com/t/access-wowza-basic-functions-from-asp-net-application/38418/4 "2017-11-08T11:28:17Z")

</div>

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](https://www.wowza.com/docs/wowza-streaming-engine-rest-api))
