You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 12, 2019. It is now read-only.
@heff is working on better error handling in videojs, which changes some of the way that errors work. See the following PR: videojs/video.js#1191
This HLS plugin needs to update to follow the new error handling.
The text was updated successfully, but these errors were encountered:
Seems to just require us to call player.error() with the error. It will make the error value accessible to consumers of the error event and trigger an error event for us.
@heff is working on better error handling in videojs, which changes some of the way that errors work. See the following PR: videojs/video.js#1191
This HLS plugin needs to update to follow the new error handling.
The text was updated successfully, but these errors were encountered: