Skip to content

Commit

Permalink
fix(mediaCapabilities): remove force config for h265
Browse files Browse the repository at this point in the history
  • Loading branch information
tymmesyde committed Jan 9, 2024
1 parent c368992 commit 06cf5b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mediaCapabilities.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ var VIDEO_CODEC_CONFIGS = [
},
{
codec: 'h265',
force: window.chrome || window.cast,
mime: 'video/mp4; codecs="hev1.1.6.L150.B0"',
aliases: ['hevc']
},
Expand Down

0 comments on commit 06cf5b5

Please sign in to comment.