Guest User

Roku-7.x.xml Plex Profile

a guest
Mar 21st, 2022
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. # cat Roku-7.x.xml
  2. <?xml version="1.0" encoding="utf-8"?>
  3. <Client name="Roku-7.x">
  4. <!-- Author: Plex Inc. -->
  5. <TranscodeTargets>
  6. <VideoProfile protocol="hls" container="mpegts" codec="h264" audioCodec="aac,mp3" context="streaming">
  7. <Setting name="BreakNonKeyframes" value="true" />
  8. <Setting name="HlsElideExtXStart" value="true" />
  9. </VideoProfile>
  10. <VideoProfile protocol="http" container="mkv" codec="h264" audioCodec="aac,mp3,mp2,pcm,flac,alac" subtitleCodec="srt" context="streaming" />
  11. <MusicProfile container="mp3" codec="mp3" />
  12. <PhotoProfile container="jpeg" />
  13. </TranscodeTargets>
  14. <DirectPlayProfiles>
  15. <VideoProfile container="mp4,mkv" codec="h264,mpeg4" audioCodec="aac,mp3,flac" />
  16. <MusicProfile container="mp4" codec="aac" />
  17. <MusicProfile container="mp3" codec="mp3" />
  18. <PhotoProfile container="jpeg,gif,png" />
  19. </DirectPlayProfiles>
  20. <CodecProfiles>
  21. <VideoCodec name="h264">
  22. <Limitations>
  23. <UpperBound name="video.width" value="1920" isRequired="true" />
  24. <UpperBound name="video.height" value="1080" isRequired="true" />
  25. <UpperBound name="video.refFrames" value="8" />
  26. <UpperBound name="video.bitDepth" value="8" />
  27. </Limitations>
  28. </VideoCodec>
  29. <VideoAudioCodec name="aac,mp3,mp2,pcm,flac,alac">
  30. <Limitations>
  31. <UpperBound name="audio.channels" value="2" />
  32. <LowerBound name="audio.samplingRate" value="22050" />
  33. </Limitations>
  34. </VideoAudioCodec>
  35. <VideoAudioCodec name="ac3">
  36. <Limitations>
  37. <LowerBound name="audio.channels" value="2" />
  38. </Limitations>
  39. </VideoAudioCodec>
  40. <MusicCodec name="aac">
  41. <Limitations>
  42. <UpperBound name="audio.channels" value="2" />
  43. </Limitations>
  44. </MusicCodec>
  45. </CodecProfiles>
  46. </Client>
Advertisement
Add Comment
Please, Sign In to add comment