]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Add missing video mime types
authorChocobozzz <me@florianbigard.com>
Wed, 20 Apr 2022 08:23:07 +0000 (10:23 +0200)
committerChocobozzz <me@florianbigard.com>
Wed, 20 Apr 2022 08:23:07 +0000 (10:23 +0200)
server/initializers/constants.ts

index a4d8d8fe72f256a6da7c1b52e30c3858bda2a548..4656ccdbcdf661f86c7d3e2d0defad3a616d5750 100644 (file)
@@ -484,17 +484,25 @@ const MIMETYPES = {
     MIMETYPE_EXT: {
       'audio/mpeg': '.mp3',
       'audio/mp3': '.mp3',
+
       'application/ogg': '.ogg',
       'audio/ogg': '.ogg',
+
       'audio/x-ms-wma': '.wma',
       'audio/wav': '.wav',
       'audio/x-wav': '.wav',
+
       'audio/x-flac': '.flac',
       'audio/flac': '.flac',
+
+      'audio/vnd.dlna.adts': '.aac',
       'audio/aac': '.aac',
+
       'audio/m4a': '.m4a',
       'audio/mp4': '.m4a',
       'audio/x-m4a': '.m4a',
+
+      'audio/vnd.dolby.dd-raw': '.ac3',
       'audio/ac3': '.ac3'
     },
     EXT_MIMETYPE: null as { [ id: string ]: string }
@@ -1033,6 +1041,8 @@ function buildVideoMimetypeExt () {
         // The standard video format used by many Sony and Panasonic HD camcorders.
         // It is also used for storing high definition video on Blu-ray discs.
         'video/mp2t': '.mts',
+        'video/vnd.dlna.mpeg-tts': '.mts',
+
         'video/m2ts': '.m2ts',
 
         // Old formats reliant on MPEG-1/MPEG-2