Opening windows media video streams in .NET

S

Steve Dowling

Hello,

I am trying to write some code to validate several windows media streams
that my company is delivering.
I'd like to be able to open the stream's URL, check for bytes being
delivered and then check the next url.

Is there a way to open a windows media stream URL directly from .NET?

I've tried using HTTPWebRequest in C# but it doesn't understand the windows
media mime type.

Regards,
Steve
 
S

Steve Dowling

Hi Donn,

I've thought about it but as there are many streams running on the server
form different URLs I thought it would be best to use HTTPWebRequest so I
don't have to reinvent the wheel.

Regards,
Steve
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top