I'm trying to implement FairPlay audio playback in an mobile app, and wondering how I can extract asset id from a HLS playlist used to request FPS keys using AVContentKeySession? IMHO, asset id is defined by #EXT-X-KEY:METHOD=SAMPLE-AES,URI="skd://token" in HLS playlist.
Currently, I send an extra request to my server to determine asset id. There must be easier way.