[SOLVED] SONY Bravia KDL46-W5100 Supported ?
Thanks
ACSERRANO wrote:After install I see the TV was found and shows in the list correctly as Sony Bravia KDL46 (2009), but has an orange-colored dot next to it. What does that indicaator mean ??
ACSERRANO wrote:Also, when I attempted to access video files the message returned says "No files to display". Is this a compatibility or server access issue ?
Illico wrote:Sony 2009 model does not support some no-standard avchd resolution : https://bitbucket.org/xnejp03/serviio/i ... resolution
Mark_Venture wrote:Shouldn't my MKV's that are 1920x1080 and 1280x720 (as reported by Mediainfo app) be listed when browsing?
Illico wrote:Mark_Venture wrote:Shouldn't my MKV's that are 1920x1080 and 1280x720 (as reported by Mediainfo app) be listed when browsing?
Yes, all mkv should be listed when browsing, but some could failed to play due to resolution issue.
Could you enable detailed logging, rename some mkv file and force library scan refresh then post log ?
Illico wrote:How many renderers did you used and what is the profile selected on serviio console for each one ? ( I see : BRAVIA KDL-46XBR6, BRAVIA KDL-40W5100, BRAVIA KDL-55HX750...)
On serviio console, did you enable "Access Group" feature ? (righ click on device)
Illico wrote:Ok thanks.
To be sure... with your KDL-40W5100 as Sony Bravia TV (2009), when you browse on serviio tree (ex:folders), the only mkv that are listed, are high5.1 ones, isn't it ? all others are not listed ?
Or
All mkv are listed when you browsed on serviio tree, but only high5.1 can be played on 40W5100 ?
Mark_Venture wrote:On the KDL-40W5100, when browsing via folders, the only MKV's listed are the HIGH5.1, and those do play. The non-high5.1 MKV's are not listed.
Illico wrote:Mark_Venture wrote:On the KDL-40W5100, when browsing via folders, the only MKV's listed are the HIGH5.1, and those do play. The non-high5.1 MKV's are not listed.
OK strange... (HIGH5.1 are transcoded to mpeg2video and presented as MPEG_TS_SD_EU resource, other are only remuxed and presented as AVC_TS_HD_50... probably not supported by your device)
What's happen when you manually change profile on serviio console for your 2009 device, for example select "Sony Bravia 2010" or "Sony Bravia 2011" profile ?
Format : Matroska
Format version : Version 2
File size : 32.4 GiB
Duration : 5h 35mn
Overall bit rate mode : Variable
Overall bit rate : 13.8 Mbps
Encoded date : UTC 2012-09-04 04:36:13
Writing application : mkvmerge v5.6.0 ('Kenya Kane') built on May 27 2012 16:44:04
Writing library : libebml v1.2.3 + libmatroska v1.3.0
Video
ID : 1
Format : MPEG Video
Format version : Version 2
Format profile : Main@High
Format settings, BVOP : Yes
Format settings, Matrix : Default
Codec ID : V_MPEG2
Codec ID/Info : MPEG 1 or 2 Video
Complete name : Y:\Disney2012\00119.MTS
Format : BDAV
Format/Info : Blu-ray Video
File size : 212 MiB
Duration : 1mn 42s
Overall bit rate mode : Variable
Overall bit rate : 17.3 Mbps
Maximum Overall bit rate : 18.0 Mbps
Video
ID : 4113 (0x1011)
Menu ID : 1 (0x1)
Format : AVC
Format/Info : Advanced Video Codec
Format profile : High@L4.0
<!-- Transcode all h264 video with HIGH/MAIN > Level 3.9 on MPEG-TS stream with MPEG2VIDEO and ac3 audio transcoding -->
<!-- expected profile MPEG_TS_SD_EU/MPEG_TS_SD_NA/MPEG_TS_SD_KO -->
<Video targetContainer="mpegts" targetVCodec="mpeg2video" maxVBitrate="17000" targetACodec="ac3" aBitrate="384" DAR="16:9" forceInheritance="true">
<Matches container="*" vCodec="h264" profile="high" levelGreaterThan="3.9" />
<Matches container="*" vCodec="h264" profile="main" levelGreaterThan="3.9" />
<Matches container="mpegts" vCodec="vc1" />
</Video>
Mark_Venture wrote:Looking at this page -> http://esupport.sony.com/US/perl/suppor ... KDL40W5100 seems to confirm the 40W5100 has very LIMITED video support. If I'm reading it right, MPEG-2 PS and MPEG-2 TS only?
Mark_Venture wrote:That being the case, I decided to open the Profiles.XML, take the lines for the "transcode all h264 high/main > level 5" from the BRAVIA TV (2012), paste it into the Bravia 2009 section and tweak it a little as follows...After restarting Serviio, the MKV's show and play on my 40W5100. And while the camcorder video show up now, when I try to play them they are very very choppy and don't look very good.
<Profile id="sony2009" name="Sony Bravia TV (2009)" extendsProfileId="sony2010">
<!-- 2009 and earlier models need a separate profile -->
<Detection>
<UPnPSearch>
<!-- 2009 models known to support UPnPSearch -->
<FriendlyName>BRAVIA KDL-\d{2}(WE5|(E53|E55|V55|V56|W55|W57|Z55|Z57)\d0) *</FriendlyName>
</UPnPSearch>
<HttpHeaders>
<!-- 2008 models, and possibly older or different region 2009 firmwares which may not support UPnPSearch -->
<X-AV-Client-Info>.*BRAVIA KDL-\d{2}(([A-Z](1|5|E1|R1|BR45|BR9|[1357]0\d{2}|4\d{3}))|(S55|S57|W51|Z51|Z58)\d0).*</X-AV-Client-Info>
</HttpHeaders>
</Detection>
<Transcoding>
<!-- Transcode baseline h264 in mp4/non-isom container -->
<Video targetContainer="mpegts" targetVCodec="mpeg2video" maxVBitrate="17000" targetACodec="ac3" aBitrate="192" DAR="16:9">
<Matches container="*" vCodec="h264" />
</Video>
<Video targetContainer="mpeg" targetACodec="ac3">
<Matches container="mpeg" vCodec="mpeg2video" aCodec="mp2" />
</Video>
</Transcoding>
<OnlineTranscoding>
<!-- Transcode baseline h264 in mp4/non-isom container -->
<Video targetContainer="mpegts" targetVCodec="mpeg2video" maxVBitrate="17000" targetACodec="ac3" aBitrate="192" DAR="16:9">
<Matches container="*" vCodec="h264" />
</Video>
</OnlineTranscoding>
</Profile>
Illico wrote:I suggest this "Sony Bravia TV (2009)" profile modification
[CODE removed]
But with some HD AVC, the CPU load will be very high...
Mark_Venture wrote:I noticed audio quality difference from the tweak I posted I tried. Is that due to the aBitrate="192" vs aBitrate="384" ?
Mark_Venture wrote:The camcorder videos still look bad and are choppy. Would that be a transcoding limit?
Users browsing this forum: Google [Bot] and 27 guests