FAQ  •  Register  •  Login

Philips 55POS9002 (with synology DS218+)

<<

atc98092

User avatar

DLNA master

Posts: 5202

Joined: Fri Aug 17, 2012 10:22 pm

Location: Washington (the state)

Post Fri Dec 07, 2018 10:00 pm

Re: Philips 55POS9002 (with synology DS218+)

You're probably missing an XML tag in your file. Could you attach it here and I'll look it over to make sure all the tags match?
Dan

LG NANO85 4K TV, Samsung JU7100 4K TV, Sony BDP-S3500, Sharp 4K Roku TV, Insignia Roku TV, Roku Ultra, Premiere and Stick, Nvidia Shield, Yamaha RX-V583 AVR.
Primary server: Intel i5-6400, 16 gig ram, Windows 10 Pro, 22 TB hard drive space | Test server Windows 10 Pro, AMD Phenom II X4 965, 8 gig ram

HOWTO: Enable debug logging HOWTO: Identify media file contents
<<

Meelis

User avatar

DLNA master

Posts: 115

Joined: Mon Aug 13, 2012 6:00 pm

Location: Estonia

Post Fri Dec 07, 2018 11:08 pm

Re: Philips 55POS9002 (with synology DS218+)

Hi,

I tried to do the same in windows machine and it worked.

Now i try again in NAS but something is wrong. Cant understand what.
Here is the log...
  Code:
2018-12-08 00:55:35,367 INFO  [ProfileManager] Loading profiles from file /profiles.xml
2018-12-08 00:55:35,384 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'.
2018-12-08 00:55:35,385 WARN  [ServiioStatusService] RuntimeException occurred. Returning error code 500 to the REST layer. Message: org.serviio.profile.ProfilesDefinitionException: Profiles XML file is not valid (according to the schema). Check the log.
java.lang.RuntimeException: org.serviio.profile.ProfilesDefinitionException: Profiles XML file is not valid (according to the schema). Check the log.
   at org.serviio.profile.ProfileManager.parseProfilesFromFile(ProfileManager.java:187)
   at org.serviio.profile.ProfileManager.loadProfiles(ProfileManager.java:159)
   at org.serviio.ui.resources.server.ActionsServerResource.startServer(ActionsServerResource.java:115)
   at org.serviio.ui.resources.server.ActionsServerResource.execute(ActionsServerResource.java:63)
   at sun.reflect.GeneratedMethodAccessor126.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:498)
   at org.restlet.resource.ServerResource.doHandle(ServerResource.java:521)
   at org.restlet.resource.ServerResource.post(ServerResource.java:1346)
   at org.restlet.resource.ServerResource.doHandle(ServerResource.java:621)
   at org.restlet.resource.ServerResource.doNegotiatedHandle(ServerResource.java:679)
   at org.restlet.resource.ServerResource.doConditionalHandle(ServerResource.java:357)
   at org.serviio.restlet.AbstractServerResource.doConditionalHandle(AbstractServerResource.java:49)
   at org.restlet.resource.ServerResource.handle(ServerResource.java:1014)
   at org.restlet.resource.Finder.handle(Finder.java:246)
   at org.restlet.routing.Filter.doHandle(Filter.java:159)
   at org.restlet.routing.Filter.handle(Filter.java:206)
   at org.restlet.routing.Router.doHandle(Router.java:431)
   at org.restlet.routing.Router.handle(Router.java:648)
   at org.restlet.routing.Filter.doHandle(Filter.java:159)
   at org.restlet.routing.Filter.handle(Filter.java:206)
   at org.restlet.routing.Filter.doHandle(Filter.java:159)
   at org.restlet.engine.application.StatusFilter.doHandle(StatusFilter.java:155)
   at org.restlet.routing.Filter.handle(Filter.java:206)
   at org.restlet.routing.Filter.doHandle(Filter.java:159)
   at org.restlet.routing.Filter.handle(Filter.java:206)
   at org.restlet.engine.CompositeHelper.handle(CompositeHelper.java:211)
   at org.restlet.engine.application.ApplicationHelper.handle(ApplicationHelper.java:84)
   at org.restlet.Application.handle(Application.java:384)
   at org.restlet.routing.Filter.doHandle(Filter.java:159)
   at org.restlet.routing.Filter.handle(Filter.java:206)
   at org.restlet.routing.Router.doHandle(Router.java:431)
   at org.restlet.routing.Router.handle(Router.java:648)
   at org.restlet.routing.Filter.doHandle(Filter.java:159)
   at org.restlet.routing.Filter.handle(Filter.java:206)
   at org.restlet.routing.Router.doHandle(Router.java:431)
   at org.restlet.routing.Router.handle(Router.java:648)
   at org.restlet.routing.Filter.doHandle(Filter.java:159)
   at org.restlet.engine.application.StatusFilter.doHandle(StatusFilter.java:155)
   at org.restlet.routing.Filter.handle(Filter.java:206)
   at org.restlet.routing.Filter.doHandle(Filter.java:159)
   at org.restlet.routing.Filter.handle(Filter.java:206)
   at org.restlet.engine.CompositeHelper.handle(CompositeHelper.java:211)
   at org.restlet.Component.handle(Component.java:406)
   at org.restlet.Server.handle(Server.java:516)
   at org.restlet.engine.connector.ServerHelper.handle(ServerHelper.java:72)
   at org.restlet.engine.adapter.HttpServerHelper.handle(HttpServerHelper.java:152)
   at org.restlet.ext.simple.internal.SimpleContainer.handle(SimpleContainer.java:80)
   at org.simpleframework.http.core.Dispatcher.dispatch(Dispatcher.java:121)
   at org.simpleframework.http.core.Dispatcher.run(Dispatcher.java:103)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   at java.lang.Thread.run(Thread.java:748)
Caused by: org.serviio.profile.ProfilesDefinitionException: Profiles XML file is not valid (according to the schema). Check the log.
   at org.serviio.profile.ProfilesDefinitionParser.validateXML(ProfilesDefinitionParser.java:1032)
   at org.serviio.profile.ProfilesDefinitionParser.parseDefinition(ProfilesDefinitionParser.java:153)
   at org.serviio.profile.ProfileManager.parseProfilesFromFile(ProfileManager.java:185)
   ... 52 more
Attachments
(edited windows working) profiles.xml
Windows one, edited and working.
(182.34 KiB) Downloaded 860 times
(original nas) profiles.xml
Working Original from NAS
(165.88 KiB) Downloaded 839 times
(edited nas)profiles.xml
Not working.
(166.24 KiB) Downloaded 861 times
<<

atc98092

User avatar

DLNA master

Posts: 5202

Joined: Fri Aug 17, 2012 10:22 pm

Location: Washington (the state)

Post Sat Dec 08, 2018 12:10 am

Re: Philips 55POS9002 (with synology DS218+)

OK, the log indicates there's an XML error, which is going to be in the Profiles.xml file that you edited. Since I don't know where you were editing, forgive me that I don't want to go through the entire file line by line. :lol: I found an online XML validator, and it passed that check. So there's an error specifically in one of the lines that you edited. It's not an XML tagging error, but you likely have an incorrect keyword that passes the validator but doesn't work in Serviio. But the log does contain one clue with this line:

  Code:
Attribute 'maxWidth' is not allowed to appear in element 'Video'


So, can you pinpoint exactly which profile you were modifying? Then we can find the errant entry and get it cleaned up for you.

EDIT: wait a minute. I found where you were editing. Looking it over now.
Dan

LG NANO85 4K TV, Samsung JU7100 4K TV, Sony BDP-S3500, Sharp 4K Roku TV, Insignia Roku TV, Roku Ultra, Premiere and Stick, Nvidia Shield, Yamaha RX-V583 AVR.
Primary server: Intel i5-6400, 16 gig ram, Windows 10 Pro, 22 TB hard drive space | Test server Windows 10 Pro, AMD Phenom II X4 965, 8 gig ram

HOWTO: Enable debug logging HOWTO: Identify media file contents
<<

atc98092

User avatar

DLNA master

Posts: 5202

Joined: Fri Aug 17, 2012 10:22 pm

Location: Washington (the state)

Post Sat Dec 08, 2018 12:26 am

Re: Philips 55POS9002 (with synology DS218+)

I think I found the profile you created at the very end of the document. I copied that profile into my test server and it loads fine. I did not test your complete file, but I'll try that too. That should mean that it should load fine on your NAS as well. The file is not OS specific, so a profiles file that works on the Windows computer should work just the same on the NAS. Is there anything that differs between the two files that you are aware of? I see a minor difference in the way you've named your Serviio servers on line 12 (I do the same so the wife can tell them apart easily). Anything else?

EDIT: I copied your NAS profile file, renamed it, and tried it on my test server. It loads fine, so there's nothing wrong with the NAS profiles.xml file. Did you say that you've created a user-profiles.xml file? Maybe something it there is hanging it up.
Dan

LG NANO85 4K TV, Samsung JU7100 4K TV, Sony BDP-S3500, Sharp 4K Roku TV, Insignia Roku TV, Roku Ultra, Premiere and Stick, Nvidia Shield, Yamaha RX-V583 AVR.
Primary server: Intel i5-6400, 16 gig ram, Windows 10 Pro, 22 TB hard drive space | Test server Windows 10 Pro, AMD Phenom II X4 965, 8 gig ram

HOWTO: Enable debug logging HOWTO: Identify media file contents
<<

Meelis

User avatar

DLNA master

Posts: 115

Joined: Mon Aug 13, 2012 6:00 pm

Location: Estonia

Post Sat Dec 08, 2018 12:20 pm

Re: Philips 55POS9002 (with synology DS218+)

atc98092 wrote:Did you say that you've created a user-profiles.xml file? Maybe something it there is hanging it up.

Yes i tried in many ways but for now restored everything to original back. i edit only profiles.xml on NAS.

So now i taked a windows machine file (working one with my philips profile), I edited line 12 where is computer name and i am getting same error in NAS. So, for me seems that file is correct but something to do is with that Attribute 'maxWidth'
  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'.


Can it be that this error comes because NAS Serviio and Windows Serviio version difference? I suspect that but not sure. All serviio versions are the newest what exist.

NAS: Serviio PRO v 1.9.2
Windows: Serviio PRO v 1.10
<<

atc98092

User avatar

DLNA master

Posts: 5202

Joined: Fri Aug 17, 2012 10:22 pm

Location: Washington (the state)

Post Sat Dec 08, 2018 4:28 pm

Re: Philips 55POS9002 (with synology DS218+)

I can't say. I've reached my limit of knowledge there. Perhaps Zip can figure out if there's something on a NAS that differs enough from a Windows install that would make the profile file not load. Or perhaps Patters, since he's the one that makes the NAS versions.
Dan

LG NANO85 4K TV, Samsung JU7100 4K TV, Sony BDP-S3500, Sharp 4K Roku TV, Insignia Roku TV, Roku Ultra, Premiere and Stick, Nvidia Shield, Yamaha RX-V583 AVR.
Primary server: Intel i5-6400, 16 gig ram, Windows 10 Pro, 22 TB hard drive space | Test server Windows 10 Pro, AMD Phenom II X4 965, 8 gig ram

HOWTO: Enable debug logging HOWTO: Identify media file contents
<<

Meelis

User avatar

DLNA master

Posts: 115

Joined: Mon Aug 13, 2012 6:00 pm

Location: Estonia

Post Sun Dec 09, 2018 6:15 pm

Re: Philips 55POS9002 (with synology DS218+)

Thank you very much for help and solve problem in windows system Atc98092 & DenyAll. I really appreciate it!
I have one more question... What if i will have similar error in windows machine what i got in NAS then what can be the problem? I ask because maybe i can somehow by myself figure it out and fix it. I dont have much hope in Nas Install topic because when i look replays there then some guys waiting for replay from summer there :) So at the moment it seems dead topic there for me and no hope. Maybe here we can think out what cause that error.
Overall here in windows topic my problem SOLVED.
<<

atc98092

User avatar

DLNA master

Posts: 5202

Joined: Fri Aug 17, 2012 10:22 pm

Location: Washington (the state)

Post Sun Dec 09, 2018 9:07 pm

Re: Philips 55POS9002 (with synology DS218+)

Glad to help. If you encounter an issue with the profile under Windows, the Serviio log is again the first place to look. You might need to enabled debug logging to get more in-depth information.
Dan

LG NANO85 4K TV, Samsung JU7100 4K TV, Sony BDP-S3500, Sharp 4K Roku TV, Insignia Roku TV, Roku Ultra, Premiere and Stick, Nvidia Shield, Yamaha RX-V583 AVR.
Primary server: Intel i5-6400, 16 gig ram, Windows 10 Pro, 22 TB hard drive space | Test server Windows 10 Pro, AMD Phenom II X4 965, 8 gig ram

HOWTO: Enable debug logging HOWTO: Identify media file contents
<<

DenyAll

DLNA master

Posts: 2257

Joined: Fri Mar 08, 2013 11:16 pm

Location: Adelaide, Australia

Post Sun Dec 09, 2018 9:25 pm

Re: Philips 55POS9002 (with synology DS218+)

I see the problem - MaxWidth is supported in Serviio 10.1 (Windows), not in 9.2 (NAS).

Will need to think on this, but I am out of town today so will be late tonight.
DenyAll
Panasonic Viera FX800A | Panasonic Viera CS610A | Sony PS4 | Sony PS3 | Panasonic DMP-BD79 | Yamaha RX-V500D | iPad | Windows 10 | Serviio 1.10.1 Pro
WinHelper | MediaInfo

Beta Tester, Moderator
Please do not PM me for support as any solution cannot be shared with others.
<<

DenyAll

DLNA master

Posts: 2257

Joined: Fri Mar 08, 2013 11:16 pm

Location: Adelaide, Australia

Post Mon Dec 10, 2018 7:48 am

Re: Philips 55POS9002 (with synology DS218+)

The widthGreaterThan and heightGreaterThan matcher elements were also not added until version 1.10. In that case its going to be hard to limit transcoding on your NAS version to only 4K files.

I think until version 1.10 comes out for your NAS we are going to have to use another common element (other than resolution) to trigger transcoding. Can you please post MediaInfo (see my signature) for 4-5 files that don't work (I note the two you did post have True HD Audio in common - is that actually supported by your TV?).

I'm curious - did you try Option 2 from viewtopic.php?f=27&t=24775&start=20#p119493 on your Windows PC. That may be better option (assuming your PC has the grunt to do it).
DenyAll
Panasonic Viera FX800A | Panasonic Viera CS610A | Sony PS4 | Sony PS3 | Panasonic DMP-BD79 | Yamaha RX-V500D | iPad | Windows 10 | Serviio 1.10.1 Pro
WinHelper | MediaInfo

Beta Tester, Moderator
Please do not PM me for support as any solution cannot be shared with others.
<<

Meelis

User avatar

DLNA master

Posts: 115

Joined: Mon Aug 13, 2012 6:00 pm

Location: Estonia

Post Mon Dec 10, 2018 5:16 pm

Re: Philips 55POS9002 (with synology DS218+)

DenyAll wrote: Can you please post MediaInfo (see my signature) for 4-5 files that don't work (I note the two you did post have True HD Audio in common - is that actually supported by your TV?).

  Code:
General
Unique ID                                : 240942372843767763558755833017931442086 (0xB543D0258FE7CC9D7EDE852BC928A7A6)
Complete name                            : C:\serviio\John Wick (2014).mkv
Format                                   : Matroska
Format version                           : Version 4
File size                                : 29.9 GiB
Duration                                 : 1 h 41 min
Overall bit rate                         : 42.3 Mb/s
Movie name                               : John Wick (2014)
Encoded date                             : UTC 2018-12-03 20:33:24
Writing application                      : mkvmerge v29.0.0 ('Like It Or Not') 64-bit
Writing library                          : libebml v1.3.6 + libmatroska v1.4.9
Cover                                    : Yes
Attachments                              : cover.jpg / Poster.jpg / cover.jpg

Video
ID                                       : 1
Format                                   : HEVC
Format/Info                              : High Efficiency Video Coding
Format profile                           : Main 10@L5@Main
Codec ID                                 : V_MPEGH/ISO/HEVC
Duration                                 : 1 h 41 min
Bit rate                                 : 41.7 Mb/s
Width                                    : 3 840 pixels
Height                                   : 1 600 pixels
Display aspect ratio                     : 2.40:1
Frame rate mode                          : Constant
Frame rate                               : 23.976 (24000/1001) FPS
Color space                              : YUV
Chroma subsampling                       : 4:2:0
Bit depth                                : 10 bits
Bits/(Pixel*Frame)                       : 0.283
Stream size                              : 29.5 GiB (98%)
Writing library                          : x265 2.2+22-20217c8af8ac:[Windows][GCC 6.2.0][64 bit] 10bit
Encoding settings                        : cpuid=1173503 / frame-threads=5 / numa-pools=14,14 / wpp / no-pmode / no-pme / no-psnr / no-ssim / log-level=2 / input-csp=1 / input-res=3840x1600 / interlace=0 / total-frames=145546 / level-idc=0 / high-tier=1 / uhd-bd=0 / ref=3 / no-allow-non-conformance / no-repeat-headers / annexb / no-aud / no-hrd / info / hash=0 / no-temporal-layers / open-gop / min-keyint=23 / keyint=250 / bframes=4 / b-adapt=2 / b-pyramid / bframe-bias=0 / rc-lookahead=20 / lookahead-slices=8 / scenecut=40 / no-intra-refresh / ctu=64 / min-cu-size=8 / no-rect / no-amp / max-tu-size=32 / tu-inter-depth=1 / tu-intra-depth=1 / limit-tu=0 / rdoq-level=0 / signhide / no-tskip / nr-intra=0 / nr-inter=0 / no-constrained-intra / no-strong-intra-smoothing / max-merge=2 / limit-refs=3 / no-limit-modes / me=3 / subme=5 / merange=57 / temporal-mvp / weightp / no-weightb / no-analyze-src-pics / deblock=-3:-3 / no-sao / no-sao-non-deblock / rd=3 / no-early-skip / no-rskip / no-fast-intra / no-tskip-fast / no-cu-lossless / no-b-intra / rdpenalty=0 / psy-rd=3.50 / psy-rdoq=0.00 / no-rd-refine / analysis-mode=0 / no-lossless / cbqpoffs=0 / crqpoffs=0 / rc=crf / crf=16.0 / qcomp=0.60 / qpstep=1 / stats-write=0 / stats-read=0 / ipratio=1.10 / pbratio=1.00 / aq-mode=0 / aq-strength=0.00 / no-cutree / zone-count=0 / no-strict-cbr / qg-size=64 / rc-grain / qpmax=69 / qpmin=0 / sar=1 / overscan=0 / videoformat=5 / range=0 / colorprim=1 / transfer=1 / colormatrix=1 / chromaloc=0 / display-window=0 / max-cll=0,0 / min-luma=0 / max-luma=1023 / log2-max-poc-lsb=8 / vui-timing-info / vui-hrd-info / slices=1 / opt-qp-pps / opt-ref-list-length-pps / no-multi-pass-opt-rps / scenecut-bias=0.05 / no-opt-cu-delta-qp / no-aq-motion
Language                                 : English
Default                                  : Yes
Forced                                   : No
Color range                              : Limited
Color primaries                          : BT.709
Transfer characteristics                 : BT.709
Matrix coefficients                      : BT.709

Audio
ID                                       : 2
Format                                   : AC-3
Format/Info                              : Audio Coding 3
Commercial name                          : Dolby Digital
Codec ID                                 : A_AC3
Duration                                 : 1 h 41 min
Bit rate mode                            : Constant
Bit rate                                 : 640 kb/s
Channel(s)                               : 6 channels
Channel layout                           : L R C LFE Ls Rs
Sampling rate                            : 48.0 kHz
Frame rate                               : 31.250 FPS (1536 SPF)
Bit depth                                : 16 bits
Compression mode                         : Lossy
Delay relative to video                  : 4 ms
Stream size                              : 463 MiB (2%)
Title                                    : AC3 5.1 @ 640 kbps
Language                                 : English
Service kind                             : Complete Main
Default                                  : No
Forced                                   : No

Text #1
ID                                       : 3
Format                                   : PGS
Muxing mode                              : zlib
Codec ID                                 : S_HDMV/PGS
Codec ID/Info                            : Picture based subtitle format used on BDs/HD-DVDs
Duration                                 : 1 h 40 min
Bit rate                                 : 16.6 kb/s
Count of elements                        : 1757
Stream size                              : 12.0 MiB (0%)
Title                                    : Anglais Complets PGS
Language                                 : English
Default                                  : No
Forced                                   : No

Text #2
ID                                       : 4
Format                                   : PGS
Muxing mode                              : zlib
Codec ID                                 : S_HDMV/PGS
Codec ID/Info                            : Picture based subtitle format used on BDs/HD-DVDs
Duration                                 : 14 min 0 s
Bit rate                                 : 1 765 b/s
Count of elements                        : 24
Stream size                              : 181 KiB (0%)
Title                                    : Anglais Forces PGS
Language                                 : English
Default                                  : No
Forced                                   : No

Text #3
ID                                       : 5
Format                                   : UTF-8
Codec ID                                 : S_TEXT/UTF8
Codec ID/Info                            : UTF-8 Plain Text
Duration                                 : 1 h 33 min
Bit rate                                 : 21 b/s
Count of elements                        : 554
Stream size                              : 14.9 KiB (0%)
Language                                 : English
Default                                  : No
Forced                                   : No

Text #4
ID                                       : 6
Format                                   : UTF-8
Codec ID                                 : S_TEXT/UTF8
Codec ID/Info                            : UTF-8 Plain Text
Duration                                 : 1 h 40 min
Bit rate                                 : 30 b/s
Count of elements                        : 854
Stream size                              : 22.8 KiB (0%)
Title                                    : SDH
Language                                 : English
Default                                  : No
Forced                                   : No

Text #5
ID                                       : 7
Format                                   : UTF-8
Codec ID                                 : S_TEXT/UTF8
Codec ID/Info                            : UTF-8 Plain Text
Duration                                 : 1 h 33 min
Bit rate                                 : 22 b/s
Count of elements                        : 524
Stream size                              : 15.4 KiB (0%)
Title                                    : Eesti Keel
Language                                 : Estonian
Default                                  : Yes
Forced                                   : Yes

Menu
00:00:00.000                             : en:00:00:00.000
00:04:57.506                             : en:00:04:57.506
00:12:21.866                             : en:00:12:21.866
00:17:07.735                             : en:00:17:07.735
00:26:25.167                             : en:00:26:25.167
00:32:40.250                             : en:00:32:40.250
00:36:24.599                             : en:00:36:24.599
00:42:16.033                             : en:00:42:16.033
00:45:33.272                             : en:00:45:33.272
00:55:02.507                             : en:00:55:02.507
00:59:27.564                             : en:00:59:27.564
01:06:13.428                             : en:01:06:13.428
01:14:15.910                             : en:01:14:15.910
01:19:13.040                             : en:01:19:13.040
01:27:29.786                             : en:01:27:29.786
01:32:24.789                             : en:01:32:24.789

I removed HD audio and i have only that movie in windows machine due not enough hdd space.

DenyAll wrote: I'm curious - did you try Option 2 from viewtopic.php?f=27&t=24775&start=20#p119493 on your Windows PC. That may be better option (assuming your PC has the grunt to do it).

Now i tried. It didn't worked at all with this one....
Previous

Return to Philips

Who is online

Users browsing this forum: No registered users and 2 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.