Our HLS streams are hosted by an external vendor and the playlists are encrypted using AES-128.
When the HLS player parses the EXT-X-KEY field (example below), and attempts to retrieve the key, we either need to be able to have cookies sent along with the request for the key, or be able to append additional query parameters to the URL of the request (e.g.
http://somePath/generateKey?id=someId&someOtherParam=something).
EXT-X-KEY:METHOD=AES-128,URI="http://somePath/generateKey?id=someId
Is this possible?