FAQ  •  Register  •  Login

Sony Bravia 2010 series

<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Sat Jul 24, 2010 10:10 pm

Re: [Device] Sony Bravia 2010 series (EX4, EX5, EX6, EX7, HX7)

See my latest profile.xml for Bravia :

  Code:
   <Profile id="9" name="Sony Bravia TV" extendsProfileId="1">
      <Detection>
         <X-AV-Client-Info>BRAVIA.*</X-AV-Client-Info>
      </Detection>
      <Transcoding>
         <!-- [mp3, mp2, ac3, aac, dca, wmav2, pcm_s16le] Audio profile codec-->
         <!-- [vc1, mpeg4, msmpeg4, mpeg2video, mpeg1video, h264, wmv2, mjpeg] Video codec -->
         <!-- [mp4, asf, mpegvideo, mpeg, mpegts, matroska, avi] container -->
         
         <Video targetContainer="mpeg" targetVCodec="mpeg2video" targetACodec="mp3"> <!-- This is MPEG_PS_PAL profile -->
            <Matches container="avi" vCodec="mpeg4" aCodec="mp3" /> <!-- container=AVI, audioCodec=MP3, videoCodec=MPEG4 TESTED OK -->         
            <Matches container="avi" vCodec="wmv2" aCodec="aac" /> <!-- container=AVI, audioCodec=AAC, videoCodec=WMV TESTED OK -->
            <Matches container="matroska" vCodec="mpeg4" aCodec="aac" /> <!-- container=MATROSKA, audioCodec=AAC, videoCodec=MPEG4 TESTED OK -->
            <Matches container="mp4" vCodec="h264" aCodec="aac" /><!-- container=MP4, audioCodec=AAC, videoCodec=H264 TESTED OK-->            
         </Video>
      </Transcoding>
   </Profile>


- That could be interresting to have HD profile (ex:AVC_TS_HD_EU_T) compatible with BRAVIA
- Message: Unknown video file type : Flash Video container type not supported by ffmpeg
- Message: Unknown audio codec: if no audio track, media not add to the video library

Con't
Last edited by Illico on Sun Jul 25, 2010 12:24 pm, edited 1 time in total.
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
<<

PaulBravia

Streaming enthusiast

Posts: 20

Joined: Sat Jul 24, 2010 2:13 am

Post Sun Jul 25, 2010 4:24 am

Re: [Device] Sony Bravia 2010 series (EX4, EX5, EX6, EX7, HX7)

Hi Illico that would be an excellent idea to have a common Sony Bravia TV Profile (in this case a Profile ID of 9).

Normally it would be backward compatible, but in this case its possibly formward compatible. Going by the Sony Website in Australia sony.com.au, my old KDL-40WE5 as far as DLNA is concerned appears to be more advanced with more features than the latest 3D IPTV Bravia Marvels!!!!!!

From the Specs, my old KDL-40WE5 is

DLNA Photo (JPEG), Music (MP3, LPCM), Video (MPEG2 PS, MPEG2 TS, AVCHD)

while latest KDL-52LX900 (integrated 3D receiver, integrate wireless and IPTV and IP Widgets) has only DLNA specs of

DLNA Photo (JPEG), Music (MP3, LPCM), Video (MPEG2, AVCHD)

So Zip can safely add our code snippet for Sony Bravia TV to the next versiopn Serviio 0.4.2. To improve things even further, I added provision for .mp4 and .mkv video files as well.

  Code:
<Profile id="9" name="Sony Bravia TV" extendsProfileId="1">
            <Detection>
                <X-AV-Client-Info>BRAVIA.*</X-AV-Client-Info>
            </Detection>
           
            <Transcoding>
               <Video targetContainer="mpeg" targetVCodec="mpeg2video" targetACodec="ac3">
                   <Matches container="avi" />
                   <Matches container="matroska" />
                   <Matches container="mp4" />
               </Video>
            </Transcoding>

         </Profile>


I have a desktop running Windows Professional 7 32 bit and a laptop running Windows 7 Home Premium 64 bit

It would appear that on the 32bit version, both .mp4 and.mkv files work fine, but on the 64 bit only I managed to get only .mp4 to work.
Also the Thumbnails seem to have a problems with .mkv videos, don't show up (maybe need some more testing)

I also downloaded the latest MPlayer for Win32 FFmpeg.exe {FFmpeg-svn-24254 from Sherpya} and it does not seem to make any difference as far as .mkv files are concerned with Servio running on a 64bit OS.

Another quirky thing, on the Serviio running on 32 bit Win 7 OS the .mp4 and .mkv video files appear with no thumbnail in "All Titles" but not in "Movies" - you would expect to see the same movie in both places. On 64 bit Win 7, Servio has the same, but only in this case for .mp4 files.

Cheers,
Paul
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Sun Jul 25, 2010 10:47 am

Re: [Device] Sony Bravia 2010 series (EX4, EX5, EX6, EX7, HX7)

Guys, great thread!

Just one thing - not sure if you're on Linux (as you have your own FFmpeg), but if that is the case you should compile FFmpeg using the source that is available on serviio.org (download page). It includes some patches that are not available in the FFmpeg repository (and therefore in a official releases). That way you'll get the same version as the Windows/OSX users.
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Sun Jul 25, 2010 12:30 pm

Re: [Device] Sony Bravia 2010 series (EX4, EX5, EX6, EX7, HX7)

For Windows users (like me), the latest ffmpeg.exe can be downloaded here.
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
<<

bstick

Serviio newbie

Posts: 8

Joined: Tue Jul 20, 2010 7:46 am

Post Sun Jul 25, 2010 9:57 pm

Re: [Profile] Sony Bravia 2010 series (EX4, EX5, EX6, EX7, HX7)

I am able to play most of my AVIs with the current profile set up:
(Mpegts does not seem to be supported)

<Profile id="9" name="Sony Bravia EX" extendsProfileId="1">
<Detection>
<X-AV-Client-Info>.*BRAVIA.*</X-AV-Client-Info>
</Detection>
<Transcoding>
<Video targetContainer="mpeg" targetVCodec="mpeg2video" targetACodec="ac3">
<Matches container="asf" />
<Matches container="avi" />
<Matches container="mp4" />
<Matches container="matroska" />
</Video>
</Transcoding>
</Profile>

However, I am not seeing all (if any) MP4s and some AVis are still not displaying.
I am a bit raw to the technical details being discussed so hope I will catch up.
I believe I need to run ffmpeg on the individual files to uncover particular issues?

Also, has anyone been able to view and play .MOV files?

Lastly, how is subtitle support added into the profile (if not, how else to get the support for .SRT files)?
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Sun Jul 25, 2010 10:12 pm

Re: [Profile] Sony Bravia 2010 series (EX4, EX5, EX6, EX7, HX7)

.MOV files are just MP4 files. I'm not sure if the TV supports streaming subtitles, if not then you won't be able to see them.

It's weird if Mpeg2TS is not supported, as the protocol info lists a lot of those.
<<

paul49

Serviio newbie

Posts: 1

Joined: Sun Jul 25, 2010 5:55 am

Post Tue Jul 27, 2010 2:38 am

Re: [Profile] Sony Bravia 2010 series (EX4, EX5, EX6, EX7, HX7)

zip wrote:It's weird if Mpeg2TS is not supported, as the protocol info lists a lot of those.


I thought so, too but my 40HX700 won't play Mpeg2TS either.

But I've added <Matches container="mpegts" /> to Illico's profile and they seem to play OK. now. Only started using Serviio on Sunday, so early days yet.
Great piece of software!

Cheers,
Paul.
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Tue Jul 27, 2010 8:33 am

