FAQ  •  Register  •  Login

Sony BluRay Players (BDP-S370)

<<

amunoz_tico

User avatar

Streaming enthusiast

Posts: 42

Joined: Tue Oct 12, 2010 3:14 pm

Location: Costa Rica

Post Wed Dec 22, 2010 3:14 pm

Re: [Profile] Sony BluRay Players (BDP-S370)

Illico wrote:So it seems that avi files with mp4 video and mp3 audio are not supported by Sony BR players, I will check that...
We probably need to transcode them, could you try this:
  Code:
     <!-- unsupported codecs 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" vCodec="mjpeg" />
      <Matches container="avi" vCodec="mpeg4" />
     </Video>



Hi illico

I tried those transcodes and now It is working for me. However, the subtitles are missing. I have two subtitles format SRT and XSUB (embedded). Could you help us?

Best Regards!
Samsung PN60E7000, UN46C7000, BD-C6900, BD-D5500, BD-E5700 ¬ Sony PS3, Wii ¬ LG BD670 ¬ Pioneer VSX-820-K ¬ Bose Acoustimass 15 ¬ Synology DS413j ¬ Cisco EA4500 ¬ Monster HDP2400
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Wed Dec 22, 2010 3:29 pm

Re: [Profile] Sony BluRay Players (BDP-S370)

amunoz_tico wrote:...I tried those transcodes and now It is working for me. However, the subtitles are missing.

Great, that could be a solution but Sub were lost when transcoding is used...

Could you download this file, so we'll use the same source (for me it work fine) ?
http://showcase7.divx.com/mobile/Sintel ... p_ASP.divx

Do you try by removing and commenting this line on your US Sony BluRay Player Profile ?
<MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">AVI</MediaFormatProfile>

Do you try by changing this line :
<MediaFormatProfile mime-type="video/divx" name="MPEG_PS_NTSC">AVI</MediaFormatProfile>
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
<<

amunoz_tico

User avatar

Streaming enthusiast

Posts: 42

Joined: Tue Oct 12, 2010 3:14 pm

Location: Costa Rica

Post Wed Dec 22, 2010 5:05 pm

Re: [Profile] Sony BluRay Players (BDP-S370)

Hi illico,
Illico wrote:Could you download this file, so we'll use the same source (for me it work fine) ?
http://showcase7.divx.com/mobile/Sintel ... p_ASP.divx


I donwloaded the file, and It played very well.

Illico wrote:Do you try by removing and commenting this line on your US Sony BluRay Player Profile ?
<MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">AVI</MediaFormatProfile>

Do you try by changing this line :
<MediaFormatProfile mime-type="video/divx" name="MPEG_PS_NTSC">AVI</MediaFormatProfile>

Also, I updated the profile. It works for me.


However, I need the subtitles support (please!!!)





Best Regards!
Samsung PN60E7000, UN46C7000, BD-C6900, BD-D5500, BD-E5700 ¬ Sony PS3, Wii ¬ LG BD670 ¬ Pioneer VSX-820-K ¬ Bose Acoustimass 15 ¬ Synology DS413j ¬ Cisco EA4500 ¬ Monster HDP2400
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Wed Dec 22, 2010 6:36 pm

Re: [Profile] Sony BluRay Players (BDP-S370)

amunoz_tico wrote:Hi illico,
However, I need the subtitles support (please!!!)...

Hum I think you don't understand me.

With this line added to the profile "<Matches container="avi" vCodec="mp4" />", you will transcode, the subtitles will still not be supported:
  Code:
    <Profile id="10" name="Sony BD Player" extendsProfileId="1">
          <!-- US models -->   
          <Detection>
             <X-AV-Client-Info>.*Blu-ray Disc Player.*</X-AV-Client-Info>
          </Detection>
          <MediaFormatProfiles>
             <MediaFormatProfile mime-type="audio/mpeg" name="MP3">WMA_BASE</MediaFormatProfile>
             <MediaFormatProfile mime-type="audio/mpeg" name="MP3">WMA_FULL</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">MATROSKA</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">AVI</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">AVC_MP4_MP_SD_AAC_MULT5</MediaFormatProfile>         
             <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">AVC_MP4_MP_SD_MPEG1_L3</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">AVC_MP4_MP_SD_AC3</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">AVC_MP4_MP_HD_720p_AAC</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">AVC_MP4_MP_HD_1080i_AAC</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">AVC_MP4_HP_HD_AAC</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">AVC_MP4_LPCM</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">MPEG4_P2_MP4_ASP_AAC</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">MPEG4_P2_MP4_SP_L6_AAC</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">MPEG4_P2_MP4_NDSD</MediaFormatProfile>                 
             <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_SD_AAC_MULT5</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_SD_AAC_MULT5_T</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_SD_MPEG1_L3</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_SD_MPEG1_L3_T</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_SD_AC3</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_SD_AC3_T</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_HD_AAC_MULT5</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_HD_AAC_MULT5_T</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_HD_MPEG1_L3</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_HD_MPEG1_L3_T</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_HD_AC3</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_HD_AC3_T</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_HD_50_LPCM_T</MediaFormatProfile>
             <!-- rename remuxed mpeg2ts with h264 to one of the player's supported profiles -->
             <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_HD_AC3_ISO</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_SD_AC3_ISO</MediaFormatProfile>
          </MediaFormatProfiles>
          <Transcoding>
             <!-- remux MP4 container files to allow seeking (AVC_TS_MP_HD_AC3_ISO or AVC_TS_MP_SD_AC3_ISO) -->
             <Video targetContainer="mpegts" targetACodec="ac3">
                <Matches container="mp4" vCodec="h264" />
             </Video>
             <!-- unsupported codecs 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" vCodec="mjpeg" />
                <Matches container="avi" vCodec="mp4" />
             </Video>
          </Transcoding>
          <AutomaticImageRotation>true</AutomaticImageRotation>
          <LimitImageResolution>false</LimitImageResolution>
       </Profile>


