Tools
video.txt
Associated article: Web-Based Video Monitoring
Tags: Web Development Tools
Published source code accompanying the article by Michael Larson inw which he presents "Streamhealth," an automated web-site monitoring tool designed to monitor streaming video, but is flexible enough to accomodate new stream types. Also see VIDEO.ZIP.
Web-Based Video Monitoring
by Michael Larson
Example 1:
public class StreamData {
StringBuffer mType; //video stream type
int mOpStatus; //operating status (new/update/deleted)
int mState; //bad/good stream?
StringBuffer mCode; //timecode data
String mURL; //name and location
String mTimeOfLastTest; //time of ...


