Page 1 of 1

Files not visible

Posted: Mon Dec 12, 2016 7:18 pm
by boss
Just noticed that some .mp4 and .mkv files are not showing up at all in my media player (LG BP550).
When I use the UMS browser interface, the files show but when played I get an "Unsupported Video Type" error.
Can anyone shed any light on this?
Thanks

Re: Files not visible

Posted: Thu Dec 15, 2016 4:23 am
by boss
The problem has been fixed for the mp4 and mkv files where some were not showing.
This is for a LG BD-550 Blu Ray player.
I changed the renderer conf file:
#Supported = f:mp4 v:h264|mp4|mpeg1|mpeg2|vc1 a:aac|ac3|dts|mpa|mp3|wma m:video/mp4
Supported = f:mp4 v:h264|mp4|mpeg1|mpeg2|vc1 a:aac|aac-he|ac3|dts|mpa|mp3|wma m:video/mp4

#Supported = f:mkv v:h264|mp4|mpeg1|mpeg2|vc1 a:aac|ac3|dts|mpa|mp3|wma m:video/x-matroska
Supported = f:mkv v:h264|mp4|mpeg1|mpeg2|vc1 a:aac|aac-he|ac3|dts|mpa|mp3|wma m:video/x-matroska

Still having a problem with 2 avi movies where they freeze and working on it.

Re: Files not visible

Posted: Thu Dec 15, 2016 5:23 pm
by atamariya
You might want to use ffmpeg command line to detect the container, audio and video codec in the two avi files. Then you can add supportedLines accordingly.