Skip to content

Commit b4f5419

Browse files
committed
doc(mediaCapabilities): add comment for h265
1 parent 06cf5b5 commit b4f5419

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/mediaCapabilities.js

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ var VIDEO_CODEC_CONFIGS = [
66
},
77
{
88
codec: 'h265',
9+
// Disabled because chrome only has partial support for h265/hvec,
10+
// force: window.chrome || window.cast,
911
mime: 'video/mp4; codecs="hev1.1.6.L150.B0"',
1012
aliases: ['hevc']
1113
},

0 commit comments

Comments
 (0)