UMS 7.6.1 - WD TV Live - MKV
Forum rules
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
Re: UMS 7.6.1 - WD TV Live - MKV
Here is a test build for you, please let me know if it works: http://www.spirton.com/uploads/UMS/UMS- ... 78e745.exe
If it still fails, it would be good to know a MKV file that does work so I can compare them in the logs
If it still fails, it would be good to know a MKV file that does work so I can compare them in the logs
Re: UMS 7.6.1 - WD TV Live - MKV
It seems to me that the problem is in the WDTVLive.conf. There are lines which mean that all video and audio formats are supported for container MKV which is obviously not true. That is why the "(1999) Star Wars - Episode I - Die dunkle Bedrohung_[deu,eng].mkv" does NOT play because it is streamed not transcoded. I am not sure if e.g. is supported by the WD TV Live.
The second "(1983) Star Wars - Episode VI - Die Rückkehr der Jedi-Ritter {Special Edition}_[deu,eng].mkv" is transcoded because internal subtitles are in Vobsub format and that is why it is playing well.
To fix it the lineshould be canged to something like and maybe add also video formats.
I am not sure which video and audio formats are really supported so it must be tuned up.
Code: Select all
Supported = f:mkv m:video/x-matroska
SupportedInternalSubtitlesFormats = SUBRIP
Code: Select all
DTS audio format
The second "(1983) Star Wars - Episode VI - Die Rückkehr der Jedi-Ritter {Special Edition}_[deu,eng].mkv" is transcoded because internal subtitles are in Vobsub format and that is why it is playing well.
To fix it the line
Code: Select all
Supported = f:mkv m:video/x-matroska
Code: Select all
Supported = f:mkv a:aac-lc|he-aac|ac3|adpcm|eac3|lpcm|mp3|mpa|opus|vorbis|wma m:video/x-matroska
I am not sure which video and audio formats are really supported so it must be tuned up.