Skip to content

DRM with key rotation: Black flicker observed when keys rotate #3561

@ojw28

Description

@ojw28

Spun out from #1298. When playing a stream with key rotation, the display flickers black at the points when keys rotate. Every three minutes in this sample:

{
  "name": "Sintel - 3 minutes key rotation",
  "uri": "https://storage.googleapis.com/playerinfra/wv/sintel_3min_rotate.mpd",
  "drm_scheme": "widevine",
  "drm_multi_session": true,
  "drm_license_url": "https://widevine-proxy.appspot.com/proxy"
}

This is because the secure video decoder is (incorrectly) released and re-instantiated.

There also appears to be an audio underrun on some devices, although this may be more of a performance problem with some devices as opposed to an ExoPlayer issue.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions