We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b97650 commit 5f8ef0bCopy full SHA for 5f8ef0b
src/streaming/models/MediaPlayerModel.js
@@ -179,6 +179,8 @@ function MediaPlayerModel() {
179
cacheLoadThresholds = {};
180
cacheLoadThresholds[Constants.VIDEO] = CACHE_LOAD_THRESHOLD_VIDEO;
181
cacheLoadThresholds[Constants.AUDIO] = CACHE_LOAD_THRESHOLD_AUDIO;
182
+
183
+ keepProtectionMediaKeys = false;
184
}
185
186
//TODO Should we use Object.define to have setters/getters? makes more readable code on other side.
0 commit comments