Failures from out side of RDK
Created on June 21, 2022
We have failure under below categories which are out side RDK (AAMP)
- CDN ( for VOD and cDVR ) – Failures can come, if CDN fails to respond for manifest/fragment request given by the Player.
-
- Curl codes will be returned in the case of connection issues and request timed out cases.
- HTTP codes will be returned in the case of content not available in CDN or Server error and etc.,
-
-
FOG
- FOG( for Linear with TSB )- Failures can come, if CDN fails to respond for manifest/fragment request given by the Player.
-
- Curl codes will be returned in the case of connection issues and request timed out cases ( these error codes are processed from FOG once its responded with those error codes from CDN ).
- HTTP codes will be returned in the case of content not available in CDN or Server error and etc.,
- Network
- This can be a temporary connectivity issue due to poor network (or) environment. This can cause manifest/fragment download failure with HTTP/Curl errors as described above due to request failures.
Go To Top