mirror of
https://github.com/shaka-project/shaka-player.git
synced 2026-06-26 17:46:26 +03:00
Probe both MP4 and WebM support in DrmEngine
Issue #540 Change-Id: I908804e9334214dd4ed9d7546ce4d4d28dd69d01
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user