videojs / videojs-errors

A video.js plugin that displays error messages to video viewers.
Other
88 stars 29 forks source link

Monitor player for signs of life during playback #8

Closed dmlap closed 10 years ago

dmlap commented 10 years ago

Bundle up all player timeout monitoring into a single function. Add "healthchecks" during playback for timeupdate events and progress. If any healthcheck is successful, the timeout monitoring period is reset.

@seniorflexdeveloper @gkatsev: thoughts on this approach?