Page 1 of 1

Sony SMP N100

PostPosted: Mon May 30, 2011 1:32 am
by Ome
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.

Re: Sony SMP N100

PostPosted: Mon May 30, 2011 1:55 am
by Cerberus
  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

Re: Sony SMP N100

PostPosted: Mon May 30, 2011 8:15 pm
by Ome
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.

Re: Sony SMP N100

PostPosted: Mon May 30, 2011 9:01 pm
by Cerberus
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 :)

Re: Sony SMP N100

PostPosted: Tue Nov 08, 2011 7:09 pm
by adamcox82
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