|
Products
StreamChecker serves as a modular
plugin for existing monitoring software
solutions to test Windows Media Streams. Existing
monitoring infrastructures literally treats StreamChecker as another 'web server', and tries to
test streams by 'requesting a web page'. The URL format for a work
task is:

StreamChecker is able to test various protocols: mms
(tcp/udp), rtsp (tcp/udp),
and http. StreamChecker runs on an
WIN32 environment that binds to an HTTP socket to wait for
work requests.
Response Codes (similar to HTTP)
| Code |
Description |
|
200 |
Stream is functioning accordingly. WMP is still streaming
the content at the end of the test duration (as expected). Response message:
200 OK - BITR [bitrate];
BUFR [buffer event count]([total
msec spent buffering]); QLTY [quality flag from WMP].
Example: 200 OK - BITR [360000]; BUFR 1(5000); QLTY
1000.
|
|
404 |
URL or parameters are invalid, or
sent improperly. |
|
405 |
Method not supported.
StreamChecker currently supports HTTP-GET method only. |
|
500 |
Stream or network error occurred.
WMP was not playing at the end of the test duration. |
|