123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216 |
- {
- "Name": "Jellyfin AndroidTV-ExoPlayer",
- "EnableAlbumArtInDidl": false,
- "EnableSingleAlbumArtLimit": false,
- "EnableSingleSubtitleLimit": false,
- "SupportedMediaTypes": "Audio,Photo,Video",
- "MaxAlbumArtWidth": 0,
- "MaxAlbumArtHeight": 0,
- "MaxStreamingBitrate": 120000000,
- "MaxStaticBitrate": 100000000,
- "MusicStreamingTranscodingBitrate": 192000,
- "TimelineOffsetSeconds": 0,
- "RequiresPlainVideoItems": false,
- "RequiresPlainFolders": false,
- "EnableMSMediaReceiverRegistrar": false,
- "IgnoreTranscodeByteRangeRequests": false,
- "DirectPlayProfiles": [
- {
- "Container": "m4v,mov,xvid,vob,mkv,wmv,asf,ogm,ogv,mp4,webm",
- "AudioCodec": "aac,mp3,mp2,aac_latm,alac,ac3,eac3,dca,dts,mlp,truehd,pcm_alaw,pcm_mulaw",
- "VideoCodec": "h264,hevc,vp8,vp9,mpeg,mpeg2video",
- "Type": "Video",
- "$type": "DirectPlayProfile"
- },
- {
- "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",
- "Type": "Audio",
- "$type": "DirectPlayProfile"
- },
- {
- "Container": "jpg,jpeg,png,gif,web",
- "Type": "Photo",
- "$type": "DirectPlayProfile"
- }
- ],
- "CodecProfiles": [
- {
- "Type": "Video",
- "Conditions": [
- {
- "Condition": "EqualsAny",
- "Property": "VideoProfile",
- "Value": "high|main|baseline|constrained baseline",
- "IsRequired": false,
- "$type": "ProfileCondition"
- },
- {
- "Condition": "LessThanEqual",
- "Property": "VideoLevel",
- "Value": "51",
- "IsRequired": false,
- "$type": "ProfileCondition"
- }
- ],
- "Codec": "h264",
- "$type": "CodecProfile"
- },
- {
- "Type": "Video",
- "Conditions": [
- {
- "Condition": "LessThanEqual",
- "Property": "RefFrames",
- "Value": "12",
- "IsRequired": false,
- "$type": "ProfileCondition"
- }
- ],
- "ApplyConditions": [
- {
- "Condition": "GreaterThanEqual",
- "Property": "Width",
- "Value": "1200",
- "IsRequired": false,
- "$type": "ProfileCondition"
- }
- ],
- "Codec": "h264",
- "$type": "CodecProfile"
- },
- {
- "Type": "Video",
- "Conditions": [
- {
- "Condition": "LessThanEqual",
- "Property": "RefFrames",
- "Value": "4",
- "IsRequired": false,
- "$type": "ProfileCondition"
- }
- ],
- "ApplyConditions": [
- {
- "Condition": "GreaterThanEqual",
- "Property": "Width",
- "Value": "1900",
- "IsRequired": false,
- "$type": "ProfileCondition"
- }
- ],
- "Codec": "h264",
- "$type": "CodecProfile"
- },
- {
- "Type": "VideoAudio",
- "Conditions": [
- {
- "Condition": "LessThanEqual",
- "Property": "AudioChannels",
- "Value": "6",
- "IsRequired": false,
- "$type": "ProfileCondition"
- }
- ],
- "$type": "CodecProfile"
- }
- ],
- "TranscodingProfiles": [
- {
- "Container": "ts",
- "Type": "Video",
- "VideoCodec": "h264",
- "AudioCodec": "aac,mp3",
- "Protocol": "hls",
- "EstimateContentLength": false,
- "EnableMpegtsM2TsMode": false,
- "TranscodeSeekInfo": "Auto",
- "CopyTimestamps": false,
- "Context": "Streaming",
- "EnableSubtitlesInManifest": false,
- "MinSegments": 0,
- "SegmentLength": 0,
- "BreakOnNonKeyFrames": false,
- "$type": "TranscodingProfile"
- },
- {
- "Container": "mp3",
- "Type": "Audio",
- "AudioCodec": "mp3",
- "Protocol": "http",
- "EstimateContentLength": false,
- "EnableMpegtsM2TsMode": false,
- "TranscodeSeekInfo": "Auto",
- "CopyTimestamps": false,
- "Context": "Streaming",
- "EnableSubtitlesInManifest": false,
- "MinSegments": 0,
- "SegmentLength": 0,
- "BreakOnNonKeyFrames": false,
- "$type": "TranscodingProfile"
- }
- ],
- "SubtitleProfiles": [
- {
- "Format": "srt",
- "Method": "Embed",
- "$type": "SubtitleProfile"
- },
- {
- "Format": "srt",
- "Method": "External",
- "$type": "SubtitleProfile"
- },
- {
- "Format": "subrip",
- "Method": "Embed",
- "$type": "SubtitleProfile"
- },
- {
- "Format": "subrip",
- "Method": "External",
- "$type": "SubtitleProfile"
- },
- {
- "Format": "ass",
- "Method": "Encode",
- "$type": "SubtitleProfile"
- },
- {
- "Format": "ssa",
- "Method": "Encode",
- "$type": "SubtitleProfile"
- },
- {
- "Format": "pgs",
- "Method": "Encode",
- "$type": "SubtitleProfile"
- },
- {
- "Format": "pgssub",
- "Method": "Encode",
- "$type": "SubtitleProfile"
- },
- {
- "Format": "dvdsub",
- "Method": "Encode",
- "$type": "SubtitleProfile"
- },
- {
- "Format": "vtt",
- "Method": "Embed",
- "$type": "SubtitleProfile"
- },
- {
- "Format": "sub",
- "Method": "Embed",
- "$type": "SubtitleProfile"
- },
- {
- "Format": "idx",
- "Method": "Embed",
- "$type": "SubtitleProfile"
- }
- ],
- "$type": "DeviceProfile"
- }
|