| Error Code | Constant | Description |
|---|---|---|
| 210 | ERROR_LOW_LEVEL_PLAYER_ERROR | Indicates an error in the OS player or Google Cast. |
| 211 | ERROR_CONNECTION_FAILED | Indicates a connection problem to the server. |
| 408 | ERROR_CONNECTION_TIMEOUT | Indicates that the connection has timed out. |
| 212 | ERROR_EXOPLAYER_BUFFER_RECONNECT | Indicates that low delay increased 3 times and still did not fill the buffer. |
| 213 | ERROR_UNEXPECTED_END_OF_MEDIA | Indicates the end of a media, which shouldn't occur on live streaming. Also when we failed to retry. It might be because of a slow network as well. |
| 214 | ERROR_UNEXPECTED_END_OF_MEDIA_ANDROID_PLAYER | Indicates the end of a media, which shouldn't occur on live streaming. |
| 216 | ERROR_INVALID_URL | Indicates that the URL isn't in a valid format. |
| 217 | ERROR_NO_NETWORK | Indicates the lack of network connectivity. |
| 218 | ERROR_EXOPLAYER_BUFFER_TIMEOUT | Indicates buffer timed out. Increase the lowdelay value. |
| 219 | ERROR_EXOPLAYER_ON_ERROR | Indicates buffer timed out. Increase the lowdelay value. |
| 404 | ERROR_NOT_FOUND | Indicates that the input source couldn't be found. |
| 453 | ERROR_GEOBLOCKED | Indicates that the stream can't be used in the user's location. |
| 503 | ERROR_SERVICE_UNAVAILABLE | Indicates that no server is available. |
Error codes - Android
- Updated on Nov 15, 2023
- Published on Nov 14, 2023
- 1 minute(s) read
Was this article helpful?