Add UMA stat to indicate when a EME load session returns false |
||
Issue descriptionWe want to understand how frequently an offline playback attempt fails due to a missing license. Preferably this would be another bucket in the Media.EME.Widevine.LoadSession stat. Getting this on Android is the main priority. Other platforms can land alongside their respective persistent license support.
,
Aug 18 2017
Marking this as fixed, although it may take a few days before we see any data. generateRequest() promise succeeds if SUCCESS reported. SESSION_NOT_FOUND and SESSION_ALREADY_EXISTS end up as an InvalidStateError rejection, so those three buckets can be combined. load() promise succeeds with true if SUCCESS reported. If SESSION_NOT_FOUND reported, load() promise succeeds with false returned (meaning the session can't be loaded since it doesn't exist). SESSION_ALREADY_EXISTS ends up as an InvalidStateError rejection. |
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Aug 17 2017