I need to stream live audio through an ASP.NET website. Does anyone know how to do this? Do I need a separate Streaming Media server? Does anyone know a good one, something low end, that will do the job?
thanks.
Printable View
I need to stream live audio through an ASP.NET website. Does anyone know how to do this? Do I need a separate Streaming Media server? Does anyone know a good one, something low end, that will do the job?
thanks.
You could just have simple MPEGs, AVIs, etc on your own server, and have them play in a Windows Media/Real Player object on the page by using the <OBJECT> tag.
This page shows an example, for WIMP.
http://msdn.microsoft.com/library/de...inawebpage.asp
I can do it that way - but I was hoping to do live audio. Have a microphone on one end and it will play through the web whatever is being played into the microphone at that moment.