"abhishek" wrote:
AS per the documentation https://sdkdocs.roku.com/display/sdkdoc/Video, whenever player is not able to play any stream it returns the errorCode and msg.
...
errorCode = -3
errorMsg = ignored
https://sdkdocs.roku.com/display/sdkdoc ... layerEvent isRequestFailed() documents some error codes, which I assume are the same here.
That doesn't seem particularly helpful, as -3 is "Unknown error", as opposed to network error, media error, or DRM error.
If you can provide a sample URL to a media file that doesn't play, perhaps someone could tell more.