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
I would like to have an option to delay widevine key request, but keep current shaka behavior of buffering initial segments of video immediately after source is specified.
This is mainly needed to avoid some logics being executed in our drm module until user really presses play button.
The text was updated successfully, but these errors were encountered:
Hi @msokalski,
We've added the logic to make it possible to delay the license request until playback is started.
Please set delayLicenseRequestUntilPlayed flag of shakaExtern.DrmConfiguration to true to enable this behavior.
I would like to have an option to delay widevine key request, but keep current shaka behavior of buffering initial segments of video immediately after source is specified.
This is mainly needed to avoid some logics being executed in our drm module until user really presses play button.
The text was updated successfully, but these errors were encountered: