Session Token Flow

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

  • Moved wholly to AAMP

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