Player errors

When errors are trigered they cause player initialization failure. Video can't be played. Error message is logged into browser console. 0-5 errors are indexed by the W3C standard.

CodeDescription
1MEDIA_ERR_ABORTED. You aborted the media playback
2MEDIA_ERR_NETWORK. A network error caused the media download to fail part-way.
3MEDIA_ERR_DECODE. The media playback was aborted due to a corruption problem or because the media used features your browser did not support.
4MEDIA_ERR_SRC_NOT_SUPPORTED. The media could not be loaded, either because the server or network failed or because the format is not supported.
5MEDIA_ERR_ENCRYPTED. The media is encrypted and we do not have the keys to decrypt it.