Enable mov direct play support in iOS 10

This commit is contained in:
Bill Thornton 2021-04-12 17:01:56 -04:00
parent 09c4baa8d9
commit ab0e91b7b2

View File

@ -55,6 +55,12 @@ export default {
Type: MediaTypes.Video,
VideoCodec: 'h264,vc1'
},
{
AudioCodec: 'aac,mp3,dca,dts,alac',
Container: 'mov',
Type: MediaTypes.Video,
VideoCodec: 'h264'
},
{
Container: 'mp3',
Type: MediaTypes.Audio