Guest User

Apple TV 4k tvos.xml

a guest
Dec 6th, 2017
750
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.38 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Client name="tvOS" model="6,2">
  3.   <!-- Author: Plex Inc. -->
  4.   <!-- This profile is used by A10-based tvOS devices -->
  5.   <!-- https://developer.apple.com/library/content/documentation/General/Reference/HLSAuthoringSpec/Requirements.html -->
  6.   <Settings>
  7.     <Setting name="DirectPlayStreamSelection" value="true"/>
  8.     <Setting name="StreamUnselectedIncompatibleAudioStreams" value="true"/>
  9.   </Settings>
  10.   <TranscodeTargets>
  11.     <VideoProfile protocol="hls" container="mpegts" codec="hevc" audioCodec="aac,he-aac,ac3,eac3,mp3" context="streaming"/>
  12.     <VideoProfile protocol="hls" container="mpegts" codec="h264" audioCodec="aac,he-aac,ac3,eac3,mp3" context="streaming"/>
  13.     <MusicProfile container="mp3" codec="mp3"/>
  14.     <PhotoProfile container="jpeg"/>
  15.     <SubtitleProfile protocol="hls" container="webvtt" subtitleCodec="webvtt"/>
  16.   </TranscodeTargets>
  17.   <DirectPlayProfiles>
  18.     <VideoProfile container="mp4,m4v" codec="hevc,h264,mpeg4" audioCodec="aac,he-aac,ac3,eac3,flac" subtitleCodec="mov_text,tx3g,ttxt,text"/>
  19.     <!-- Since tvOS may have issues direct playing mov/*/eac3 it has its own profile  -->
  20.     <VideoProfile container="mov" codec="h264,mpeg4" audioCodec="aac,he-aac,ac3,flac" subtitleCodec="mov_text,tx3g,ttxt,text"/>
  21.     <!-- Allow Direct Play of HLS content  -->
  22.     <VideoProfile protocol="hls" container="mpegts" codec="hevc,h264" audioCodec="aac,he-aac,ac3,eac3,flac"/>
  23.     <MusicProfile container="mp3" codec="mp3"/>
  24.     <MusicProfile container="mp4" codec="aac,he-aac,ac3,eac3,flac"/>
  25.     <PhotoProfile container="jpeg"/>
  26.   </DirectPlayProfiles>
  27.   <CodecProfiles>
  28.     <VideoCodec name="h264">
  29.       <Limitations>
  30.         <UpperBound name="video.width" value="3840" isRequired="true"/>
  31.         <UpperBound name="video.height" value="2160" isRequired="true"/>
  32.         <UpperBound name="video.bitDepth" value="8"/>
  33.       </Limitations>
  34.     </VideoCodec>
  35.     <VideoCodec name="hevc">
  36.       <Limitations>
  37.         <UpperBound name="video.width" value="3840" isRequired="true"/>
  38.         <UpperBound name="video.height" value="2160" isRequired="true"/>
  39.         <UpperBound name="video.bitDepth" value="10"/>
  40.       </Limitations>
  41.     </VideoCodec>
  42.     <VideoAudioCodec name="*">
  43.       <Limitations>
  44.         <UpperBound name="audio.channels" value="8"/>
  45.       </Limitations>
  46.     </VideoAudioCodec>
  47.   </CodecProfiles>
  48. </Client>
Advertisement
Add Comment
Please, Sign In to add comment