To play in native format we only need to find a proper mime-type, so could you try these 3 profiles:
1/ mime-type="video/x-msvideo" (from generic profile inherit)
  Code:
    <Profile id="10" name="Sony BD Player" extendsProfileId="1">
          <!-- US models -->   
          <Detection>
             <X-AV-Client-Info>.*Blu-ray Disc Player.*</X-AV-Client-Info>
          </Detection>
          <MediaFormatProfiles>
             <MediaFormatProfile mime-type="audio/mpeg" name="MP3">WMA_BASE</MediaFormatProfile>
             <MediaFormatProfile mime-type="audio/mpeg" name="MP3">WMA_FULL</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">MATROSKA</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">AVC_MP4_MP_SD_AAC_MULT5</MediaFormatProfile>         
             <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">AVC_MP4_MP_SD_MPEG1_L3</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">AVC_MP4_MP_SD_AC3</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">AVC_MP4_MP_HD_720p_AAC</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">AVC_MP4_MP_HD_1080i_AAC</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">AVC_MP4_HP_HD_AAC</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">AVC_MP4_LPCM</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">MPEG4_P2_MP4_ASP_AAC</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">MPEG4_P2_MP4_SP_L6_AAC</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">MPEG4_P2_MP4_NDSD</MediaFormatProfile>                 
             <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_SD_AAC_MULT5</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_SD_AAC_MULT5_T</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_SD_MPEG1_L3</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_SD_MPEG1_L3_T</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_SD_AC3</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_SD_AC3_T</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_HD_AAC_MULT5</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_HD_AAC_MULT5_T</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_HD_MPEG1_L3</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_HD_MPEG1_L3_T</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_HD_AC3</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_HD_AC3_T</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_HD_50_LPCM_T</MediaFormatProfile>
             <!-- rename remuxed mpeg2ts with h264 to one of the player's supported profiles -->
             <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_HD_AC3_ISO</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_SD_AC3_ISO</MediaFormatProfile>
          </MediaFormatProfiles>
          <Transcoding>
             <!-- remux MP4 container files to allow seeking (AVC_TS_MP_HD_AC3_ISO or AVC_TS_MP_SD_AC3_ISO) -->
             <Video targetContainer="mpegts" targetACodec="ac3">
                <Matches container="mp4" vCodec="h264" />
             </Video>
             <!-- unsupported codecs 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" vCodec="mjpeg" />
             </Video>
          </Transcoding>
          <AutomaticImageRotation>true</AutomaticImageRotation>
          <LimitImageResolution>false</LimitImageResolution>
       </Profile>


2/ mime-type="video/mpeg"
  Code:
    <Profile id="10" name="Sony BD Player" extendsProfileId="1">
          <!-- US models -->   
          <Detection>
             <X-AV-Client-Info>.*Blu-ray Disc Player.*</X-AV-Client-Info>
          </Detection>
          <MediaFormatProfiles>
             <MediaFormatProfile mime-type="audio/mpeg" name="MP3">WMA_BASE</MediaFormatProfile>
             <MediaFormatProfile mime-type="audio/mpeg" name="MP3">WMA_FULL</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">MATROSKA</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">AVI</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">AVC_MP4_MP_SD_AAC_MULT5</MediaFormatProfile>         
             <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">AVC_MP4_MP_SD_MPEG1_L3</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">AVC_MP4_MP_SD_AC3</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">AVC_MP4_MP_HD_720p_AAC</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">AVC_MP4_MP_HD_1080i_AAC</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">AVC_MP4_HP_HD_AAC</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">AVC_MP4_LPCM</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">MPEG4_P2_MP4_ASP_AAC</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">MPEG4_P2_MP4_SP_L6_AAC</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">MPEG4_P2_MP4_NDSD</MediaFormatProfile>                 
             <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_SD_AAC_MULT5</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_SD_AAC_MULT5_T</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_SD_MPEG1_L3</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_SD_MPEG1_L3_T</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_SD_AC3</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_SD_AC3_T</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_HD_AAC_MULT5</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_HD_AAC_MULT5_T</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_HD_MPEG1_L3</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_HD_MPEG1_L3_T</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_HD_AC3</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_HD_AC3_T</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_HD_50_LPCM_T</MediaFormatProfile>
             <!-- rename remuxed mpeg2ts with h264 to one of the player's supported profiles -->
             <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_HD_AC3_ISO</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_SD_AC3_ISO</MediaFormatProfile>
          </MediaFormatProfiles>
          <Transcoding>
             <!-- remux MP4 container files to allow seeking (AVC_TS_MP_HD_AC3_ISO or AVC_TS_MP_SD_AC3_ISO) -->
             <Video targetContainer="mpegts" targetACodec="ac3">
                <Matches container="mp4" vCodec="h264" />
             </Video>
             <!-- unsupported codecs 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" vCodec="mjpeg" />
             </Video>
          </Transcoding>
          <AutomaticImageRotation>true</AutomaticImageRotation>
          <LimitImageResolution>false</LimitImageResolution>
       </Profile>


