Skip to content

Instantly share code, notes, and snippets.

@e-desouza
Created December 3, 2020 05:45
Show Gist options
  • Save e-desouza/f572d9a1bdb6d1721ef154116ce3cd67 to your computer and use it in GitHub Desktop.
Save e-desouza/f572d9a1bdb6d1721ef154116ce3cd67 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<Client name="Roku-7.x">
<!-- Author: Plex Inc. -->
<TranscodeTargets>
<VideoProfile protocol="hls" container="mkv,avi,mpegts" codec="h264,h265,hevc,mpeg2video,mpeg4,vc1" audioCodec="flac,aac,mp3,mp2,pcm,flac,alac" subtitleCodec="ass,dvb_subtitle,vobsub,eia_608,pgs,microdvd,movtext,ssa,srt">
<Setting name="BreakNonKeyframes" value="true" />
<Setting name="HlsElideExtXStart" value="true" />
</VideoProfile>
<VideoProfile protocol="http" container="mkv,avi,mpegts" codec="h264,h265,hevc,mpeg2video,mpeg4,vc1" audioCodec="aac,mp3,mp2,pcm,flac,alac" subtitleCodec="ass,dvb_subtitle,vobsub,eia_608,pgs,microdvd,movtext,ssa,srt" context="streaming" />
<MusicProfile container="mp3" codec="mp3" />
<PhotoProfile container="jpeg" />
</TranscodeTargets>
<DirectPlayProfiles>
<VideoProfile container="mkv,mov,mp4,mpegts,mpeg,mpegvideo,avi,flv,ogg" codec="h264,h265,hevc,vp9,h263,mpeg1video,mpeg2video,mpeg4,vc1" audioCodec="aac,ac3,alac,flac" subtitleCodec="ass,dvb_subtitle,vobsub,eia_608,pgs,microdvd,movtext,ssa,srt" />
<MusicProfile container="mp3" codec="mp3" />
<MusicProfile container="m4a" codec="aac,alac" />
<MusicProfile container="mp4" codec="aac,he-aac,ac3,eac3,alac" />
<MusicProfile container="flac,mkv" codec="flac" />
<PhotoProfile container="jpeg,gif,png" />
</DirectPlayProfiles>
<CodecProfiles>
<VideoCodec name="h264">
<Limitations>
<UpperBound name="video.width" value="3840" />
<UpperBound name="video.height" value="2160" />
<UpperBound name="video.bitDepth" value="10" />
</Limitations>
</VideoCodec>
<VideoAudioCodec name="*">
<Limitations>
<UpperBound name="audio.channels" value="8" />
</Limitations>
</VideoAudioCodec>
</CodecProfiles>
</Client>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment