FAQ  •  Register  •  Login

sony smp-n100 setup (SMPN100, SMP-100, SMP100)

<<

robertsearle

Serviio lover

Posts: 66

Joined: Mon May 07, 2012 6:13 pm

Post Mon Jul 02, 2012 5:36 pm

sony smp-n100 setup (SMPN100, SMP-100, SMP100)

I had to make this change to the Playstation 3 profile.
Note: the maxVBitrate is environment specific. I need it for my wireless setup.

  Code:
300,301c300
<                       <!-- <Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3" aBitrate="384" maxVBitrate="7168"> -->
<                       <Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3" aBitrate="384" maxVBitrate="12288">
---
>                       <Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3" aBitrate="384">
312d310
<                               <Matches container="matroska"/>
Last edited by robertsearle on Wed Jan 02, 2013 1:34 am, edited 2 times in total.
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Mon Jul 02, 2012 6:29 pm

Re: sony smp-n100 setup (SMPN100)

Could you explain?
You are talking about Sony PS3 or SMP-N100 ?

(topic moved)
Illico
Sony 2010 KDL-46EX501 | BDP-S373 | SMP-N100 | Windows 8-i7 | Network DD HD-CE1.5TLU2 | Livebox2-UHD86 | ServiiDroid | ServiiGo | BubbleUPnP
Serviio beta tester - Moderator
<<

robertsearle

Serviio lover

Posts: 66

Joined: Mon May 07, 2012 6:13 pm

Post Fri Jul 06, 2012 11:57 pm

Re: sony smp-n100 setup (SMPN100)

My device is a smp-n100. By making the changes it works correctly as a PS3. The SMP-n100 doesn't support mkv files unless they are attached via usb drive. To get around this limitation, I had to always re-encode the mkv files.

Does that answer your question?
<<

patters

User avatar

DLNA master

Posts: 1282

Joined: Sat Oct 09, 2010 3:51 pm

Location: London, UK

Post Sat Jul 07, 2012 11:04 am

Re: sony smp-n100 setup (SMPN100)

Why don't you leave it on the "Sony BDP/SMP" profile - the one that's been developed for your hardware. It plays MKVs fine, they just need remuxing to mpegts. Read this note - it will explain all the reasons for the various profile design decisions:
viewtopic.php?f=11&t=2004
LG OLED55B8PLA | PS4 Pro | Xbox One S | Synology DS214play
Serviio 2.1 package for Synology NAS - with limited hardware transcoding support!
<<

robertsearle

Serviio lover

Posts: 66

Joined: Mon May 07, 2012 6:13 pm

Post Sat Jul 28, 2012 1:38 am

Re: sony smp-n100 setup (SMPN100)

Try it with the latest 1.0 version. I needed to make the following changes

  • Removed the mkv codec limitation. My SMP-100 can't play mkv files unless wired.
  • Moved the entire section to the top.
  Code:
756,761d755
<                       <!-- 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="8191" targetACodec="ac3" aBitrate="320"  forceVTranscoding="true" maxHeight="720" >
<                               <Matches container="*" vCodec="h264" profile="high" levelGreaterThan="4.1" />
<                               <Matches container="*" vCodec="h264" profile="main" levelGreaterThan="4.1" />
<                               <Matches container="matroska" />
<                       </Video>
775a770,775
>                       </Video>
>                       <!-- 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" [b]vCodec="vp8"[/b] />
<<

robertsearle

Serviio lover

Posts: 66

Joined: Mon May 07, 2012 6:13 pm

Post Mon Aug 27, 2012 2:55 am

Re: sony smp-n100 setup (SMPN100)

Again, the SMP-n100 will only play mkv files if wired. It will not play them over a wireless connection.

http://esupport.sony.com/US/perl/suppor ... dl=SMPN100
Last edited by robertsearle on Wed Oct 24, 2012 6:42 pm, edited 1 time in total.
<<

NX3

DLNA master

Posts: 578

Joined: Fri Jan 28, 2011 12:39 pm

Post Mon Aug 27, 2012 10:06 am

Re: sony smp-n100 setup (SMPN100)

robertsearle wrote:Again, the SMP-n100 will only play mkv files if wired. It will not play them over a wireless connection.


Explain the problem ? buffering ? Slow ? picture breakup ?

If its not playing over Wifi its a setup issue with your network or lack of bandwidth from your wifi. What router have you got ? Make / Model please
<<

robertsearle

Serviio lover

Posts: 66

Joined: Mon May 07, 2012 6:13 pm

Post Tue Aug 28, 2012 5:34 pm

Re: sony smp-n100 setup (SMPN100)

Read the product specs for the SMP-n100. It shows the SNMP-N100 product will not play mkv files unless they are on a USB drive. I actually wrongly though it could play them through a wired connection. This is not a problem of serviio, but using transcoding can work around the SMP-n100 limitation.

http://store.sony.com/webapp/wcs/stores ... ifications then click specifications, then look for mkv
<<

patters

User avatar

DLNA master

Posts: 1282

Joined: Sat Oct 09, 2010 3:51 pm

Location: London, UK

Post Wed Aug 29, 2012 10:54 pm

Re: sony smp-n100 setup (SMPN100)

What? I own an SMP-N100 and it definitely plays mkv. Do you have a US one or something?
LG OLED55B8PLA | PS4 Pro | Xbox One S | Synology DS214play
Serviio 2.1 package for Synology NAS - with limited hardware transcoding support!
<<

robertsearle

Serviio lover

Posts: 66

Joined: Mon May 07, 2012 6:13 pm

Post Sat Sep 08, 2012 5:54 am

Re: sony smp-n100 setup (SMPN100)

Yes, I bought it in the US. that might be the difference.
<<

patters

User avatar

DLNA master

Posts: 1282

Joined: Sat Oct 09, 2010 3:51 pm

Location: London, UK

Post Sat Sep 08, 2012 12:12 pm

Re: sony smp-n100 setup (SMPN100)

I don't really follow what you're saying. In the US these players never played matroska (neither by USB nor DLNA). In Europe and Canada they could play matroska, but badly over DLNA so the stock Serviio profile for 'Sony BDP/SMP' remuxes matroska files containing H.264 to mpegts. The US players support mpegts, so I don't really see how you had an issue. Did you only get this issue because you edited the profile in order to try to play them natively?
LG OLED55B8PLA | PS4 Pro | Xbox One S | Synology DS214play
Serviio 2.1 package for Synology NAS - with limited hardware transcoding support!
<<

robertsearle

Serviio lover

Posts: 66

Joined: Mon May 07, 2012 6:13 pm

Post Thu Sep 13, 2012 7:33 pm

Re: sony smp-n100 setup (SMPN100)

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
Attachments
profiles.xml
(68.33 KiB) Downloaded 708 times
Last edited by robertsearle on Tue Nov 13, 2012 6:16 am, edited 8 times in total.
<<

dan_t

Serviio newbie

Posts: 5

Joined: Mon Oct 15, 2012 6:53 pm

Post Mon Oct 22, 2012 3:23 am

Re: sony smp-n100 setup (SMPN100)

The last post worked for me also - I'm in Canada with the SMP-N100 :)

Thanks!!
<<

robertsearle

Serviio lover

Posts: 66

Joined: Mon May 07, 2012 6:13 pm

Post Wed Jan 02, 2013 12:48 am

Re: sony smp-n100 setup (SMPN100)

I fixed the config file correctly for 1.1. I extended the configuration instead of changing it.

  Code:
        <Profile id="10a" name="Wireless SMP" extendsProfileId="10">
                <Transcoding>
                        <Video targetContainer="mpegts" targetVCodec="mpeg2video" maxVBitrate="10000" targetACodec="ac3" maxHeight="720" aBitrate="320" forceVTranscoding="true"  >
                                <Matches container="matroska" />
                                <Matches container="*" vCodec="h264" />
                                <Matches container="mpegts"  />
                                <Matches container="mp4"  />
                                <Matches container="avi"  />
                        </Video>
                </Transcoding>
        </Profile>


After adding this to the config/profile.xml file, you need to use the serviio config GUI to assign the SMP-100 IP address to a category / type of "Wireless SMP". Depending on your wireless network you cat use a value of 8000 to 12000 for the maxVBitrate
<<

skeletron

Serviio newbie

Posts: 5

Joined: Fri Nov 16, 2012 12:08 am

Post Wed Jan 02, 2013 2:50 am

Re: sony smp-n100 setup (SMPN100)

robertsearle wrote:I fixed the config file correctly for 1.1. I extended the configuration instead of changing it.

  Code:
        <Profile id="10a" name="Wireless SMP" extendsProfileId="10">
                <Transcoding>
                        <Video targetContainer="mpegts" targetVCodec="mpeg2video" maxVBitrate="10000" targetACodec="ac3" maxHeight="720" aBitrate="320" forceVTranscoding="true"  >
                                <Matches container="matroska" />
                                <Matches container="*" vCodec="h264" />
                                <Matches container="mpegts"  />
                                <Matches container="mp4"  />
                                <Matches container="avi"  />
                        </Video>
                </Transcoding>
        </Profile>


After adding this to the config/profile.xml file, you need to use the serviio config GUI to assign the SMP-100 IP address to a category / type of "Wireless SMP". Depending on your wireless network you cat use a value of 8000 to 12000 for the maxVBitrate



could you help me with this? I am not too literate on the lingo haha
<<

neilcp

Serviio newbie

Posts: 1

Joined: Thu Jan 10, 2013 1:06 pm

Post Wed Jan 16, 2013 8:15 pm

Re: sony smp-n100 setup (SMPN100)

robertsearle wrote:I fixed the config file correctly for 1.1. I extended the configuration instead of changing it.

  Code:
        <Profile id="10a" name="Wireless SMP" extendsProfileId="10">
                <Transcoding>
                        <Video targetContainer="mpegts" targetVCodec="mpeg2video" maxVBitrate="10000" targetACodec="ac3" maxHeight="720" aBitrate="320" forceVTranscoding="true"  >
                                <Matches container="matroska" />
                                <Matches container="*" vCodec="h264" />
                                <Matches container="mpegts"  />
                                <Matches container="mp4"  />
                                <Matches container="avi"  />
                        </Video>
                </Transcoding>
        </Profile>


After adding this to the config/profile.xml file, you need to use the serviio config GUI to assign the SMP-100 IP address to a category / type of "Wireless SMP". Depending on your wireless network you cat use a value of 8000 to 12000 for the maxVBitrate


I have a UK SMP-N100 and have just applied this patch which works wonderfully: thanks very much robertsearle. I was having trouble playing higher bit rate files wirelessly but now I can play them without stuttering :)

Serviio has always worked really well for me. Now it's even better!

Return to Sony

Who is online

Users browsing this forum: No registered users and 22 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.