3/mime-type="video/divx"
  Code:
    <Profile id="10" name="Sony BD Player" extendsProfileId="1">
          <!-- US models -->   
          <Detection>
             <X-AV-Client-Info>.*Blu-ray Disc Player.*</X-AV-Client-Info>
          </Detection>
          <MediaFormatProfiles>
             <MediaFormatProfile mime-type="audio/mpeg" name="MP3">WMA_BASE</MediaFormatProfile>
             <MediaFormatProfile mime-type="audio/mpeg" name="MP3">WMA_FULL</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">MATROSKA</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/divx" name="MPEG_PS_NTSC">AVI</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">AVC_MP4_MP_SD_AAC_MULT5</MediaFormatProfile>         
             <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">AVC_MP4_MP_SD_MPEG1_L3</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">AVC_MP4_MP_SD_AC3</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">AVC_MP4_MP_HD_720p_AAC</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">AVC_MP4_MP_HD_1080i_AAC</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">AVC_MP4_HP_HD_AAC</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">AVC_MP4_LPCM</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">MPEG4_P2_MP4_ASP_AAC</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">MPEG4_P2_MP4_SP_L6_AAC</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">MPEG4_P2_MP4_NDSD</MediaFormatProfile>                 
             <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_SD_AAC_MULT5</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_SD_AAC_MULT5_T</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_SD_MPEG1_L3</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_SD_MPEG1_L3_T</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_SD_AC3</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_SD_AC3_T</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_HD_AAC_MULT5</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_HD_AAC_MULT5_T</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_HD_MPEG1_L3</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_HD_MPEG1_L3_T</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_HD_AC3</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_HD_AC3_T</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_HD_50_LPCM_T</MediaFormatProfile>
             <!-- rename remuxed mpeg2ts with h264 to one of the player's supported profiles -->
             <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_HD_AC3_ISO</MediaFormatProfile>
             <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_SD_AC3_ISO</MediaFormatProfile>
          </MediaFormatProfiles>
          <Transcoding>
             <!-- remux MP4 container files to allow seeking (AVC_TS_MP_HD_AC3_ISO or AVC_TS_MP_SD_AC3_ISO) -->
             <Video targetContainer="mpegts" targetACodec="ac3">
                <Matches container="mp4" vCodec="h264" />
             </Video>
             <!-- unsupported codecs 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" vCodec="mjpeg" />
             </Video>
          </Transcoding>
          <AutomaticImageRotation>true</AutomaticImageRotation>
          <LimitImageResolution>false</LimitImageResolution>
       </Profile>


Restart Serviio service after profile changes
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
<<

chambo622

Serviio newbie

Posts: 3

Joined: Thu Dec 23, 2010 1:12 am

Post Thu Dec 23, 2010 1:14 am

Re: [Profile] Sony BluRay Players (BDP-S370)

Sorry to hijack this thread, but I have a pressing question.

If all profiles are setup "correctly" in Serviio, are there any differences between what the US version can support and what the Canadian version can support?

The reason is that I'm about to buy one and I'm trying to figure out if I need to spend a bit more and get the Canadian version, or if the US version will do what I need.
<<

patters

User avatar

DLNA master

Posts: 1282

Joined: Sat Oct 09, 2010 3:51 pm

Location: London, UK

Post Thu Dec 23, 2010 1:47 am

Re: [Profile] Sony BluRay Players (BDP-S370)

I think it was mentioned somewhere (not on this forum I don't think) that the Canadian version plays DivX and MKV. However, it would most likely need other NTSC style customizations which the Euro profile won't cater for, hence why I made a third profile. However no one has confirmed this...
LG OLED55B8PLA | PS4 Pro | Xbox One S | Synology DS214play
Serviio 2.1 package for Synology NAS - with limited hardware transcoding support!
<<

chambo622

Serviio newbie

Posts: 3

Joined: Thu Dec 23, 2010 1:12 am

Post Thu Dec 23, 2010 2:02 am

Re: [Profile] Sony BluRay Players (BDP-S370)

So to be perfectly clear, the Canadian version plays MKV/DivX but the US model will not even with the profies here, is that correct?

I'm in the US so if the above is correct I'll be getting the Canadian version and using that with Serviio.
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Thu Dec 23, 2010 8:03 am

Re: [Profile] Sony BluRay Players (BDP-S370)

chambo622 wrote:So to be perfectly clear, the Canadian version plays MKV/DivX but the US model will not even with the profies here, is that correct?

Yes, that's why I try to confirm this, with amunoz_tico who use US version and have problem with DivX movies.
chambo622 wrote:I'm in the US so if the above is correct I'll be getting the Canadian version and using that with Serviio.

We would like to find Canadian version user.
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
<<

FloydPink

User avatar

Serviio newbie

Posts: 7

Joined: Fri Oct 15, 2010 1:43 am

Post Thu Dec 23, 2010 11:54 am

Re: [Profile] Sony BluRay Players (BDP-S370)

I use a US model of S370 and it would be incorrect to say they cannot play divx and/or mkv files even with profile tweaks. Most files I have with me plays now, but to be very clear on what is supported and what is not, I'd need some more time.

One thing I am certain of, is that avi files which has DivX 5 as video codec (MediaInfo tells me this, I could be wrong!) does not play without transcoding.

But the thing is, there is no way to differentiate an avi with XviD codec (which plays fine with a mime-type change to video/mpeg) from an avi with DivX5 codec (which needs transcoding). So right now I am transcoding all files that match "container=avi vCodec=mpeg4" (not perfect, but that's ok until I learn more, I guess) and I haven't yet found a file I cannot play. :)

And also, this firmware does not do subtitles at all for me - neither via USB nor DLNA. Can someone who has had any success with subtitles, please post what should be done?

Over the weekend, I shall play around a little more with known sample/test files and post my observations along with the slightly tweaked US profile for the latest beta (0.5b4) here.

But by far, Serviio is the only server I've used that could play many of the different types of files I have.

Happy Holidays everyone.
Sony BDP S370 | Ubuntu 10.10 | Win Vista Home | Serviio 0.5
<<

amunoz_tico

User avatar

Streaming enthusiast

Posts: 42

Joined: Tue Oct 12, 2010 3:14 pm

Location: Costa Rica

Post Thu Dec 23, 2010 5:33 pm

Re: [Profile] Sony BluRay Players (BDP-S370)

Hi Everyone!

I'm on vacation, so I don't have my devices with me for any new test. However, yesterday (before to departure) I played most of the DivX movies without problem. :D

illico wrote:Yes, that's why I try to confirm this, with amunoz_tico who use US version and have problem with DivX & MP4 movies.

:oops: Sorry illico, I didn't have time to try the 3 profiles that you posted. But I played many of my DivX movies with your previous recommendations. Also, I played the DivX movie that you told me without problem (http://showcase7.divx.com/mobile/Sintel ... p_ASP.divx)



FloydPink wrote:And also, this firmware does not do subtitles at all for me - neither via USB nor DLNA. Can someone who has had any success with subtitles, please post what should be done?

According to illico the subtitles will still not be supported :o . I hope to see an update soon.


I will be back at home during the first week of January, I promise that I will try with the profiles and any new update.

HAPPY HOLIDAYS MY FRIENDS! :D
Samsung PN60E7000, UN46C7000, BD-C6900, BD-D5500, BD-E5700 ¬ Sony PS3, Wii ¬ LG BD670 ¬ Pioneer VSX-820-K ¬ Bose Acoustimass 15 ¬ Synology DS413j ¬ Cisco EA4500 ¬ Monster HDP2400
<<

dredvard

Serviio newbie

Posts: 8

Joined: Mon Dec 20, 2010 8:34 pm

Post Thu Dec 23, 2010 10:44 pm

Re: [Profile] Sony BluRay Players (BDP-S370)

I finally got fed up with the US version. I currently own both the US and the Canadian version - but I expect to return the US version. Let me know if there are any specific test that you want me to do in the mean time.
<<

patters

User avatar

DLNA master

Posts: 1282

Joined: Sat Oct 09, 2010 3:51 pm

Location: London, UK

Post Fri Dec 24, 2010 12:37 pm

Re: [Profile] Sony BluRay Players (BDP-S370)

As has been mentioned, the US player can be fooled into playing DivX and MKV files, but it's only the Euro and Canadian (I think) firmwares which offer subtitles and alternate audio tracks for MKV.
LG OLED55B8PLA | PS4 Pro | Xbox One S | Synology DS214play
Serviio 2.1 package for Synology NAS - with limited hardware transcoding support!
<<

FloydPink

User avatar

Serviio newbie

Posts: 7

Joined: Fri Oct 15, 2010 1:43 am

Post Fri Dec 24, 2010 3:17 pm

Re: [Profile] Sony BluRay Players (BDP-S370)

It could be one of the recent firmware updates, but yesterday I could get a multi-subtitle, alternate-audio MKV file to play from the front USB with all the subtitles and audios. So today I am going to try removing the mime-type changing entry for Matroska from the US profile and see if I'd have any success with that. Shall post the update with a sample file. :)
Sony BDP S370 | Ubuntu 10.10 | Win Vista Home | Serviio 0.5
<<

amunoz_tico

User avatar

Streaming enthusiast

Posts: 42

Joined: Tue Oct 12, 2010 3:14 pm

Location: Costa Rica

Post Fri Dec 24, 2010 3:43 pm

Re: [Profile] Sony BluRay Players (BDP-S370)

FloydPink wrote:It could be one of the recent firmware updates, but yesterday I could get a multi-subtitle, alternate-audio MKV file to play from the front USB with all the subtitles and audios. So today I am going to try removing the mime-type changing entry for Matroska from the US profile and see if I'd have any success with that. Shall post the update with a sample file. :)


Hi FloydPink, what version do you have? Is there a new one? Good luck! Let's us know your results!

Merry Christmas !!!
Samsung PN60E7000, UN46C7000, BD-C6900, BD-D5500, BD-E5700 ¬ Sony PS3, Wii ¬ LG BD670 ¬ Pioneer VSX-820-K ¬ Bose Acoustimass 15 ¬ Synology DS413j ¬ Cisco EA4500 ¬ Monster HDP2400
<<

FloydPink

User avatar

Serviio newbie

Posts: 7

Joined: Fri Oct 15, 2010 1:43 am

Post Fri Dec 24, 2010 4:29 pm

Re: [Profile] Sony BluRay Players (BDP-S370)

Okay. So the sample file is ElephantsDream-DivXPlusHD.mkv

Its ffmpeg extract:
  Code:
FFmpeg version SVN-r23012, Copyright (c) 2000-2010 the FFmpeg developers
  built on May  3 2010 19:05:24 with gcc 3.4.5 (mingw-vista special r3)
  configuration: --enable-static --disable-shared --disable-ffplay --disable-ffserver --enable-memalign-hack --enable-libmp3lame --enable-w32threads --extra-ldflags=-L/static/lib --extra-cflags=-I/static/include
  libavutil     50.15. 0 / 50.15. 0
  libavcodec    52.66. 0 / 52.66. 0
  libavformat   52.62. 0 / 52.62. 0
  libavdevice   52. 2. 0 / 52. 2. 0
  libswscale     0.10. 0 /  0.10. 0
[matroska @ 015dbe10]max_analyze_duration reached
[matroska @ 015dbe10]Estimating duration from bitrate, this may be inaccurate

Seems stream 0 codec frame rate differs from container frame rate: 48.00 (48/1) -> 24.00 (48/2)
Input #0, matroska, from 'F:\Serviio\Samples\ElephantsDream-DivXPlusHD.mkv':
  Duration: 00:10:58.38, start: 0.000000, bitrate: N/A
    Chapter #0.0: start 0.000000, end 27.250000
    Metadata:
      title           : Pr+¦logo
    Chapter #0.1: start 27.250000, end 69.708000
    Metadata:
      title           : Trampa en la centralita
    Chapter #0.2: start 69.708000, end 224.000000
    Metadata:
      title           : Tel+¬fono / Conferencia
    Chapter #0.3: start 224.000000, end 292.458000
    Metadata:
      title           : M+íquina de escribir
    Chapter #0.4: start 292.458000, end 387.292000
    Metadata:
      title           : Proog muestra cosas a Emo
    Chapter #0.5: start 387.292000, end 428.500000
    Metadata:
      title           : Por d+¦nde
    Chapter #0.6: start 428.500000, end 461.500000
    Metadata:
      title           : Emo se vuelve majara
    Chapter #0.7: start 461.500000, end 565.833000
    Metadata:
      title           : Emo crea
    Stream #0.0(eng): Video: h264, yuv420p, 1920x1080, PAR 1:1 DAR 16:9, 24.39 fps, 24 tbr, 1k tbn, 48 tbc
    Metadata:
      title           : Main title
    Stream #0.1(eng): Audio: aac, 48000 Hz, 5.1, s16
    Metadata:
      title           : English 5.1 Surround
    Stream #0.2(eng): Audio: aac, 48000 Hz, stereo, s16
    Metadata:
      title           : English Stereo
    Stream #0.3(eng): Subtitle: 0x0000
    Metadata:
      title           : English
    Stream #0.4(fre): Subtitle: 0x0000
    Metadata:
      title           : French
    Stream #0.5(ger): Subtitle: 0x0000
    Metadata:
      title           : German
    Stream #0.6(ita): Subtitle: 0x0000
    Metadata:
      title           : Italian
    Stream #0.7(pol): Subtitle: 0x0000
    Metadata:
      title           : Polish
    Stream #0.8(rus): Subtitle: 0x0000
    Metadata:
      title           : Russian
    Stream #0.9(spa): Subtitle: 0x0000
    Metadata:
      title           : Spanish
At least one output file must be specified


Its MediaInfo extract:
  Code:
General
Complete name                    : F:\Serviio\Samples\ElephantsDream-DivXPlusHD.mkv
Format                           : Matroska
File size                        : 180 MiB
Duration                         : 10mn 58s
Overall bit rate                 : 2 290 Kbps
Encoded date                     : UTC 2009-01-05 17:05:31
Writing application              : mkvmerge v2.4.0 ('Fumbling Towards Ecstasy') built on Oct 11 2008 20:13:15
Writing library                  : libebml v0.7.7 + libmatroska v0.8.1

Video
ID                               : 1
Format                           : AVC
Format/Info                      : Advanced Video Codec
Format profile                   : High@L4.0
Format settings, CABAC           : Yes
Format settings, ReFrames        : 3 frames
Muxing mode                      : Container profile=Unknown@4.0
Codec ID                         : V_MPEG4/ISO/AVC
Duration                         : 10mn 58s
Width                            : 1 920 pixels
Height                           : 1 080 pixels
Display aspect ratio             : 16:9
Frame rate                       : 24.000 fps
Standard                         : NTSC
Color space                      : YUV
Chroma subsampling               : 4:2:0
Bit depth                        : 8 bits
Scan type                        : Progressive
Title                            : Main title
Language                         : English
Color primaries                  : BT.709-5, BT.1361, IEC 61966-2-4, SMPTE RP177
Transfer characteristics         : BT.709-5, BT.1361
Matrix coefficients              : BT.709-5, BT.1361, IEC 61966-2-4 709, SMPTE RP177

Audio #1
ID                               : 2
Format                           : AAC
Format/Info                      : Advanced Audio Codec
Format version                   : Version 4
Format profile                   : LC
Format settings, SBR             : No
Codec ID                         : A_AAC
Duration                         : 10mn 58s
Channel(s)                       : 6 channels
Channel positions                : Front: L C R, Side: L R, LFE
Sampling rate                    : 48.0 KHz
Title                            : English 5.1 Surround
Language                         : English

Audio #2
ID                               : 3
Format                           : AAC
Format/Info                      : Advanced Audio Codec
Format version                   : Version 4
Format profile                   : LC
Format settings, SBR             : No
Codec ID                         : A_AAC
Duration                         : 10mn 58s
Channel(s)                       : 2 channels
Channel positions                : Front: L R
Sampling rate                    : 48.0 KHz
Title                            : English Stereo
Language                         : English

Text #1
ID                               : 4
Format                           : UTF-8
Codec ID                         : S_TEXT/UTF8
Codec ID/Info                    : UTF-8 Plain Text
Title                            : English
Language                         : English

Text #2
ID                               : 5
Format                           : UTF-8
Codec ID                         : S_TEXT/UTF8
Codec ID/Info                    : UTF-8 Plain Text
Title                            : French
Language                         : French

Text #3
ID                               : 6
Format                           : UTF-8
Codec ID                         : S_TEXT/UTF8
Codec ID/Info                    : UTF-8 Plain Text
Title                            : German
Language                         : German

Text #4
ID                               : 7
Format                           : UTF-8
Codec ID                         : S_TEXT/UTF8
Codec ID/Info                    : UTF-8 Plain Text
Title                            : Italian
Language                         : Italian

Text #5
ID                               : 8
Format                           : UTF-8
Codec ID                         : S_TEXT/UTF8
Codec ID/Info                    : UTF-8 Plain Text
Title                            : Polish
Language                         : Polish

Text #6
ID                               : 9
Format                           : UTF-8
Codec ID                         : S_TEXT/UTF8
Codec ID/Info                    : UTF-8 Plain Text
Title                            : Russian
Language                         : Russian

Text #7
ID                               : 10
Format                           : UTF-8
Codec ID                         : S_TEXT/UTF8
Codec ID/Info                    : UTF-8 Plain Text
Title                            : Spanish
Language                         : Spanish

Menu
00:00:00.000                     : en:Prologue - fr:Prologue - de:Prolog - it:Prologo - pl:Prolog - ru:Пролог - es:Prólogo
00:00:27.250                     : en:Switchboard trap - fr:Le piège du standard - de:Gefangen in der Schaltzentrale - it:Trappola del centralino - pl:Centrala-pułapka - ru:Коммутатор-ловушка - es:Trampa en la centralita
00:01:09.708                     : en:Telephone/Lecture - fr:Téléphone / Leçon - de:Telefon/Lektion - it:Telefono/Rimprovero - pl:Telefon/Głosy - ru:Телефон/Наставление - es:Teléfono / Conferencia
00:03:44.000                     : en:Typewriter - fr:La machine à écrire - de:Schreibmaschine - it:Macchina da scrivere - pl:Maszyna do pisania - ru:Пишущая машинка - es:Máquina de escribir
00:04:52.458                     : en:Proog shows Emo stuff - fr:Proog montre des trucs à Emo - de:Proog zeigt Emo etwas - it:Proog mostra qualcosa ad Emo - pl:Proog przedstawia - ru:Пруг показывет Имо разное - es:Proog muestra cosas a Emo
00:06:27.292                     : en:Which way? - fr:Quel chemin ? - de:Wohin? - it:Quale strada - pl:Którędy - ru:какой путь - es:Por dónde
00:07:08.500                     : en:Emo flips out - fr:Emo déraille - de:Emo rastet aus - it:Emo perde la ragione - pl:Emo odwraca się - ru:Имо сходит с ума - es:Emo se vuelve majara
00:07:41.500                     : en:Emo creates - fr:Emo crée - de:Emo erfindet - it:Emo crea - pl:Emo tworzy - ru:Имо творит - es:Emo crea


This plays okay from the front USB with alternate audio as well as the subtitles available. But... it stops playing suddenly after what seems is the first chapter.
Anyways, I would have been more than happy to get the same behavior when serving from Serviio, though I cannot get it to be rendered in native format now.

The US profile from this thread that I tweaked to make work with the Serviio 0.5b4 beta looks like this:
  Code:
   <Profile id="99" name="My Sony BDP-S370" extendsProfileId="1">
      <Detection>
         <FriendlyName>^Blu-ray Disc Player$</FriendlyName>
      </Detection>
      <SubtitlesMimeType>text/srt</SubtitlesMimeType>
      <MediaFormatProfiles>
      <MediaFormatProfile mime-type="audio/mpeg" name="MP3">WMA_BASE</MediaFormatProfile>
      <MediaFormatProfile mime-type="audio/mpeg" name="MP3">WMA_FULL</MediaFormatProfile>
      <!-- <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">MATROSKA</MediaFormatProfile> -->
      <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">AVI</MediaFormatProfile>
      <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">AVC_MP4_MP_SD_AAC_MULT5</MediaFormatProfile>         
      <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">AVC_MP4_MP_SD_MPEG1_L3</MediaFormatProfile>
      <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">AVC_MP4_MP_SD_AC3</MediaFormatProfile>
      <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">AVC_MP4_MP_HD_720p_AAC</MediaFormatProfile>
      <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">AVC_MP4_MP_HD_1080i_AAC</MediaFormatProfile>
      <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">AVC_MP4_HP_HD_AAC</MediaFormatProfile>
      <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">AVC_MP4_LPCM</MediaFormatProfile>
      <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">MPEG4_P2_MP4_ASP_AAC</MediaFormatProfile>
      <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">MPEG4_P2_MP4_SP_L6_AAC</MediaFormatProfile>
      <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">MPEG4_P2_TS_ASP_AAC</MediaFormatProfile>
      <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">MPEG4_P2_TS_ASP_AAC_T</MediaFormatProfile>
      <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">MPEG4_P2_TS_ASP_AAC_ISO</MediaFormatProfile>         
      <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">MPEG4_P2_TS_ASP_AC3</MediaFormatProfile>
      <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">MPEG4_P2_TS_ASP_AC3_T</MediaFormatProfile>
      <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">MPEG4_P2_TS_ASP_AC3_ISO</MediaFormatProfile>
      <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">MPEG4_P2_TS_ASP_MPEG1_L3</MediaFormatProfile>
      <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">MPEG4_P2_TS_ASP_MPEG1_L3_T</MediaFormatProfile>
      <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">MPEG4_P2_TS_ASP_MPEG1_L3_ISO</MediaFormatProfile>   
      <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">MPEG4_P2_MP4_NDSD</MediaFormatProfile>                 
      <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">WMVMED_BASE</MediaFormatProfile>
      <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">WMVMED_FULL</MediaFormatProfile>
      <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">WMVHIGH_FULL</MediaFormatProfile>
      <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">WMVMED_PRO</MediaFormatProfile>
      <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">WMVHIGH_PRO</MediaFormatProfile>
      <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">VC1_ASF_AP_L1_WMA</MediaFormatProfile>
      <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">VC1_ASF_AP_L2_WMA</MediaFormatProfile>
      <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">VC1_ASF_AP_L3_WMA</MediaFormatProfile>
      <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_SD_AAC_MULT5</MediaFormatProfile>
      <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_SD_AAC_MULT5_T</MediaFormatProfile>
      <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_SD_MPEG1_L3</MediaFormatProfile>
      <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_SD_MPEG1_L3_T</MediaFormatProfile>
      <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_SD_AC3</MediaFormatProfile>
      <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_SD_AC3_T</MediaFormatProfile>
      <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_HD_AAC_MULT5</MediaFormatProfile>
      <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_HD_AAC_MULT5_T</MediaFormatProfile>
      <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_HD_MPEG1_L3</MediaFormatProfile>
      <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_HD_MPEG1_L3_T</MediaFormatProfile>
      <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_HD_AC3</MediaFormatProfile>
      <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_HD_AC3_T</MediaFormatProfile>
      <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_HD_50_LPCM_T</MediaFormatProfile>
      <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_HD_DTS_T</MediaFormatProfile>
      <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_HD_DTS_ISO</MediaFormatProfile>
      <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_HP_SD_MPEG1_L2_ISO</MediaFormatProfile>         
      <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_HP_SD_MPEG1_L2_T</MediaFormatProfile>
      <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_HP_HD_MPEG1_L2_ISO</MediaFormatProfile>         
      <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_HP_HD_MPEG1_L2_T</MediaFormatProfile>
      <!-- rename remuxed mpeg2ts with h264 to one of the player's supported profiles -->
      <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_HD_AC3_ISO</MediaFormatProfile>
      <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="MPEG_TS_SD_NA">AVC_TS_MP_SD_AC3_ISO</MediaFormatProfile>
      </MediaFormatProfiles>
      <Transcoding>
         <!--
         <Video targetContainer="mpegts" targetACodec="ac3">
            <Matches container="avi" vCodec="h264" />
            <Matches container="mp4" vCodec="h264" />
            <Matches container="matroska" vCodec="h264" />
            <Matches container="mpegts" aCodec="aac" />
            <Matches container="mpegts" aCodec="mp3" />
            <Matches container="mpegts" aCodec="dca" />
         </Video>
         -->
         <Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3">
            <Matches container="avi" vCodec="mpeg4" />
            <Matches container="matroska" vCodec="h264" />
         </Video>
      </Transcoding>
   </Profile>   


But from the log file (see attachment), I thought it is still trying to transcode it and this time around I get the dreaded File is unsupported or corrupt

If someone could verify both the front USB support and my tweak with the profile (the below line), that would be awesome...
  Code:
<!-- <MediaFormatProfile mime-type="video/mpeg" name="MPEG_PS_NTSC">MATROSKA</MediaFormatProfile> -->


Cheers
Attachments
serviio.log.zip
The log file with detailed logging enabled
(7.88 KiB) Downloaded 394 times
Sony BDP S370 | Ubuntu 10.10 | Win Vista Home | Serviio 0.5
<<

chambo622

Serviio newbie

Posts: 3

Joined: Thu Dec 23, 2010 1:12 am

Post Fri Dec 24, 2010 6:18 pm

Re: [Profile] Sony BluRay Players (BDP-S370)

I just ordered the Canadian version and I"ll have it in a couple days. While it looks like I might have been able to get decent results with the US version I decided to play it safe and get the Canadian (it was less than $40 more for me to get that one).

While the BDP-S370 may or may not be the best DLNA streamer out there, it was the only player I could find that supported Netflix, Amazon Video on Demand, and decent DLNA streaming (if I'm wrong, let me know if there's one I missed =P )

I'll be happy to help with testing of profiles on the Canadian version, while I'm entirely new to Serviio I can learn quickly.

Thanks!
<<

amunoz_tico

User avatar

Streaming enthusiast

Posts: 42

Joined: Tue Oct 12, 2010 3:14 pm

Location: Costa Rica

Post Mon Dec 27, 2010 1:43 am

Re: [Profile] Sony BluRay Players (BDP-S370)

Where can I download "Serviio 0.5b4 beta" ? I would like to test it.

Regards!
Samsung PN60E7000, UN46C7000, BD-C6900, BD-D5500, BD-E5700 ¬ Sony PS3, Wii ¬ LG BD670 ¬ Pioneer VSX-820-K ¬ Bose Acoustimass 15 ¬ Synology DS413j ¬ Cisco EA4500 ¬ Monster HDP2400
<<

FloydPink

User avatar

Serviio newbie

Posts: 7

Joined: Fri Oct 15, 2010 1:43 am

Post Mon Dec 27, 2010 2:43 am

Re: [Profile] Sony BluRay Players (BDP-S370)

amunoz_tico wrote:Where can I download "Serviio 0.5b4 beta" ? I would like to test it.
...
Send a PM to ZIP to get into the BetaTesters group...
Sony BDP S370 | Ubuntu 10.10 | Win Vista Home | Serviio 0.5
<<

BluePriest

Streaming enthusiast

Posts: 33

Joined: Fri Dec 17, 2010 2:56 pm

Post Mon Dec 27, 2010 2:36 pm

Re: [Profile] Sony BluRay Players (BDP-S370)

The one thing this profile lacks is flv support. That i have been able to test out anyways. Im not sure if its a limitation of serviio not being able to play flvs, or just for this specific profile not supporting it.
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Mon Dec 27, 2010 2:48 pm

Re: [Profile] Sony BluRay Players (BDP-S370)

Serviio doesn't support flv yet.
PreviousNext

Return to Sony

Who is online

Users browsing this forum: No registered users and 9 guests

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