Error Handling
This diagram explains how OvenPlayer handles errors and automatic fallback operations.

Error recovering is different for each protocol.
Errors thrown by
hls.js
are differentiated by whether they are fatal or not. For a none fatal error, hls.js
automatically repairs the error. How to handle it is described here.
Last modified 2yr ago