Re: [Profile] Sony Bravia 2010 series (EX4, EX5, EX6, EX7, HX7)

Could you make a test with this profile, please check that profile is chosen on console, save and restart service before testing.
  Code:
<Profile id="9" name="Sony Bravia TV" extendsProfileId="1">

<Detection>
<X-AV-Client-Info>BRAVIA.*</X-AV-Client-Info>
</Detection>

<Transcoding>
<Video targetContainer="mpegts">
<Matches container="matroska" />
<Matches container="mp4" />
</Video>
</Transcoding>
</Profile>
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
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Tue Jul 27, 2010 8:41 am

Re: [Profile] Sony Bravia 2010 series (EX4, EX5, EX6, EX7, HX7)

paul49 wrote: Only started using Serviio on Sunday, so early days yet.
Great piece of software!
Cheers,
Paul.


I'm also a newbie, I try to understand how to put on at best serviio with my Bravia TV. Goog job zip/Petr.
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
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Tue Jul 27, 2010 12:53 pm

Re: [Profile] Sony Bravia 2010 series (EX4, EX5, EX6, EX7, HX7)

I found the DLNA Certification for KDL-46EX501 model
REG03302057.pdf

Link added to the first top of the topic
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
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Tue Jul 27, 2010 6:59 pm

Re: [Profile] Sony Bravia 2010 series (EX4, EX5, EX6, EX7, HX7)

Test continue....

I downloaded the sample of PaulBravia link and rename us, and share in C:\Sample local folder:
http://www.nextcomwireless.com/R5000/samples.htm
hbo_dtc_sd_MPEGTS-MPEG2-480x480-29.97fps-MP1L2-192Kbps-48KHz-Stereo.ts
hbo_trailer_6k_MPEGTS-MPEG2-1920x1080-29.97fps-AC3-384Kbps-48KHz-Stereo.ts
hbo_trailer_6ksd_MPEGTS-MPEG2-544x480-29.97fps-MP1L2-192Kbps-48KHz-Stereo.ts
hbo_trailer_dtc_MPEGTS-MPEG2-1280x1088-29.97fps-AC3-384Kbps-48KHz-Stereo.ts


I change Profile.xml like this for the test:
  Code:
   <Profile id="9" name="Sony Bravia TV" extendsProfileId="1">
      <Detection>
         <X-AV-Client-Info>BRAVIA.*</X-AV-Client-Info>
      </Detection>
      <MediaFormatProfiles>
         <MediaFormatProfile mime-type="video/mpeg" name="MPEG_TS_SD_EU_ISO">MPEG_TS_SD_EU</MediaFormatProfile>
      </MediaFormatProfiles>
</Profile>


All files appears on Serviio/Video/Folders/Sample menu with thumbnail and that steam without transcode!! great.
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
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Tue Jul 27, 2010 7:21 pm

Re: [Profile] Sony Bravia 2010 series (EX4, EX5, EX6, EX7, HX7)

Hmm, interesting. Looks like mepgts has different mime type than it claims it supports... Maybe you don't even need the "name" attribute. You should do this for all mpegts formats (having mime type of video/vnd.dlna.mpeg-tts and change it to video/mpeg).

like:
  Code:
<MediaFormatProfiles>
 <MediaFormatProfile mime-type="video/mpeg">MPEG_TS_SD_EU</MediaFormatProfile>
 <MediaFormatProfile mime-type="video/mpeg">AVC_TS_MP_SD_AAC_MULT5</MediaFormatProfile>
 <MediaFormatProfile mime-type="video/mpeg">AVC_TS_MP_SD_MPEG1_L3</MediaFormatProfile>
 <MediaFormatProfile mime-type="video/mpeg">AVC_TS_MP_SD_AC3</MediaFormatProfile>
 <MediaFormatProfile mime-type="video/mpeg">AVC_TS_MP_HD_AAC_MULT5</MediaFormatProfile>
 <MediaFormatProfile mime-type="video/mpeg">AVC_TS_MP_HD_MPEG1_L3</MediaFormatProfile>
<!-- these are added in 0.4.2
 <MediaFormatProfile mime-type="video/mpeg">AVC_TS_MP_HD_AC3</MediaFormatProfile>
 <MediaFormatProfile mime-type="video/mpeg">AVC_TS_HD_50_LPCM_T</MediaFormatProfile> -->
</MediaFormatProfiles>
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Tue Jul 27, 2010 7:27 pm

Re: [Profile] Sony Bravia 2010 series (EX4, EX5, EX6, EX7, HX7)

con't...

Test with following sample file:
Sample-BDAV-AVC-HL4.0-1280x720-25fps-AC3-192Kbps-48KHz-Stereo.m2ts

with following Profile.xml:
  Code:
   <Profile id="9" name="Sony Bravia TV" extendsProfileId="1">
      <Detection>
         <X-AV-Client-Info>BRAVIA.*</X-AV-Client-Info>
      </Detection>
      <MediaFormatProfiles>
         <MediaFormatProfile mime-type="video/mpeg" name="MPEG_TS_SD_EU_ISO">MPEG_TS_SD_EU</MediaFormatProfile>
         <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="AVC_TS_HD_24_AC3">AVC_TS_MP_HD_AC3</MediaFormatProfile>
      </MediaFormatProfiles>
   </Profile>


Another Sample file appears on menu without thumbnail and NOT work
Sample-MPEGTS-AVC-ML4.0-1920x1088-29.97fps-AC3-384Kbps-48KHz-Stereo.ts

That works
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
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Tue Jul 27, 2010 7:34 pm

Re: [Profile] Sony Bravia 2010 series (EX4, EX5, EX6, EX7, HX7)

zip wrote:Hmm, interesting. Looks like mepgts has different mime type than it claims it supports... Maybe you don't even need the "name" attribute. You should do this for all mpegts formats (having mime type of video/vnd.dlna.mpeg-tts and change it to video/mpeg).[/code]


I'm not sure to understand!!

So,I try with following Profile.xml:
  Code:
   <Profile id="9" name="Sony Bravia TV" extendsProfileId="1">
      <Detection>
         <X-AV-Client-Info>BRAVIA.*</X-AV-Client-Info>
      </Detection>
         <MediaFormatProfiles>
            <MediaFormatProfile mime-type="video/mpeg">MPEG_TS_SD_EU</MediaFormatProfile>
            <MediaFormatProfile mime-type="video/mpeg">AVC_TS_MP_SD_AAC_MULT5</MediaFormatProfile>
            <MediaFormatProfile mime-type="video/mpeg">AVC_TS_MP_SD_MPEG1_L3</MediaFormatProfile>
            <MediaFormatProfile mime-type="video/mpeg">AVC_TS_MP_SD_AC3</MediaFormatProfile>
            <MediaFormatProfile mime-type="video/mpeg">AVC_TS_MP_HD_AAC_MULT5</MediaFormatProfile>
            <MediaFormatProfile mime-type="video/mpeg">AVC_TS_MP_HD_MPEG1_L3</MediaFormatProfile>
            <!-- these are added in 0.4.2
            <MediaFormatProfile mime-type="video/mpeg">AVC_TS_MP_HD_AC3</MediaFormatProfile>
            <MediaFormatProfile mime-type="video/mpeg">AVC_TS_HD_50_LPCM_T</MediaFormatProfile> -->
         </MediaFormatProfiles>
   </Profile>

These previous files appears on Serviio/Video/Folders/Sample with thumbnail but NOT work.
hbo_dtc_sd_MPEGTS-MPEG2-480x480-29.97fps-MP1L2-192Kbps-48KHz-Stereo.ts
hbo_trailer_6k_MPEGTS-MPEG2-1920x1080-29.97fps-AC3-384Kbps-48KHz-Stereo.ts
hbo_trailer_6ksd_MPEGTS-MPEG2-544x480-29.97fps-MP1L2-192Kbps-48KHz-Stereo.ts
hbo_trailer_dtc_MPEGTS-MPEG2-1280x1088-29.97fps-AC3-384Kbps-48KHz-Stereo.ts
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
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Tue Jul 27, 2010 8:03 pm

Re: [Profile] Sony Bravia 2010 series (EX4, EX5, EX6, EX7, HX7)

Hmm, ok, so maybe it needs the proper DLNA profile name, try this:

  Code:
   <Profile id="9" name="Sony Bravia TV" extendsProfileId="1">
      <Detection>
         <X-AV-Client-Info>BRAVIA.*</X-AV-Client-Info>
      </Detection>
         <MediaFormatProfiles>
            <MediaFormatProfile mime-type="video/mpeg">MPEG_TS_SD_EU</MediaFormatProfile>
            <MediaFormatProfile mime-type="video/mpeg" name="AVC_TS_JP_AAC_T">AVC_TS_MP_SD_AAC_MULT5</MediaFormatProfile>
            <MediaFormatProfile mime-type="video/mpeg" name="MPEG_TS_SD_EU">AVC_TS_MP_SD_MPEG1_L3</MediaFormatProfile>
            <MediaFormatProfile mime-type="video/mpeg" name="MPEG_TS_SD_EU">AVC_TS_MP_SD_AC3</MediaFormatProfile>
            <MediaFormatProfile mime-type="video/mpeg" name="AVC_TS_HD_EU">AVC_TS_MP_HD_AAC_MULT5</MediaFormatProfile>
            <MediaFormatProfile mime-type="video/mpeg" name="AVC_TS_HD_EU">AVC_TS_MP_HD_MPEG1_L3</MediaFormatProfile>
            <!-- these are added in 0.4.2
            <MediaFormatProfile mime-type="video/mpeg" name="AVC_TS_HD_50_AC3">AVC_TS_MP_HD_AC3</MediaFormatProfile>
            <MediaFormatProfile mime-type="video/mpeg" name="AVC_TS_HD_EU">AVC_TS_HD_50_LPCM_T</MediaFormatProfile> -->
         </MediaFormatProfiles>
   </Profile>
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Tue Jul 27, 2010 8:09 pm

Re: [Profile] Sony Bravia 2010 series (EX4, EX5, EX6, EX7, HX7)

zip wrote:Hmm, ok, so maybe it needs the proper DLNA profile name, try this:


Sorry but nothing run,
now the only profile that works is viewtopic.php?f=5&t=425&start=20#p2441
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
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Tue Jul 27, 2010 8:40 pm

Re: [Profile] Sony Bravia 2010 series (EX4, EX5, EX6, EX7, HX7)

Well these are all the profiles that Serviio supports (mpegts) that you need to get working, I think their names are quite descriptive, so you'll have to try until it works.
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Tue Jul 27, 2010 8:54 pm

Re: [Profile] Sony Bravia 2010 series (EX4, EX5, EX6, EX7, HX7)

Thx

I updated the first post with "Profile.xml" for tonight, I'will continue another day...
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
<<

PaulBravia

Streaming enthusiast

Posts: 20

Joined: Sat Jul 24, 2010 2:13 am

Post Tue Jul 27, 2010 11:11 pm

Re: [Profile] Sony Bravia 2010 series (EX4, EX5, EX6, EX7, HX7)

Hmm, ok, so maybe it needs the proper DLNA profile name, try this:


I tested on my KDL-40WE5 get the icon but when select on TV get "Playback not Available"

  Code:
 <Profile id="9" name="Sony Bravia TV" extendsProfileId="1">
           
            <Detection>
                <X-AV-Client-Info>BRAVIA.*</X-AV-Client-Info>
            </Detection>

            <MediaFormatProfiles>
               <MediaFormatProfile mime-type="video/mpeg" name="MPEG_TS_SD_EU_ISO">MPEG_TS_SD_EU</MediaFormatProfile>
               <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="AVC_TS_HD_24_AC3">AVC_TS_MP_HD_AC3</MediaFormatProfile>
            </MediaFormatProfiles>

            <Transcoding>

                <Video targetContainer="mpeg" targetVCodec="mpeg2video" targetACodec="ac3">
                   <Matches container="asf" />
                   <Matches container="avi" />
                   <Matches container="matroska" />
                   <Matches container="mp4" />                                                   
                </Video>

            </Transcoding>

         </Profile>

Best Profile so far, using Illico's MediaFormatProfile and removing <Matches container="mpegts" /> for no transcoding of MPEG-TS.

Looking at the sink file for 40EW5, there is mention of 50 and 60. Being from downunder we are PAL 50hz while the test samples are from HBO channel in USA being NTSC 60hz. Does this have to be catered for also in MediaFormatProfiles?

Cheers
Paul Bravia
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Wed Jul 28, 2010 8:52 pm

Re: [Profile] Sony Bravia 2010 series (EX4, EX5, EX6, EX7, HX7)

  Code:
   <Profile id="9" name="Sony Bravia TV" extendsProfileId="1">
      <Detection>
         <X-AV-Client-Info>.*BRAVIA.*</X-AV-Client-Info>
      </Detection>
      <MediaFormatProfiles>
         <MediaFormatProfile mime-type="video/mpeg" name="MPEG_TS_SD_EU_ISO">MPEG_TS_SD_EU</MediaFormatProfile>
         <!-- <MediaFormatProfile mime-type="video/mpeg" name="AVC_TS_HD_EU_ISO">AVC_TS_MP_HD_AC3</MediaFormatProfile> -->
         <MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="AVC_TS_HD_EU">AVC_TS_MP_HD_AC3</MediaFormatProfile>
      </MediaFormatProfiles>
      <Transcoding>
         <!-- Parser takes the first match, in the order specifed in this profile. -->
         <!-- First remux all h264 video on MPEG-TS stream with ac3 audio transcoding, expected profile AVC_TS_MP_HD_AC3 -->
         <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" /> <!-- if audio different to ac3, must be transcoded -->
            <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. -->
         <Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3">
            <Matches container="asf" />
            <Matches container="avi" />
            <Matches container="mp4" />
            <Matches container="matroska" />
         </Video>
      </Transcoding>
      <AutomaticImageRotation>true</AutomaticImageRotation>
   </Profile>

I don't know why, I had to change/toogle between two MediaFormatProfile to work?:! I don't know what are the differences...
<MediaFormatProfile mime-type="video/mpeg" name="AVC_TS_HD_EU_ISO">AVC_TS_MP_HD_AC3</MediaFormatProfile>
<MediaFormatProfile mime-type="video/vnd.dlna.mpeg-tts" name="AVC_TS_HD_EU">AVC_TS_MP_HD_AC3</MediaFormatProfile>


Well, all is great with this profile, the following files format were supported and tested
- AVI with VC1/MPEG4Xvid/MPEG4Divx5 video and MP3/AAC audio
- BDAV with AVC and AC3
- DIVX with MPEG4Divx5 and MP3
- MKV with AVC / MPEG4Divx5 and AAC/AC3
- MP4 with AVC / MPEG4 and AAC
- MPEG-TS with MPEG2 / and MP1L2 / AC3
- MPEG-PS with MPEG1 video and MP1L2 audio

One MOV file failed du to ffmpeg not supported transcode MPEG2 with 10fps of the sample file
One MP4 file failed due to ffmpeg not supported transcode MPEG2 with 15fps of the sample file
One MPEGTS failed due to ffmpeg not supported a non monotone timestamp of the sample file
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
Next

Return to Sony

Who is online

Users browsing this forum: No registered users and 6 guests

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