Skip to content

Commit

Permalink
Probe both MP4 and WebM support in DrmEngine
Browse files Browse the repository at this point in the history
Issue #540

Change-Id: I908804e9334214dd4ed9d7546ce4d4d28dd69d01
  • Loading branch information
joeyparrish committed Oct 19, 2016
1 parent ddabe10 commit 2d20164
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/media/drm_engine.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 2d20164

Please sign in to comment.