FAQ  •  Register  •  Login

[SOLVED] Bravia EX520 No sound

<<

schubby

Serviio newbie

Posts: 4

Joined: Fri Oct 26, 2012 2:23 pm

Post Fri Oct 26, 2012 2:32 pm

[SOLVED] Bravia EX520 No sound

Hi ppl,

I'm unable to get sound on a few MKV files, the video plays ok. It seems to be a problem with AAC. I've tried the 2010 and 2011 profiles to no avail. Here is the MediaInfo of a file that does not output sound: -

General
Unique ID : 195498872894632538237772226555783853852 (0x9313B69D7628A440A7493E038372B71C)
Complete name : C:\Users\Sample.mkv
Format : Matroska
Format version : Version 2
File size : 3.16 MiB
Duration : 45s 708ms
Overall bit rate : 580 Kbps
Encoded date : UTC 2012-10-11 17:21:21
Writing application : mkvmerge v5.3.0 ('I could have danced') built on Feb 9 2012 10:38:07
Writing library : libebml v1.2.3 + libmatroska v1.3.0

Video
ID : 1
Format : AVC
Format/Info : Advanced Video Codec
Format profile : High@L3.2
Format settings, CABAC : Yes
Format settings, ReFrames : 4 frames
Muxing mode : Header stripping
Codec ID : V_MPEG4/ISO/AVC
Duration : 45s 708ms
Width : 1 280 pixels
Height : 544 pixels
Display aspect ratio : 2.35:1
Original display aspect ratio : 2.35:1
Frame rate mode : Constant
Frame rate : 24.000 fps
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Title : Ek Tha Tiger - CharmeLeon
Language : English
Default : Yes
Forced : No

Audio
ID : 2
Format : AAC
Format/Info : Advanced Audio Codec
Format profile : HE-AAC / LC
Codec ID : A_AAC
Duration : 45s 708ms
Channel(s) : 2 channels
Channel positions : Front: L R
Sampling rate : 48.0 KHz / 24.0 KHz
Compression mode : Lossy
Delay relative to video : 11ms
Title : CharmeLeon
Language : Hindi
Default : Yes
Forced : No

Text
ID : 3
Format : UTF-8
Codec ID : S_TEXT/UTF8
Codec ID/Info : UTF-8 Plain Text
Title : CharmeLeon
Language : English
Default : Yes
Forced : No

Menu
00:00:00.000 : en:00:00:00.097

Appreciate the help...
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Sat Oct 27, 2012 10:06 am

Re: Bravia EX520 No sound

HE-AAC is not supported by Sony Bravia device, need to be transcoded but serviio does not distinguish ACC to HE-AAC.
A ticket exist : https://bitbucket.org/xnejp03/serviio/i ... c-aac_latm
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
<<

schubby

Serviio newbie

Posts: 4

Joined: Fri Oct 26, 2012 2:23 pm

Post Sun Oct 28, 2012 3:40 pm

Re: Bravia EX520 No sound

Could you let me know of a profile that transcodes all AAC, that I can use along with the current one??

Thanks
<<

schubby

Serviio newbie

Posts: 4

Joined: Fri Oct 26, 2012 2:23 pm

Post Sun Oct 28, 2012 5:45 pm

Re: Bravia EX520 No sound

I've tried adding the following, but still am not getting sound on the 2011 profile: -

<Profile id="sony2011" name="Sony Bravia TV (2011)" extendsProfileId="sony2012">
<!-- 2011 models
- Still images: JPEG
- Music: MP3, linear PCM, WMA
- Video: AVCHD, MPEG2, MPEG1, MP4 (AVC), MP4 (MPEG4), DivX, WMV -->
<Detection>
<UPnPSearch>
<FriendlyName>BRAVIA KDL-\d{2}([A-Z]X\d2\d|CX400).*</FriendlyName>
</UPnPSearch>
</Detection>
<Transcoding>
<!-- Transcode audio MP4 -->
<Audio targetContainer="lpcm" forceInheritance="true">
<!-- To allow "pause" then "resume" functions and album art for TVs that support it - transcode to mp3 instead -->
<Matches container="mp4" />
</Audio>
<Video targetContainer="mpegts" targetACodec="ac3" aBitrate="384" forceInheritance="true">
<Matches container="mp4" aCodec="aac" />
<matches container="matroska" aCodec="aac" />
<Matches container="flv" vCodec="h264" aCodec="aac" />
<Matches container="applehttp" vCodec="h264" aCodec="aac" />
</Video>
</Transcoding>
</Profile>
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Mon Oct 29, 2012 8:00 am

Re: Bravia EX520 No sound

Do you restart serviio service after modification?
Check on detailed serviio log file that audio will be transcoded.

Try this:
  Code:
   <Profile id="sony2011" name="Sony Bravia TV (2011)" extendsProfileId="sony2012">
      <!-- 2011 models
         - Still images: JPEG
         - Music: MP3, linear PCM, WMA
         - Video: AVCHD, MPEG2, MPEG1, MP4 (AVC), MP4 (MPEG4), DivX, WMV -->
      <Detection>
         <UPnPSearch>
            <FriendlyName>BRAVIA KDL-\d{2}([A-Z]X\d2\d|CX400).*</FriendlyName>
         </UPnPSearch>
      </Detection>
      <Transcoding>
         <Video targetContainer="mpegts" targetACodec="ac3" aBitrate="384">
            <Matches container="matroska" aCodec="aac"/>
         </Video>     
         <!-- Transcode audio MP4 -->
         <Audio targetContainer="lpcm" forceInheritance="true">
            <!-- To allow "pause" then "resume" functions and album art for TVs that support it - transcode to mp3 instead -->
            <Matches container="mp4" />
         </Audio>         
      </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
<<

schubby

Serviio newbie

Posts: 4

Joined: Fri Oct 26, 2012 2:23 pm

Post Mon Oct 29, 2012 10:29 am

Re: Bravia EX520 No sound

Thx, that worked perfectly...

Return to Sony

Who is online

Users browsing this forum: No registered users and 22 guests

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