Skip to content

Instantly share code, notes, and snippets.

View SkylinedTT's full-sized avatar

Alexander Rampersad SkylinedTT

View GitHub Profile
<?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" />
<?xml version="1.0" encoding="utf-8"?>
<Client name="Roku-7.x">
<!-- Author: Plex Inc. -->
<TranscodeTargets>
<VideoProfile protocol="hls" container="mpegts" codec="h264" audioCodec="aac,mp3,ac3" context="streaming">
<Setting name="BreakNonKeyframes" value="true" />
<Setting name="HlsElideExtXStart" value="true" />
</VideoProfile>
<VideoProfile protocol="http" container="mkv" codec="h264" audioCodec="aac,mp3,mp2,pcm,flac,alac" subtitleCodec="srt" context="streaming" />
<MusicProfile container="mp3" codec="mp3" />