Advertisement
Guest User

Android-SHIELD Android TV.xml

a guest
Apr 20th, 2019
337
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.88 KB | None | 0 0
  1. 0 ✓ fryfrog@apollo /var/lib/plex $ cat "./Library/Application Support/Plex Media Server/Profiles/Android-SHIELD Android TV.xml"
  2. <?xml version="1.0" encoding="utf-8"?>
  3. <Client name="SHIELD Android TV">
  4.   <Identification>
  5.     <Header name="User-Agent" substring="SHIELD Android TV" />
  6.   </Identification>
  7.   <!-- Author: Plex Inc. -->
  8.   <TranscodeTargets>
  9.     <VideoProfile container="mkv" codec="h264" audioCodec="aac" context="streaming" />
  10.     <MusicProfile container="flac" codec="flac" id="StereoMusicTranscodeProfile" />
  11.     <PhotoProfile container="jpeg" />
  12.   </TranscodeTargets>
  13.   <DirectPlayProfiles>
  14.     <VideoProfile container="mp4" codec="h264,mpeg4" audioCodec="aac" />
  15.     <VideoProfile container="mp4" codec="h264,mpeg4" audioCodec="aac,ac3,eac3,mp3,pcm" subtitleCodec="srt,ssa,ass"/>
  16.     <VideoProfile container="asf" codec="wmv3,wmv3,vc1" audioCodec="wmav2,wmav2,wmapro,wmavoice,pcm" subtitleCodec="srt,ssa,ass"/>
  17.     <VideoProfile container="avi" codec="h264,msmpeg4v3,mpeg4,mjpeg" audioCodec="mp3,ac3,eac3,dca,pcm" subtitleCodec="srt,ssa,ass"/>
  18.     <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"/>
  19.     <VideoProfile container="mpeg" codec="h264,mpeg1video,mpeg2video" audioCodec="mp2,mp3,ac3,eac3,aac,pcm" subtitleCodec="srt,ssa,ass"/>
  20.     <VideoProfile container="flv" codec="h264" audioCodec="aac,ac3,eac3,mp3,pcm" subtitleCodec="srt,ssa,ass"/>
  21.     <VideoProfile container="mpegts" codec="h264,mpeg2video,vc1" audioCodec="mp2,mp3,ac3,eac3,dca,pcm" subtitleCodec="srt,ssa,ass"/>
  22.     <VideoProfile container="wtv" codec="mpeg2video" audioCodec="ac3,eac3,aac,pcm"/>
  23.     <VideoProfile container="3gpp" codec="h264,mpeg4" audioCodec="aac,he-aac"/>
  24.     <MusicProfile container="mp4" codec="aac" />
  25.     <MusicProfile container="mp3" codec="mp3" />
  26.     <MusicProfile container="flac" codec="flac" />
  27.     <MusicProfile container="ogg" codec="vorbis" />
  28.     <PhotoProfile container="jpeg,gif,bmp,png" />
  29.   </DirectPlayProfiles>
  30.   <ContainerProfiles>
  31.     <VideoContainer name="mp4">
  32.       <Limitations>
  33.         <Match name="part.optimizedForStreaming" value="1" />
  34.       </Limitations>
  35.     </VideoContainer>
  36.   </ContainerProfiles>
  37.   <CodecProfiles>
  38.     <VideoCodec name="*">
  39.       <Limitations>
  40.         <UpperBound name="video.width" value="1920" isRequired="true" />
  41.         <UpperBound name="video.height" value="1080" isRequired="true" />
  42.         <NotMatch name="video.anamorphic" value="1" />
  43.       </Limitations>
  44.     </VideoCodec>
  45.     <VideoCodec name="h264">
  46.       <Limitations>
  47.         <Match name="video.profile" list="baseline|main|high" />
  48.       </Limitations>
  49.     </VideoCodec>
  50.     <VideoAudioCodec name="aac">
  51.       <Limitations>
  52.         <UpperBound name="audio.channels" value="6" />
  53.       </Limitations>
  54.     </VideoAudioCodec>
  55.   </CodecProfiles>
  56. </Client>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement