[Shaka Player Demo] License requests don't contain necessary HTTP headers, when removing DRM-protected assets from the offline store. #1229
Labels
status: archived
Archived and locked; will not be updated
type: bug
Something isn't working correctly
Milestone
Some DRM-protected assets have licenseRequestHeaders, which are needed in order to acquire a license. When the playback is started, a license request is being sent to a license server. This request has mentioned license request headers, as expected.
After the asset was stored in the offline storage (by clicking the "store" button in the "offline" section), removing this asset from the offline store (by clicking the "delete" button) sends a license request again, but this time license request headers are not added to the license request, which is wrong. The license request headers must be added to the license request in this case as well. These license request headers are often used for authentication, so without them, license requests fail.
The text was updated successfully, but these errors were encountered: