Guest User

Apple tv 4k tvos.xml

a guest
Dec 6th, 2017
726
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.19 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="h264" audioCodec="aac,eac3,ac3,mp3" context="streaming" />
  12.     <MusicProfile container="mp3" codec="mp3" />
  13.     <PhotoProfile container="jpeg" />
  14.     <SubtitleProfile protocol="hls" container="webvtt" subtitleCodec="webvtt"/>
  15.   </TranscodeTargets>
  16.   <DirectPlayProfiles>
  17.     <VideoProfile container="mp4" codec="h264,mpeg4" audioCodec="aac,ac3,eac3" subtitleCodec="mov_text,tx3g,ttxt,text" />
  18.     <!-- Since tvOS may have issues direct playing mov/*/eac3 it has its own profile  -->
  19.     <VideoProfile container="mov" codec="h264,mpeg4" audioCodec="aac,ac3" subtitleCodec="mov_text,tx3g,ttxt,text" />
  20.     <!-- Allow Direct Play of HLS content  -->
  21.     <VideoProfile protocol="hls" container="mpegts" codec="h264" audioCodec="aac" />
  22.     <MusicProfile container="mp3" codec="mp3" />
  23.     <MusicProfile container="mp4" codec="aac" />
  24.     <PhotoProfile container="jpeg" />
  25.   </DirectPlayProfiles>
  26.   <CodecProfiles>
  27.     <VideoCodec name="h264">
  28.       <Limitations>
  29.         <UpperBound name="video.width" value="3840" isRequired="true" />
  30.         <UpperBound name="video.height" value="2160" isRequired="true" />
  31.         <UpperBound name="video.bitDepth" value="8" />
  32.       </Limitations>
  33.     </VideoCodec>
  34.     <VideoCodec name="hevc">
  35.       <Limitations>
  36.         <UpperBound name="video.width" value="3840" isRequired="true"/>
  37.         <UpperBound name="video.height" value="2160" isRequired="true"/>
  38.         <UpperBound name="video.bitDepth" value="10"/>
  39.       </Limitations>
  40.     </VideoCodec>
  41.     <VideoAudioCodec name="aac">
  42.       <Limitations>
  43.         <UpperBound name="audio.channels" value="2" />
  44.       </Limitations>
  45.     </VideoAudioCodec>
  46.   </CodecProfiles>
  47. </Client>
Advertisement
Add Comment
Please, Sign In to add comment