Probe both MP4 and WebM support in DrmEngine

Issue #540

Change-Id: I908804e9334214dd4ed9d7546ce4d4d28dd69d01
This commit is contained in:
Joey Parrish
2016-10-06 11:59:58 -07:00
parent fade7d291d
commit bdd96ee8b0
+2 -1
View File
@@ -1194,7 +1194,8 @@ shaka.media.DrmEngine.probeSupport = function() {
];
var basicVideoCapabilities = [
{ contentType: 'video/mp4; codecs="avc1.42E01E"' }
{ contentType: 'video/mp4; codecs="avc1.42E01E"' },
{ contentType: 'video/webm; codecs="vp8"' }
];
var basicConfig = {