Default.xml 3.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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>Generic Device</Name>
  5. <Manufacturer>Jellyfin</Manufacturer>
  6. <ManufacturerUrl>https://github.com/jellyfin/jellyfin</ManufacturerUrl>
  7. <ModelName>Jellyfin Server</ModelName>
  8. <ModelDescription>UPnP/AV 1.0 Compliant Media Server</ModelDescription>
  9. <ModelNumber>01</ModelNumber>
  10. <ModelUrl>https://github.com/jellyfin/jellyfin</ModelUrl>
  11. <EnableAlbumArtInDidl>false</EnableAlbumArtInDidl>
  12. <EnableSingleAlbumArtLimit>false</EnableSingleAlbumArtLimit>
  13. <EnableSingleSubtitleLimit>false</EnableSingleSubtitleLimit>
  14. <SupportedMediaTypes>Audio,Photo,Video</SupportedMediaTypes>
  15. <AlbumArtPn>JPEG_SM</AlbumArtPn>
  16. <MaxAlbumArtWidth>480</MaxAlbumArtWidth>
  17. <MaxAlbumArtHeight>480</MaxAlbumArtHeight>
  18. <MaxIconWidth>48</MaxIconWidth>
  19. <MaxIconHeight>48</MaxIconHeight>
  20. <MaxStreamingBitrate>140000000</MaxStreamingBitrate>
  21. <MaxStaticBitrate>140000000</MaxStaticBitrate>
  22. <MusicStreamingTranscodingBitrate>192000</MusicStreamingTranscodingBitrate>
  23. <MaxStaticMusicBitrate xsi:nil="true" />
  24. <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>
  25. <TimelineOffsetSeconds>0</TimelineOffsetSeconds>
  26. <RequiresPlainVideoItems>false</RequiresPlainVideoItems>
  27. <RequiresPlainFolders>false</RequiresPlainFolders>
  28. <EnableMSMediaReceiverRegistrar>false</EnableMSMediaReceiverRegistrar>
  29. <IgnoreTranscodeByteRangeRequests>false</IgnoreTranscodeByteRangeRequests>
  30. <XmlRootAttributes />
  31. <DirectPlayProfiles>
  32. <DirectPlayProfile container="" type="Video" />
  33. <DirectPlayProfile container="" type="Audio" />
  34. </DirectPlayProfiles>
  35. <TranscodingProfiles>
  36. <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" />
  37. <TranscodingProfile container="ts" type="Video" videoCodec="h264" audioCodec="aac" estimateContentLength="false" enableMpegtsM2TsMode="false" transcodeSeekInfo="Auto" copyTimestamps="false" context="Streaming" enableSubtitlesInManifest="false" minSegments="0" segmentLength="0" breakOnNonKeyFrames="false" />
  38. <TranscodingProfile container="jpeg" type="Photo" estimateContentLength="false" enableMpegtsM2TsMode="false" transcodeSeekInfo="Auto" copyTimestamps="false" context="Streaming" enableSubtitlesInManifest="false" minSegments="0" segmentLength="0" breakOnNonKeyFrames="false" />
  39. </TranscodingProfiles>
  40. <ContainerProfiles />
  41. <CodecProfiles />
  42. <ResponseProfiles>
  43. <ResponseProfile container="m4v" type="Video" mimeType="video/mp4">
  44. <Conditions />
  45. </ResponseProfile>
  46. </ResponseProfiles>
  47. <SubtitleProfiles>
  48. <SubtitleProfile format="srt" method="External" />
  49. <SubtitleProfile format="sub" method="External" />
  50. <SubtitleProfile format="srt" method="Embed" />
  51. <SubtitleProfile format="ass" method="Embed" />
  52. <SubtitleProfile format="ssa" method="Embed" />
  53. <SubtitleProfile format="smi" method="Embed" />
  54. <SubtitleProfile format="dvdsub" method="Embed" />
  55. <SubtitleProfile format="pgs" method="Embed" />
  56. <SubtitleProfile format="pgssub" method="Embed" />
  57. <SubtitleProfile format="sub" method="Embed" />
  58. <SubtitleProfile format="subrip" method="Embed" />
  59. <SubtitleProfile format="vtt" method="Embed" />
  60. </SubtitleProfiles>
  61. </Profile>