Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

To claim this, I am signing this object:

@jflo
jflo / iOS-AppleTV.xml
Created February 9, 2015 23:38
Plex profile for iOS-AppleTV which limits bitrate. Goes in the profiles directory.
<Client name="Apple TV (2nd generation)">
<TranscodeTargets>
<VideoProfile container="mp4" codec="h264" audioCodec="aac" context="all">
<!-- Inspired by Handbrake's profiles -->
<Setting name="VideoEncodeFlags" value="-x264opts bframes=3:cabac=1" />
</VideoProfile>
<VideoProfile protocol="hls" container="mpegts" codec="h264" audioCodec="aac,mp3" context="streaming">
<!-- Inspired by Handbrake's profiles -->
<Setting name="VideoEncodeFlags" value="-x264opts bframes=3:cabac=1" />
</VideoProfile>