You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you have support for persistent DRM license usage. As of now I see you are calling for a new DRM license each time regardless if the DRM license is set for peristents
An offline key set can be loaded by passing the key set ID to MediaItem.DrmConfiguration.Builder.setKeySetId when building the media item. This allows playback using the keys stored in the offline key set with the specified ID.
Why it is needed ?
its a DRM license feature as well as can cut down on the license calls when switching videos
Possible implementation
An offline key set can be loaded by passing the key set ID to MediaItem.DrmConfiguration.Builder.setKeySetId when building the media item. This allows playback using the keys stored in the offline key set with the specified ID.
Description
Do you have support for persistent DRM license usage. As of now I see you are calling for a new DRM license each time regardless if the DRM license is set for peristents
An offline key set can be loaded by passing the key set ID to MediaItem.DrmConfiguration.Builder.setKeySetId when building the media item. This allows playback using the keys stored in the offline key set with the specified ID.
Why it is needed ?
its a DRM license feature as well as can cut down on the license calls when switching videos
Possible implementation
An offline key set can be loaded by passing the key set ID to MediaItem.DrmConfiguration.Builder.setKeySetId when building the media item. This allows playback using the keys stored in the offline key set with the specified ID.
Code sample
Code samplehttps://developer.android.google.cn/media/media3/exoplayer/drm?hl=en#offline-keys
The text was updated successfully, but these errors were encountered: