FAQ  •  Register  •  Login

Sony SMP N100

<<

Ome

Serviio newbie

Posts: 2

Joined: Mon May 30, 2011 1:20 am

Post Mon May 30, 2011 1:32 am

Sony SMP N100

I recently purchased the Sony SMP N100 and love all the features it provides, have tryed a number of servers on my windows xp machine and have mixed luck with each. Serviio has played the most format's once I switched to the Sony Bravia profile. I did find the Sony SMP N100 profile thatw as written by another user, but have not had much luck getting the server to run after editting the profile's (using notepad). The files that don't want to play are "MOV" and "MP4" videos. any suggestions on how I can solve my problems??

Did notice a difference in the xml code on the one submitted here and the one in the version I am using.
<<

Cerberus

User avatar

DLNA master

Posts: 4114

Joined: Sun Jan 02, 2011 5:20 pm

Location: Reading, UK

Post Mon May 30, 2011 1:55 am

Re: Sony SMP N100

  Code:
<Profile id="14" name="Sony SMP-N100 Media Player" extendsProfileId="1">
      <Detection>
         <X-AV-Client-Info>.*Media Player.*</X-AV-Client-Info>
      </Detection>
      <MediaFormatProfiles>
         <MediaFormatProfile mime-type="video/divx">MATROSKA</MediaFormatProfile>
         <!-- rename native mpeg2ts with h264/ac3 ac3 formats to those supported by the tv -->
         <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="AVC_TS_HD_50_AC3">AVC_TS_MP_HD_AC3</MediaFormatProfile>
         <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="AVC_TS_HD_50_AC3">AVC_TS_MP_SD_AC3</MediaFormatProfile>
         <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="AVC_TS_HD_50_AC3_T">AVC_TS_MP_HD_AC3_T</MediaFormatProfile>
         <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="AVC_TS_HD_50_AC3_T">AVC_TS_MP_SD_AC3_T</MediaFormatProfile>
         <!-- rename transcoded mpeg2ts with h264 to one of the TV's supported profiles -->
         <MediaFormatProfile mime-type="video/mpeg" name="AVC_TS_HD_50_AC3_ISO">AVC_TS_MP_HD_AC3_ISO</MediaFormatProfile>
         <MediaFormatProfile mime-type="video/mpeg" name="AVC_TS_HD_50_AC3_ISO">AVC_TS_MP_SD_AC3_ISO</MediaFormatProfile>
         
      </MediaFormatProfiles>
      <Transcoding>
         <!-- First remux all h264 video on MPEG-TS stream with ac3 audio transcoding, expected profile AVC_TS_MP_HD_AC3_ISO or AVC_TS_MP_SD_AC3_ISO -->
         <Video targetContainer="mpegts" targetACodec="ac3">
            <Matches container="avi" vCodec="h264" />
            <Matches container="mp4" vCodec="h264" />
            <!-- if audio different to ac3, must be transcoded -->
            <Matches container="mpegts" aCodec="aac" />
            <Matches container="mpegts" aCodec="mp3" />
            <Matches container="mpegts" aCodec="dca" />
         </Video>
         <!-- All Others video/audio codec will be transcoded into mpeg2ts, mpeg2video and ac3 audio (MPEG_TS_SD_EU). -->
         <Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3">
            <Matches container="asf" />
            <Matches container="avi" />
            <Matches container="mp4" />
         </Video>
      </Transcoding>
      <AutomaticImageRotation>true</AutomaticImageRotation>
   </Profile>


try adding that to the profile.xml file i think your issue was the one on the other post had an " profile id " of 9 and that is used by another device so i have simply change its id to 14 as that is not used and profile id has to be unique.

Regards Cerberus

all credit for the profile has to go to synapses11
Phil Bennett
Beta Tester Group
Wiki | FAQ

Samsung LE40C750 LCD | Samsung BD-C5900 | Sony PS3 | Windows 7 |
HowTo: Provide supported formats of a device HowTo: Record a new ticket on Bitbucket
HowTo: Provide details of a video file that doesn't play HowTo: Turn on detailed logging
<<

Ome

Serviio newbie

Posts: 2

Joined: Mon May 30, 2011 1:20 am

Post Mon May 30, 2011 8:15 pm

Re: Sony SMP N100

Pasted the profile you provided but serviio refused to start, log stating code error. I changed the tags after the detection to the <UPnPSearch> <FriendlyName> etc. and the profile was then accepted by Serviio. Unfortunatly the profile "14" actually played fewer formats that the Sony Bravia one.

Still need to figure out the Transcoding for "MOV" and "MP4" format videos.

Perhaps adding these to exsisting xml code.

Thanks for your response.
<<

Cerberus

User avatar

DLNA master

Posts: 4114

Joined: Sun Jan 02, 2011 5:20 pm

Location: Reading, UK

Post Mon May 30, 2011 9:01 pm

Re: Sony SMP N100

Ome wrote:Pasted the profile you provided but serviio refused to start, log stating code error. I changed the tags after the detection to the <UPnPSearch> <FriendlyName> etc. and the profile was then accepted by Serviio. Unfortunatly the profile "14" actually played fewer formats that the Sony Bravia one.

Still need to figure out the Transcoding for "MOV" and "MP4" format videos.

Perhaps adding these to exsisting xml code.

Thanks for your response.


sadly then i dont know ome guess this si another topic for illico the sony genie :)
Phil Bennett
Beta Tester Group
Wiki | FAQ

Samsung LE40C750 LCD | Samsung BD-C5900 | Sony PS3 | Windows 7 |
HowTo: Provide supported formats of a device HowTo: Record a new ticket on Bitbucket
HowTo: Provide details of a video file that doesn't play HowTo: Turn on detailed logging
<<

adamcox82

Serviio newbie

Posts: 2

Joined: Tue Nov 08, 2011 6:59 pm

Post Tue Nov 08, 2011 7:09 pm

Re: Sony SMP N100

Sorry to bump an old thread, just updating with a link to the solution that worked for me (in case this helps anyone else):
viewtopic.php?f=11&t=1795&start=10

Return to Sony

Who is online

Users browsing this forum: No registered users and 18 guests

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