Skip to content

Commit dfedfdd

Browse files
authored
Merge pull request #54 from Stremio/fix/h265-transcode-chrome
fix(mediaCapabilities): remove force config for h265
2 parents cefb74c + b4f5419 commit dfedfdd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/mediaCapabilities.js

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

0 commit comments

Comments
 (0)