Skip to main content

Thumbnail errors

Register a callback with OTVVideoView to handle thumbnail errors.

API

JAVA
/**
  * Register a callback with OTVVideoView
  */
public void setThumbnailListener(IOTVThumbnailListener listener);

IOTVThumbnailListerner needs to be implemented by application while registering.
Reason
Description
Application error handling recommendation
ERROR_IO = 1Failed to download thumbnail spriteNo retry
ERROR_DATA_PARSING = 2An invalid argument is passed to extract thumbnailNo retry
ERROR_MEMORY = 3Not enough memory to create/extract thumbnails
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.