Below is an example of Vimeo video with DRM in a cross domain iframe. The issue we're seeing is that on a device that is not connected to an HDCP monitor, HDCP restrictions are being applied several seconds into playback. This occurs on Chrome only. It does not occur when the video is loaded outside of a cross domain iframe.
How to reproduce issue
- View the video on a device that is not connected to an HDCP monitor
- Open the "Debug Panel" by pressing the "d" key (click in the iframe to allow it to capture keyboard presses)
- Verify DRM is enabled (DRM: true / default)
- Verify the current quality is above 720p
- Play the video
- Observe that after several seconds, it will switch to "fallback" DRM (DRM: true / fallback)