Guest User

Android.xml Profile for Plex

a guest
Mar 21st, 2022
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Client name="Android">
  3. <!-- Author: Plex Inc. -->
  4. <TranscodeTargets>
  5. <VideoProfile protocol="hls" container="mpegts" codec="h264" audioCodec="aac" context="streaming" />
  6. <VideoProfile container="mp4" codec="h264" audioCodec="aac" context="static" />
  7. <MusicProfile container="mp3" codec="mp3" id="StereoMusicTranscodeProfile" />
  8. <PhotoProfile container="jpeg" />
  9. </TranscodeTargets>
  10. <DirectPlayProfiles>
  11. <VideoProfile container="mp4" codec="h264,mpeg4" audioCodec="aac" />
  12. <MusicProfile container="mp4" codec="aac" />
  13. <MusicProfile container="mp3" codec="mp3" />
  14. <MusicProfile container="flac" codec="flac" />
  15. <MusicProfile container="ogg" codec="vorbis" />
  16. <PhotoProfile container="jpeg,gif,bmp,png" />
  17. </DirectPlayProfiles>
  18. <ContainerProfiles>
  19. <VideoContainer name="mp4">
  20. <Limitations>
  21. <Match name="part.optimizedForStreaming" value="1" />
  22. </Limitations>
  23. </VideoContainer>
  24. </ContainerProfiles>
  25. <CodecProfiles>
  26. <VideoCodec name="*">
  27. <Limitations>
  28. <UpperBound name="video.width" value="1920" isRequired="true" />
  29. <UpperBound name="video.height" value="1080" isRequired="true" />
  30. <NotMatch name="video.anamorphic" value="1" />
  31. </Limitations>
  32. </VideoCodec>
  33. <VideoCodec name="h264">
  34. <Limitations>
  35. <Match name="video.profile" list="baseline|main|high" />
  36. </Limitations>
  37. </VideoCodec>
  38. <VideoAudioCodec name="aac">
  39. <Limitations>
  40. <UpperBound name="audio.channels" value="2" />
  41. </Limitations>
  42. </VideoAudioCodec>
  43. </CodecProfiles>
  44. </Client>
Advertisement
Add Comment
Please, Sign In to add comment