Panasonic Viera.xml 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <?xml version="1.0"?>
  2. <Profile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  3. <Name>Panasonic Viera</Name>
  4. <Identification>
  5. <FriendlyName>VIERA</FriendlyName>
  6. <Manufacturer>Panasonic</Manufacturer>
  7. <Headers>
  8. <HttpHeaderInfo name="User-Agent" value="Panasonic MIL DLNA" match="Substring" />
  9. </Headers>
  10. </Identification>
  11. <FriendlyName>Media Browser</FriendlyName>
  12. <Manufacturer>Media Browser</Manufacturer>
  13. <ManufacturerUrl>http://mediabrowser3.com/</ManufacturerUrl>
  14. <ModelName>Media Browser</ModelName>
  15. <ModelDescription>Media Browser</ModelDescription>
  16. <ModelNumber>Media Browser</ModelNumber>
  17. <ModelUrl>http://mediabrowser3.com/</ModelUrl>
  18. <IgnoreTranscodeByteRangeRequests>false</IgnoreTranscodeByteRangeRequests>
  19. <EnableAlbumArtInDidl>false</EnableAlbumArtInDidl>
  20. <SupportedMediaTypes>Audio,Photo,Video</SupportedMediaTypes>
  21. <ProtocolInfo>DLNA</ProtocolInfo>
  22. <TimelineOffsetSeconds>10</TimelineOffsetSeconds>
  23. <RequiresPlainVideoItems>false</RequiresPlainVideoItems>
  24. <RequiresPlainFolders>false</RequiresPlainFolders>
  25. <DirectPlayProfiles>
  26. <DirectPlayProfile container="mpeg" audioCodec="ac3,mp3" videoCodec="mpeg2video,mpeg4" type="Video" />
  27. <DirectPlayProfile container="mkv" audioCodec="aac,ac3,mp3,pcm" videoCodec="h264" type="Video" />
  28. <DirectPlayProfile container="ts" audioCodec="aac,mp3" videoCodec="h264" type="Video" />
  29. <DirectPlayProfile container="mp4" audioCodec="aac,ac3,mp3,pcm" videoCodec="h264" type="Video" />
  30. <DirectPlayProfile container="mov" audioCodec="aac,pcm" videoCodec="h264" type="Video" />
  31. <DirectPlayProfile container="avi" audioCodec="pcm" videoCodec="mpeg4" type="Video" />
  32. <DirectPlayProfile container="flv" audioCodec="aac" videoCodec="h264" type="Video" />
  33. <DirectPlayProfile container="mp3" audioCodec="mp3" type="Audio" />
  34. <DirectPlayProfile container="mp4" audioCodec="aac" type="Audio" />
  35. <DirectPlayProfile container="jpeg" type="Photo" />
  36. </DirectPlayProfiles>
  37. <TranscodingProfiles>
  38. <TranscodingProfile container="mp3" type="Audio" audioCodec="mp3" estimateContentLength="false" enableMpegtsM2TsMode="false" transcodeSeekInfo="Auto">
  39. <Settings />
  40. </TranscodingProfile>
  41. <TranscodingProfile container="ts" type="Video" videoCodec="h264" audioCodec="ac3" estimateContentLength="false" enableMpegtsM2TsMode="false" transcodeSeekInfo="Auto">
  42. <Settings />
  43. </TranscodingProfile>
  44. <TranscodingProfile container="jpeg" type="Photo" estimateContentLength="false" enableMpegtsM2TsMode="false" transcodeSeekInfo="Auto">
  45. <Settings />
  46. </TranscodingProfile>
  47. </TranscodingProfiles>
  48. <ContainerProfiles>
  49. <ContainerProfile type="Photo">
  50. <Conditions>
  51. <ProfileCondition condition="LessThanEqual" property="Width" value="1920" isRequired="true" />
  52. <ProfileCondition condition="LessThanEqual" property="Height" value="1080" isRequired="true" />
  53. </Conditions>
  54. </ContainerProfile>
  55. </ContainerProfiles>
  56. <CodecProfiles>
  57. <CodecProfile type="VideoCodec">
  58. <Conditions>
  59. <ProfileCondition condition="LessThanEqual" property="Width" value="1920" isRequired="true" />
  60. <ProfileCondition condition="LessThanEqual" property="Height" value="1080" isRequired="true" />
  61. <ProfileCondition condition="LessThanEqual" property="VideoBitDepth" value="8" isRequired="false" />
  62. </Conditions>
  63. </CodecProfile>
  64. </CodecProfiles>
  65. <MediaProfiles />
  66. </Profile>