Samsung Smart TV.xml 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. <?xml version="1.0"?>
  2. <Profile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  4. <Name>Samsung Smart TV</Name>
  5. <Identification>
  6. <ModelUrl>samsung.com</ModelUrl>
  7. <Headers>
  8. <HttpHeaderInfo name="User-Agent" value="SEC_" match="Substring" />
  9. </Headers>
  10. </Identification>
  11. <Manufacturer>Jellyfin</Manufacturer>
  12. <ManufacturerUrl>https://github.com/jellyfin/jellyfin</ManufacturerUrl>
  13. <ModelName>Jellyfin Server</ModelName>
  14. <ModelDescription>UPnP/AV 1.0 Compliant Media Server</ModelDescription>
  15. <ModelNumber>01</ModelNumber>
  16. <ModelUrl>https://github.com/jellyfin/jellyfin</ModelUrl>
  17. <EnableAlbumArtInDidl>true</EnableAlbumArtInDidl>
  18. <EnableSingleAlbumArtLimit>true</EnableSingleAlbumArtLimit>
  19. <EnableSingleSubtitleLimit>false</EnableSingleSubtitleLimit>
  20. <SupportedMediaTypes>Audio,Photo,Video</SupportedMediaTypes>
  21. <AlbumArtPn>JPEG_SM</AlbumArtPn>
  22. <MaxAlbumArtWidth>480</MaxAlbumArtWidth>
  23. <MaxAlbumArtHeight>480</MaxAlbumArtHeight>
  24. <MaxIconWidth>48</MaxIconWidth>
  25. <MaxIconHeight>48</MaxIconHeight>
  26. <MaxStreamingBitrate>140000000</MaxStreamingBitrate>
  27. <MaxStaticBitrate>140000000</MaxStaticBitrate>
  28. <MusicStreamingTranscodingBitrate>192000</MusicStreamingTranscodingBitrate>
  29. <MaxStaticMusicBitrate xsi:nil="true" />
  30. <ProtocolInfo>http-get:*:video/mpeg:*,http-get:*:video/mp4:*,http-get:*:video/vnd.dlna.mpeg-tts:*,http-get:*:video/avi:*,http-get:*:video/x-matroska:*,http-get:*:video/x-ms-wmv:*,http-get:*:video/wtv:*,http-get:*:audio/mpeg:*,http-get:*:audio/mp3:*,http-get:*:audio/mp4:*,http-get:*:audio/x-ms-wma:*,http-get:*:audio/wav:*,http-get:*:audio/L16:*,http-get:*:image/jpeg:*,http-get:*:image/png:*,http-get:*:image/gif:*,http-get:*:image/tiff:*</ProtocolInfo>
  31. <TimelineOffsetSeconds>0</TimelineOffsetSeconds>
  32. <RequiresPlainVideoItems>false</RequiresPlainVideoItems>
  33. <RequiresPlainFolders>false</RequiresPlainFolders>
  34. <EnableMSMediaReceiverRegistrar>false</EnableMSMediaReceiverRegistrar>
  35. <IgnoreTranscodeByteRangeRequests>false</IgnoreTranscodeByteRangeRequests>
  36. <XmlRootAttributes>
  37. <XmlAttribute name="xmlns:sec" value="http://www.sec.co.kr/" />
  38. </XmlRootAttributes>
  39. <DirectPlayProfiles>
  40. <DirectPlayProfile container="asf" audioCodec="mp3,ac3,wmav2,wmapro,wmavoice" videoCodec="h264,mpeg4,mjpeg" type="Video" />
  41. <DirectPlayProfile container="avi" audioCodec="mp3,ac3,dca,dts" videoCodec="h264,mpeg4,mjpeg" type="Video" />
  42. <DirectPlayProfile container="mkv" audioCodec="mp3,ac3,dca,aac,dts" videoCodec="h264,mpeg4,mjpeg4" type="Video" />
  43. <DirectPlayProfile container="mp4,m4v" audioCodec="mp3,aac" videoCodec="h264,mpeg4" type="Video" />
  44. <DirectPlayProfile container="3gp" audioCodec="aac,he-aac" videoCodec="h264,mpeg4" type="Video" />
  45. <DirectPlayProfile container="mpg,mpeg" audioCodec="ac3,mp2,mp3,aac" videoCodec="mpeg1video,mpeg2video,h264" type="Video" />
  46. <DirectPlayProfile container="vro,vob" audioCodec="ac3,mp2,mp3" videoCodec="mpeg1video,mpeg2video" type="Video" />
  47. <DirectPlayProfile container="ts" audioCodec="ac3,aac,mp3,eac3" videoCodec="mpeg2video,h264,vc1" type="Video" />
  48. <DirectPlayProfile container="asf" audioCodec="wmav2,wmavoice" videoCodec="wmv2,wmv3" type="Video" />
  49. <DirectPlayProfile container="mp3,flac" type="Audio" />
  50. <DirectPlayProfile container="jpeg" type="Photo" />
  51. </DirectPlayProfiles>
  52. <TranscodingProfiles>
  53. <TranscodingProfile container="mp3" type="Audio" audioCodec="mp3" estimateContentLength="false" enableMpegtsM2TsMode="false" transcodeSeekInfo="Auto" copyTimestamps="false" context="Streaming" enableSubtitlesInManifest="false" minSegments="0" segmentLength="0" breakOnNonKeyFrames="false" />
  54. <TranscodingProfile container="ts" type="Video" videoCodec="h264" audioCodec="ac3" estimateContentLength="false" enableMpegtsM2TsMode="false" transcodeSeekInfo="Auto" copyTimestamps="false" context="Streaming" enableSubtitlesInManifest="false" minSegments="0" segmentLength="0" breakOnNonKeyFrames="false" />
  55. <TranscodingProfile container="jpeg" type="Photo" estimateContentLength="false" enableMpegtsM2TsMode="false" transcodeSeekInfo="Auto" copyTimestamps="false" context="Streaming" enableSubtitlesInManifest="false" minSegments="0" segmentLength="0" breakOnNonKeyFrames="false" />
  56. </TranscodingProfiles>
  57. <ContainerProfiles>
  58. <ContainerProfile type="Photo">
  59. <Conditions>
  60. <ProfileCondition condition="LessThanEqual" property="Width" value="1920" isRequired="true" />
  61. <ProfileCondition condition="LessThanEqual" property="Height" value="1080" isRequired="true" />
  62. </Conditions>
  63. </ContainerProfile>
  64. </ContainerProfiles>
  65. <CodecProfiles>
  66. <CodecProfile type="Video" codec="mpeg2video">
  67. <Conditions>
  68. <ProfileCondition condition="LessThanEqual" property="Width" value="1920" isRequired="true" />
  69. <ProfileCondition condition="LessThanEqual" property="Height" value="1080" isRequired="true" />
  70. <ProfileCondition condition="LessThanEqual" property="VideoFramerate" value="30" isRequired="true" />
  71. <ProfileCondition condition="LessThanEqual" property="VideoBitrate" value="30720000" isRequired="true" />
  72. </Conditions>
  73. <ApplyConditions />
  74. </CodecProfile>
  75. <CodecProfile type="Video" codec="mpeg4">
  76. <Conditions>
  77. <ProfileCondition condition="LessThanEqual" property="Width" value="1920" isRequired="true" />
  78. <ProfileCondition condition="LessThanEqual" property="Height" value="1080" isRequired="true" />
  79. <ProfileCondition condition="LessThanEqual" property="VideoFramerate" value="30" isRequired="true" />
  80. <ProfileCondition condition="LessThanEqual" property="VideoBitrate" value="8192000" isRequired="true" />
  81. </Conditions>
  82. <ApplyConditions />
  83. </CodecProfile>
  84. <CodecProfile type="Video" codec="h264">
  85. <Conditions>
  86. <ProfileCondition condition="LessThanEqual" property="Width" value="1920" isRequired="true" />
  87. <ProfileCondition condition="LessThanEqual" property="Height" value="1080" isRequired="true" />
  88. <ProfileCondition condition="LessThanEqual" property="VideoFramerate" value="30" isRequired="true" />
  89. <ProfileCondition condition="LessThanEqual" property="VideoBitrate" value="37500000" isRequired="true" />
  90. <ProfileCondition condition="LessThanEqual" property="VideoLevel" value="41" isRequired="true" />
  91. </Conditions>
  92. <ApplyConditions />
  93. </CodecProfile>
  94. <CodecProfile type="Video" codec="wmv2,wmv3,vc1">
  95. <Conditions>
  96. <ProfileCondition condition="LessThanEqual" property="Width" value="1920" isRequired="true" />
  97. <ProfileCondition condition="LessThanEqual" property="Height" value="1080" isRequired="true" />
  98. <ProfileCondition condition="LessThanEqual" property="VideoFramerate" value="30" isRequired="true" />
  99. <ProfileCondition condition="LessThanEqual" property="VideoBitrate" value="25600000" isRequired="true" />
  100. </Conditions>
  101. <ApplyConditions />
  102. </CodecProfile>
  103. <CodecProfile type="VideoAudio" codec="wmav2,dca,aac,mp3,dts">
  104. <Conditions>
  105. <ProfileCondition condition="LessThanEqual" property="AudioChannels" value="6" isRequired="true" />
  106. </Conditions>
  107. <ApplyConditions />
  108. </CodecProfile>
  109. </CodecProfiles>
  110. <ResponseProfiles>
  111. <ResponseProfile container="avi" type="Video" mimeType="video/x-msvideo">
  112. <Conditions />
  113. </ResponseProfile>
  114. <ResponseProfile container="mkv" type="Video" mimeType="video/x-mkv">
  115. <Conditions />
  116. </ResponseProfile>
  117. <ResponseProfile container="flac" type="Audio" mimeType="audio/x-flac">
  118. <Conditions />
  119. </ResponseProfile>
  120. <ResponseProfile container="m4v" type="Video" mimeType="video/mp4">
  121. <Conditions />
  122. </ResponseProfile>
  123. </ResponseProfiles>
  124. <SubtitleProfiles>
  125. <SubtitleProfile format="srt" method="Embed" />
  126. <SubtitleProfile format="srt" method="External" didlMode="CaptionInfoEx" />
  127. </SubtitleProfiles>
  128. </Profile>