Opening windows media video streams in .NET

  • Thread starter Thread starter Steve Dowling
  • Start date Start date
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
 
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
 
Back
Top