does anyone know a product out there that can check the availability of a
streaming media?
if not, can anyone point me to a right direction(which class/object to use)
in windows media SDK in order to write some sort of link checker for
streaming media? in web logs, there are 200 or 400 return code that indicates
whether a call to a webpage is successful or not. i wonder if anything like
this exist in the SDK?
thank you
> if not, can anyone point me to a right direction(which
> class/object to use) in windows media SDK in order to
> write some sort of link checker for streaming media? in
> web logs, there are 200 or 400 return code that indicates
> whether a call to a webpage is successful or not. i
> wonder if anything like this exist in the SDK?
You can open URLs to WM streams in the WMReader object
included in the WM runtime (see the remarks to
IWMReader::Open() in the WindowsMediaFormat SDK, now also
included in the Windows SDK - requires C++ or .NET through
the open source WindowsMedia.NET wrapper),
You can also use the WindowsMediaPlayer ActiveX control in
any automation-aware language, even a web page, to open the
URL (see the WindowsMediaPlayer SDK, now also included in
the Windows SDK).
--
// Alessandro Angeli
// MVP :: DirectShow / MediaFoundation
// mvpnews at riseoftheants dot com
// http://www.riseoftheants.com/mmx/faq.htm
"Alessandro Angeli" wrote:
> .
>
"Alessandro Angeli" wrote:
> .
>