Page 1 of 1

Editing renderer profiles in Synology NAS.

PostPosted: Sat Dec 08, 2018 5:20 pm
by Meelis
Hello,

I need to have a new profile for my Philips TV. So, in Philips topic i got a lot of help and we reached to top of knowledge there. This is the reason why i moved here with the problem. Old one is here http://forum.serviio.org/viewtopic.php?f=27&t=24775&start=40#p119550

NAS Synology DS718+

I am face a error code.
  Code:
ERROR [XmlUtils] XML Profiles.xsd didn't pass validation, reason: cvc-complex-type.3.2.2: Attribute 'maxWidth' is not allowed to appear in element 'Video'.


Added code to the end of the file
  Code:
<Profiles version="1.0">
   <Profile id="philips9002" name="Phillips 55POS9002" extendsProfileId="1">
      <Transcoding>
         <Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3" aBitrate="384" maxWidth="1920" maxHeight="1080">
            <Matches container="*" widthGreaterThan="1920" />
         </Video>
      </Transcoding>
      <ThumbnailsResolution>HD</ThumbnailsResolution>
   </Profile>
</Profiles>

Re: Editing renderer profiles in Synology NAS.

PostPosted: Mon Dec 10, 2018 1:38 am
by DenyAll
See my other post - maxWidth wasn’t supported until version 1.10