I read the original post. I had to use the PS3 version for 0.6 which was the only version out at the post date. Since then I have switched to version 1.0 and the SMP-n100 profile and no longer use the PS3 profile. I still need to make the following changes to the out of the box SMP-n100 profile. I needed to force transcoding and move it up in the profile.
According to the SONY spec it should play mkv files through a wired or usb drive but not wirelessly... I have yet to try playing the mkv files on a USB drive so I can't say for sure.
http://esupport.sony.com/US/perl/suppor ... dl=SMPN100- Code:
764,770d763
< <!-- h264 videos with high/main profile level > 4.1 will be transcoded to mpegts with mpeg2video and ac3 audio -->
< <Video targetContainer="mpegts" targetVCodec="mpeg2video" maxVBitrate="12288" targetACodec="ac3" maxHeight="720" aBitrate="320" forceVTranscoding="true" >
< <Matches container="*" vCodec="h264" profile="high" levelGreaterThan="4.1" />
< <Matches container="*" vCodec="h264" profile="main" levelGreaterThan="4.1" />
< <Matches container="matroska" />
< </Video>
<
786c779,784
<
---
> <!-- h264 videos with high/main profile level > 4.1 will be transcoded to mpegts with mpeg2video and ac3 audio -->
> <Video targetContainer="mpegts" targetVCodec="mpeg2video" maxVBitrate="17000" targetACodec="ac3" aBitrate="320">
> <Matches container="*" vCodec="h264" profile="high" levelGreaterThan="4.1" />
> <Matches container="*" vCodec="h264" profile="main" levelGreaterThan="4.1" />
> <Matches container="matroska" vCodec="vp8" />
> </Video>
Its been a while since I made the change. I only play content streaming wirelessly through the server. I do not use the USB drive ever. From what I remember, the original serviio setup shows the files on the SMP-n100 box but when I played them, the SMP-n100 gives me some error message or said the files were corrupt. If I re-encode the files, everything seems to work great. Moving the section up a couple of lines and forcing the re-encode did the trick for me.
If you use the attached file, make sure you are using the latest version
1.0.1 other wise the bit limit will
not work. Its a known bug with 1.0.0 that was fixed with 1.0.1.
Q1: Do you play your files through a
- wired LAN
- USB drive or
- wireless
Q2: What do you mean play the files natively?
Q3: Is anyone else having a problem with the out-of-the-box SMP-n100 or sony configuration and mkv files?Below is the profile I am using with 1.0.1 serviio