Skip to content

Commit

Permalink
doc(mediaCapabilities): add comment for h265
Browse files Browse the repository at this point in the history
  • Loading branch information
tymmesyde committed Jan 25, 2024
1 parent 06cf5b5 commit b4f5419
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mediaCapabilities.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ var VIDEO_CODEC_CONFIGS = [
},
{
codec: 'h265',
// Disabled because chrome only has partial support for h265/hvec,
// force: window.chrome || window.cast,
mime: 'video/mp4; codecs="hev1.1.6.L150.B0"',
aliases: ['hevc']
},
Expand Down

0 comments on commit b4f5419

Please sign in to comment.