Guest User

Android TV XML Profile for Plex

a guest
Jan 26th, 2018
713
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.63 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Client name="Android TV">
  3.   <TranscodeTargets>
  4.     <VideoProfile protocol="hls" container="mp4" codec="h264" audioCodec="ac3" context="streaming" />
  5.     <MusicProfile container="flac" codec="flac" id="StereoMusicTranscodeProfile" />
  6.     <PhotoProfile container="jpeg" />
  7.   </TranscodeTargets>
  8.   <DirectPlayProfiles>
  9.     <VideoProfile container="mp4" codec="h264,mpeg4" audioCodec="aac" />
  10.     <VideoProfile container="mp4" codec="h264,mpeg4" audioCodec="aac,ac3,eac3,mp3,pcm" subtitleCodec="srt,ssa,ass"/>
  11.     <VideoProfile container="asf" codec="wmv3,wmv3,vc1" audioCodec="wmav2,wmav2,wmapro,wmavoice,pcm" subtitleCodec="srt,ssa,ass"/>
  12.     <VideoProfile container="avi" codec="h264,msmpeg4v3,mpeg4,mjpeg" audioCodec="mp3,ac3,eac3,dca,pcm" subtitleCodec="srt,ssa,ass"/>
  13.     <VideoProfile container="mkv" codec="h264,mpeg4,mjpeg,mpeg2video,vc1,hevc" audioCodec="mp2,mp3,ac3,eac3,dca,aac,pcm,vorbis" subtitleCodec="srt,smi,ssa,ass,subrip"/>
  14.     <VideoProfile container="mpeg" codec="h264,mpeg1video,mpeg2video" audioCodec="mp2,mp3,ac3,eac3,aac,pcm" subtitleCodec="srt,ssa,ass"/>
  15.     <VideoProfile container="flv" codec="h264" audioCodec="aac,ac3,eac3,mp3,pcm" subtitleCodec="srt,ssa,ass"/>
  16.     <VideoProfile container="mpegts" codec="h264,mpeg2video,vc1" audioCodec="mp2,mp3,ac3,eac3,dca,pcm" subtitleCodec="srt,ssa,ass"/>
  17.     <VideoProfile container="wtv" codec="mpeg2video" audioCodec="ac3,eac3,aac,pcm"/>
  18.     <VideoProfile container="3gpp" codec="h264,mpeg4" audioCodec="aac,he-aac"/>
  19.     <MusicProfile container="mp4" codec="aac" />
  20.     <MusicProfile container="mp3" codec="mp3" />
  21.     <MusicProfile container="flac" codec="flac" />
  22.     <MusicProfile container="ogg" codec="vorbis" />
  23.     <PhotoProfile container="jpeg,gif,bmp,png" />
  24.   </DirectPlayProfiles>
  25.   <ContainerProfiles>
  26.     <VideoContainer name="mp4">
  27.       <Limitations>
  28.         <Match name="part.optimizedForStreaming" value="1" />
  29.       </Limitations>
  30.     </VideoContainer>
  31.   </ContainerProfiles>
  32.   <CodecProfiles>
  33.     <VideoCodec name="*">
  34.       <Limitations>
  35.         <UpperBound name="video.width" value="1920" isRequired="true" />
  36.         <UpperBound name="video.height" value="1080" isRequired="true" />
  37.         <NotMatch name="video.anamorphic" value="1" />
  38.       </Limitations>
  39.     </VideoCodec>
  40.     <VideoCodec name="h264">
  41.       <Limitations>
  42.         <Match name="video.profile" list="baseline|main|high" />
  43.       </Limitations>
  44.     </VideoCodec>
  45.     <VideoAudioCodec name="aac">
  46.       <Limitations>
  47.         <UpperBound name="audio.channels" value="6" />
  48.       </Limitations>
  49.     </VideoAudioCodec>
  50.   </CodecProfiles>
  51. </Client>
Advertisement
Add Comment
Please, Sign In to add comment