You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Session Token Flow

  • Previously was in AampWebVideoItem for HLS and in AAMP for DASH flow

  • Moved wholly to AAMP as part of BCOM-4740

AAMP sends http request to local authservice server: http://localhost:50050/authService/getSessionToken

For a given tune attempt, after acquiring sessionToken:

  • HLS Flow

    • AAMP calls AVE DRM library API to store this value

    • During DRM key request, AVE packs this session token

  • DASH flow

    • this value is pushed to SecClient for packing into key request

  • No labels