It seems to me that the problem is in the WDTVLive.conf. There are lines
Code: Select all
Supported = f:mkv m:video/x-matroska
SupportedInternalSubtitlesFormats = SUBRIP
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 line
Code: Select all
Supported = f:mkv m:video/x-matroska
should be canged to something like
Code: Select all
Supported = f:mkv a:aac-lc|he-aac|ac3|adpcm|eac3|lpcm|mp3|mpa|opus|vorbis|wma m:video/x-matroska
and maybe add also video formats.
I am not sure which video and audio formats are really supported so it must be tuned up.