videojs / videojs-errors

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

fix: trigger onErrorHandler on 'contenterror' as well #191

Closed alex-barstow closed 4 years ago

alex-barstow commented 4 years ago

Description

When using contrib-ads, if content stalls after a preroll we can get into a prolonged contentResuming state, during which player events are prefixed with content. If an error occurs during that window, we should still trigger the handler that populates the error modal.