DeviceProfile-AndroidTVExoPlayer.json 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  1. {
  2. "Name": "Jellyfin AndroidTV-ExoPlayer",
  3. "EnableAlbumArtInDidl": false,
  4. "EnableSingleAlbumArtLimit": false,
  5. "EnableSingleSubtitleLimit": false,
  6. "SupportedMediaTypes": "Audio,Photo,Video",
  7. "MaxAlbumArtWidth": 0,
  8. "MaxAlbumArtHeight": 0,
  9. "MaxStreamingBitrate": 120000000,
  10. "MaxStaticBitrate": 100000000,
  11. "MusicStreamingTranscodingBitrate": 192000,
  12. "TimelineOffsetSeconds": 0,
  13. "RequiresPlainVideoItems": false,
  14. "RequiresPlainFolders": false,
  15. "EnableMSMediaReceiverRegistrar": false,
  16. "IgnoreTranscodeByteRangeRequests": false,
  17. "DirectPlayProfiles": [
  18. {
  19. "Container": "m4v,mov,xvid,vob,mkv,wmv,asf,ogm,ogv,mp4,webm",
  20. "AudioCodec": "aac,mp3,mp2,aac_latm,alac,ac3,eac3,dca,dts,mlp,truehd,pcm_alaw,pcm_mulaw",
  21. "VideoCodec": "h264,hevc,vp8,vp9,mpeg,mpeg2video",
  22. "Type": "Video",
  23. "$type": "DirectPlayProfile"
  24. },
  25. {
  26. "Container": "aac,mp3,mp2,aac_latm,alac,ac3,eac3,dca,dts,mlp,truehd,pcm_alaw,pcm_mulaw,,pa,flac,wav,wma,ogg,oga,webma,ape,opus",
  27. "Type": "Audio",
  28. "$type": "DirectPlayProfile"
  29. },
  30. {
  31. "Container": "jpg,jpeg,png,gif,web",
  32. "Type": "Photo",
  33. "$type": "DirectPlayProfile"
  34. }
  35. ],
  36. "CodecProfiles": [
  37. {
  38. "Type": "Video",
  39. "Conditions": [
  40. {
  41. "Condition": "EqualsAny",
  42. "Property": "VideoProfile",
  43. "Value": "high|main|baseline|constrained baseline",
  44. "IsRequired": false,
  45. "$type": "ProfileCondition"
  46. },
  47. {
  48. "Condition": "LessThanEqual",
  49. "Property": "VideoLevel",
  50. "Value": "51",
  51. "IsRequired": false,
  52. "$type": "ProfileCondition"
  53. }
  54. ],
  55. "Codec": "h264",
  56. "$type": "CodecProfile"
  57. },
  58. {
  59. "Type": "Video",
  60. "Conditions": [
  61. {
  62. "Condition": "LessThanEqual",
  63. "Property": "RefFrames",
  64. "Value": "12",
  65. "IsRequired": false,
  66. "$type": "ProfileCondition"
  67. }
  68. ],
  69. "ApplyConditions": [
  70. {
  71. "Condition": "GreaterThanEqual",
  72. "Property": "Width",
  73. "Value": "1200",
  74. "IsRequired": false,
  75. "$type": "ProfileCondition"
  76. }
  77. ],
  78. "Codec": "h264",
  79. "$type": "CodecProfile"
  80. },
  81. {
  82. "Type": "Video",
  83. "Conditions": [
  84. {
  85. "Condition": "LessThanEqual",
  86. "Property": "RefFrames",
  87. "Value": "4",
  88. "IsRequired": false,
  89. "$type": "ProfileCondition"
  90. }
  91. ],
  92. "ApplyConditions": [
  93. {
  94. "Condition": "GreaterThanEqual",
  95. "Property": "Width",
  96. "Value": "1900",
  97. "IsRequired": false,
  98. "$type": "ProfileCondition"
  99. }
  100. ],
  101. "Codec": "h264",
  102. "$type": "CodecProfile"
  103. },
  104. {
  105. "Type": "VideoAudio",
  106. "Conditions": [
  107. {
  108. "Condition": "LessThanEqual",
  109. "Property": "AudioChannels",
  110. "Value": "6",
  111. "IsRequired": false,
  112. "$type": "ProfileCondition"
  113. }
  114. ],
  115. "$type": "CodecProfile"
  116. }
  117. ],
  118. "TranscodingProfiles": [
  119. {
  120. "Container": "ts",
  121. "Type": "Video",
  122. "VideoCodec": "h264",
  123. "AudioCodec": "aac,mp3",
  124. "Protocol": "hls",
  125. "EstimateContentLength": false,
  126. "EnableMpegtsM2TsMode": false,
  127. "TranscodeSeekInfo": "Auto",
  128. "CopyTimestamps": false,
  129. "Context": "Streaming",
  130. "EnableSubtitlesInManifest": false,
  131. "MinSegments": 0,
  132. "SegmentLength": 0,
  133. "BreakOnNonKeyFrames": false,
  134. "$type": "TranscodingProfile"
  135. },
  136. {
  137. "Container": "mp3",
  138. "Type": "Audio",
  139. "AudioCodec": "mp3",
  140. "Protocol": "http",
  141. "EstimateContentLength": false,
  142. "EnableMpegtsM2TsMode": false,
  143. "TranscodeSeekInfo": "Auto",
  144. "CopyTimestamps": false,
  145. "Context": "Streaming",
  146. "EnableSubtitlesInManifest": false,
  147. "MinSegments": 0,
  148. "SegmentLength": 0,
  149. "BreakOnNonKeyFrames": false,
  150. "$type": "TranscodingProfile"
  151. }
  152. ],
  153. "SubtitleProfiles": [
  154. {
  155. "Format": "srt",
  156. "Method": "Embed",
  157. "$type": "SubtitleProfile"
  158. },
  159. {
  160. "Format": "srt",
  161. "Method": "External",
  162. "$type": "SubtitleProfile"
  163. },
  164. {
  165. "Format": "subrip",
  166. "Method": "Embed",
  167. "$type": "SubtitleProfile"
  168. },
  169. {
  170. "Format": "subrip",
  171. "Method": "External",
  172. "$type": "SubtitleProfile"
  173. },
  174. {
  175. "Format": "ass",
  176. "Method": "Encode",
  177. "$type": "SubtitleProfile"
  178. },
  179. {
  180. "Format": "ssa",
  181. "Method": "Encode",
  182. "$type": "SubtitleProfile"
  183. },
  184. {
  185. "Format": "pgs",
  186. "Method": "Encode",
  187. "$type": "SubtitleProfile"
  188. },
  189. {
  190. "Format": "pgssub",
  191. "Method": "Encode",
  192. "$type": "SubtitleProfile"
  193. },
  194. {
  195. "Format": "dvdsub",
  196. "Method": "Encode",
  197. "$type": "SubtitleProfile"
  198. },
  199. {
  200. "Format": "vtt",
  201. "Method": "Embed",
  202. "$type": "SubtitleProfile"
  203. },
  204. {
  205. "Format": "sub",
  206. "Method": "Embed",
  207. "$type": "SubtitleProfile"
  208. },
  209. {
  210. "Format": "idx",
  211. "Method": "Embed",
  212. "$type": "SubtitleProfile"
  213. }
  214. ],
  215. "$type": "DeviceProfile"
  216. }