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
{{ message }}
This repository was archived by the owner on Apr 3, 2020. It is now read-only.
Different CDMs are supported differently. For CDMs that support a Decryptor, we'll try to use DecryptingDemuxerStream in the render side. Otherwise, we'll try to use the CDMs in the browser side. Therefore, if DecryptingDemuxerStream initialization failed, it's still possible that we can handle the audio with a CDM in the browser. Declare demuxer ready now to try that path. Note there's no need to try DecryptingDemuxerStream for video here since it is impossible to handle audio in the browser and handle video in the render process.
This also fixes the issue where CdmAttachedCB is fired twice with "false".
BUG=578203
TEST=No DCHECK when playing media/L3_audio_L3_video.mp4.mpd.
Review URL: https://codereview.chromium.org/1613793002
Cr-Commit-Position: refs/heads/master@{#372842}
(cherry picked from commit e261467)
Review URL: https://codereview.chromium.org/1659013002 .
Cr-Commit-Position: refs/branch-heads/2623@{#234}
Cr-Branched-From: 92d7753-refs/heads/master@{#369907}
0 commit comments