Enable hevc and mov direct play support in iOS 11+

This commit is contained in:
Bill Thornton 2021-04-12 16:59:33 -04:00
parent 62dc8510a6
commit 09c4baa8d9

View File

@ -18,7 +18,13 @@ export default {
AudioCodec: 'aac,mp3,ac3,eac3,flac,alac',
Container: 'mp4,m4v',
Type: MediaTypes.Video,
VideoCodec: 'h264'
VideoCodec: 'hevc,h264'
},
{
AudioCodec: 'aac,mp3,ac3,eac3,flac,alac',
Container: 'mov',
Type: MediaTypes.Video,
VideoCodec: 'hevc,h264'
},
{
Container: 'mp3',