mirror of https://github.com/Chocobozzz/PeerTube
Support m4v videos
parent
03aff3c6f6
commit
c37a52b046
|
@ -770,7 +770,9 @@ function buildVideoMimetypeExt () {
|
||||||
'video/x-flv': '.flv',
|
'video/x-flv': '.flv',
|
||||||
'video/x-matroska': '.mkv',
|
'video/x-matroska': '.mkv',
|
||||||
'application/octet-stream': '.mkv',
|
'application/octet-stream': '.mkv',
|
||||||
'video/avi': '.avi'
|
'video/avi': '.avi',
|
||||||
|
'video/x-m4v': '.m4v',
|
||||||
|
'video/m4v': '.m4v'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue