Another playback error

For help and support with Universal Media Server
Forum rules
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
Post Reply
abominalizer
Posts: 20
Joined: Wed Jun 06, 2018 6:59 am

Another playback error

Post by abominalizer »

Once again I cannot play the file directly, but I can play it transcoded.


Image
And I cannot find the error on the log.


WebOS supported formats:

Image
Attachments
ums_dbg.zip
(63.31 KiB) Downloaded 361 times
User avatar
SubJunk
Lead Developer
Posts: 3705
Joined: Sun May 27, 2012 4:12 pm

Re: Another playback error

Post by SubJunk »

Does it work if you remove the line "SupportedVideoBitDepths" in the renderer config?
User avatar
valib
Developer
Posts: 699
Joined: Fri Feb 08, 2013 3:11 am

Re: Another playback error

Post by valib »

You cannot add whatever you want to the renderer conf. What is allowed is written in the DefaultRenderer.conf. So try to change your setting

Code: Select all

Supported = f:mkv         v:h264|h265|mp4|mpeg2|vp8|vp9|HVEC    a:aac-lc|he-aac|ac3|dts|mp3|mpa|vorbis|eac3|TrueHD  	m:video/x-matroska
to

Code: Select all

Supported = f:mkv         v:h264|h265|mp4|mpeg2|vp8|vp9    a:aac-lc|he-aac|ac3|dts|mp3|mpa|vorbis|eac3|truehd  	m:video/x-matroska
h265 = HEVC
Post Reply