Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <Client name="tvOS" model="6,2">
- <!-- Author: Plex Inc. -->
- <!-- This profile is used by A10-based tvOS devices -->
- <!-- https://developer.apple.com/library/content/documentation/General/Reference/HLSAuthoringSpec/Requirements.html -->
- <Settings>
- <Setting name="DirectPlayStreamSelection" value="true"/>
- <Setting name="StreamUnselectedIncompatibleAudioStreams" value="true"/>
- </Settings>
- <TranscodeTargets>
- <VideoProfile protocol="hls" container="mpegts" codec="hevc" audioCodec="aac,he-aac,ac3,eac3,mp3" context="streaming"/>
- <VideoProfile protocol="hls" container="mpegts" codec="h264" audioCodec="aac,he-aac,ac3,eac3,mp3" context="streaming"/>
- <MusicProfile container="mp3" codec="mp3"/>
- <PhotoProfile container="jpeg"/>
- <SubtitleProfile protocol="hls" container="webvtt" subtitleCodec="webvtt"/>
- </TranscodeTargets>
- <DirectPlayProfiles>
- <VideoProfile container="mp4,m4v" codec="hevc,h264,mpeg4" audioCodec="aac,he-aac,ac3,eac3,flac" subtitleCodec="mov_text,tx3g,ttxt,text"/>
- <!-- Since tvOS may have issues direct playing mov/*/eac3 it has its own profile -->
- <VideoProfile container="mov" codec="h264,mpeg4" audioCodec="aac,he-aac,ac3,flac" subtitleCodec="mov_text,tx3g,ttxt,text"/>
- <!-- Allow Direct Play of HLS content -->
- <VideoProfile protocol="hls" container="mpegts" codec="hevc,h264" audioCodec="aac,he-aac,ac3,eac3,flac"/>
- <MusicProfile container="mp3" codec="mp3"/>
- <MusicProfile container="mp4" codec="aac,he-aac,ac3,eac3,flac"/>
- <PhotoProfile container="jpeg"/>
- </DirectPlayProfiles>
- <CodecProfiles>
- <VideoCodec name="h264">
- <Limitations>
- <UpperBound name="video.width" value="3840" isRequired="true"/>
- <UpperBound name="video.height" value="2160" isRequired="true"/>
- <UpperBound name="video.bitDepth" value="8"/>
- </Limitations>
- </VideoCodec>
- <VideoCodec name="hevc">
- <Limitations>
- <UpperBound name="video.width" value="3840" isRequired="true"/>
- <UpperBound name="video.height" value="2160" isRequired="true"/>
- <UpperBound name="video.bitDepth" value="10"/>
- </Limitations>
- </VideoCodec>
- <VideoAudioCodec name="*">
- <Limitations>
- <UpperBound name="audio.channels" value="8"/>
- </Limitations>
- </VideoAudioCodec>
- </CodecProfiles>
- </Client>
Advertisement
Add Comment
Please, Sign In to add comment