Check streaming media

  • Thread starter Thread starter Dennieku
  • Start date Start date
D

Dennieku

Hi,

I want to check streaming media URL's (like MMS and RTSP) if these are still
available and if so, the average bandwidth.

Does anybody have ideas for this?

Thx,
Denneiku
 
Dennieku,

This isn't exactly a small request. You basically have to write
handlers for those URL's, and then actually download them and measure the
bandwidth.

You ^might^ be able to get away with this by using the COM
infrastructure for asynchronous pluggable protocols. Basically, you would
call BindToStorage on the IMoniker interface, requesting an IStream
interface, from which you then read.

Hope this helps.
 

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

Back
Top