Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

AAMP DASH DRM License request :

draw.io Diagram
diagramNameuml.drawio
diagramWidth787
revision2


AAMP DASH Manifest Download Retry logic (without TSB) :

draw.io Diagram
diagramNameAAMP DASH Manifest Download Retry logic.drawio
diagramWidth801
revision2


AAMP Fragment Download Retry logic (without TSB) :

draw.io Diagram
diagramNameAAMP Fragment Download Retry logic (without TSB)-Gliffy.drawio
diagramWidth738
revision2


AAMP HLS Main Manifest Download Retry logic (without TSB) :

draw.io Diagram
diagramNameAAMP HLS Main Manifest Download Retry logic (without TSB)-Gliffy.drawio
diagramWidth755
revision2


AAMP-FOG_tune_request_retrylogic_uml :

draw.io Diagram
diagramNameAAMP-FOG_tune_request_retrylogic_uml-Gliffy.drawio
diagramWidth876
revision2

Refer Client Fail-Over Behavior to know how clients should behave using the linear redundancy features of the CDN.

Gliffy Diagram
macroId5ae6a1e3-9ceb-4a0b-844f-dd7a0fb67588
displayNameuml
nameuml
pagePin2

Image Removed

Image Removed

Image Removed

Image Removed

Image Removed


http 4xx (and 502 Bad Gateway) are considered fatal errors for a given download attempt. No retry of the same URL will be performed.  For other 5xx failures, single retry will be attempted after configurable delay (default 1s).

...

  • #define CURL_FRAGMENT_DL_TIMEOUT 10L  /**< Curl timeout for fragment download */
  • #define DEFAULT_PLAYLIST_DL_TIMEOUT 10L /**< Curl timeout for playlist download */
  • #define DEFAULT_CURL_TIMEOUT 5L     /**< Default timeout for other (i.e. license) Curl downloads */
  • #define DEFAULT_CURL_CONNECTTIMEOUT 3L /**< Curl socket connection timeout */


Show If
groupconfluence_rdk_user, rdk_license_onlywiki

FOG is a separate service involved with Client-Side IP Linear Time Shift Buffer (TSB) support, caching fragments and generating virtual playlists that grow and eventually cull.  As such, it shares many of the same responsibilities and behaviors as AAMP running in AAMP-only playback scenarios.  FOG configuration includes:

  • waitTimeBeforeRetryHttp5xxMS - 1s

  • downloadTimeoutMS - 5s

  • expirationTimeMS - 30s

  • minFragmentDownloadDelayMS - 10ms; behind ENABLE_ABR_TESTING for randomized simulated download latency 

  • maxFragmentDownloadDelayMS - 100ms; behind ENABLE_ABR_TESTING for randomized simulated download latency

  • tsbPreemptiveDownloadDelay - 5

  • vfsContextDumpDuration - 10000 - periodic virtual file system state logging

  • bitrateCheating - false

  • maxConcurrentDownloads - 1

  • sleepFraction - 1.5

  • manifestUpdate - 60s

  • defaultFetchTimeout - 60s

  • writeFailThreshold - 3 (write failure threshold before disabling TSB)

  • bitrateInit - initial bitrate while tuning normal content

  • bitrateInit4K - initial bitrate while tuning 4k content

  • fragmentFailThreshold - 5

  • cullLength - 1500 / 3600 (25 minutes or 1 hour)