bravia EX

Discuss media renderers like Xbox 360, TVs, smartphones, etc.
Post Reply
jps92
Posts: 126
Joined: Wed Nov 27, 2013 9:45 pm

bravia EX

Post by jps92 »

Hello,

The sound of flac and wav are screaming, if you remove "TranscodeAudio = WAV" from bravia EX.conf and change Supported = f:wav|aac a:lpcm m:audio/L16 to Supported = f:flac|aac a:lpcm m:audio/L16 it works.
User avatar
SubJunk
Lead Developer
Posts: 3705
Joined: Sun May 27, 2012 4:12 pm

Re: bravia EX

Post by SubJunk »

Hi jps92, thank you. I have made that change now and it will be in the next release. Can I ask what model Bravia EX you have?
User avatar
SubJunk
Lead Developer
Posts: 3705
Joined: Sun May 27, 2012 4:12 pm

Re: bravia EX

Post by SubJunk »

Can you please test this config:

Code: Select all

#----------------------------------------------------------------------------
# Profile for Sony Bravia EX500/EX700 series.
# See DefaultRenderer.conf for descriptions of all the available options.
# See discussion at https://www.universalmediaserver.com/forum/viewtopic.php?f=9&t=12970
#

RendererName = Sony Bravia EX
RendererIcon = braviaex.png

# ============================================================================
# This renderer has sent the following string/s:
#
# X-AV-Client-Info: av=5.0; cn="Sony Corporation"; mn="BRAVIA KDL-32CX520"; mv="1.7";
# ============================================================================
#

UserAgentAdditionalHeader = X-AV-Client-Info
UserAgentAdditionalHeaderSearch = (BRAVIA KDL.+EX[3457])|(BRAVIA KDL.+[CN]X[578])
UpnpDetailsSearch = Sony , (KDL.+EX[3457])|(KDL.+[CN]X[578])

SeekByTime = true
DLNALocalizationRequired = true
DefaultVBVBufSize = true
CreateDLNATreeFaster = true
OverrideFFmpegVideoFilter = pad=max(iw\\,ih*16/9):max(ih\\,iw/16*9):(ow-iw)/2:(oh-ih)/2, setdar=4/3
CustomMencoderOptions = -vf softskip,expand=::::1:16/9:2,scale=1283:720 -lavcopts aspect=16/9
AccurateDLNAOrgPN = true
MuxNonMod4Resolution = true
HalveBitrate = true
MediaInfo = true

# Our Bravia EX-specific notes:
# DTS is not supported.
# H.264 within AVI containers is not supported, nor is GMC or QPEL.
# WMV is supported, but not with 5.1 audio.
# Apple Lossless Audio Codec (ALAC) is not supported.

# Supported video formats:
Supported = f:mpegps  a:lpcm      m:video/mpeg
Supported = f:mpegts  a:lpcm|ac3  m:video/vnd.dlna.mpeg-tts

# Supported audio formats:
Supported = f:aac    m:audio/mp4
Supported = f:flac   m:audio/x-flac
Supported = f:mp3    m:audio/mpeg
Supported = f:wav    m:audio/wav
jps92
Posts: 126
Joined: Wed Nov 27, 2013 9:45 pm

Re: bravia EX

Post by jps92 »

Hello,

It’s worse. I have a braviaEX 500. Now flac are readable only by transcoding and wav are inaudible.
User avatar
SubJunk
Lead Developer
Posts: 3705
Joined: Sun May 27, 2012 4:12 pm

Re: bravia EX

Post by SubJunk »

I think your change is just making it so that flac and wav are always transcoded, since flac will never contain lpcm audio. So we can do the equivalent by just removing those from the config
User avatar
SubJunk
Lead Developer
Posts: 3705
Joined: Sun May 27, 2012 4:12 pm

Re: bravia EX

Post by SubJunk »

If it is actually streaming the flac instead of transcoding, please provide logs so I can see why that would happen

Otherwise can you please test this to see if it behaves the same as your fixed one:

Code: Select all

#----------------------------------------------------------------------------
# Profile for Sony Bravia EX500/EX700 series.
# See DefaultRenderer.conf for descriptions of all the available options.
# See discussion at https://www.universalmediaserver.com/forum/viewtopic.php?f=9&t=12970
#

RendererName = Sony Bravia EX
RendererIcon = braviaex.png

# ============================================================================
# This renderer has sent the following string/s:
#
# X-AV-Client-Info: av=5.0; cn="Sony Corporation"; mn="BRAVIA KDL-32CX520"; mv="1.7";
# ============================================================================
#

UserAgentAdditionalHeader = X-AV-Client-Info
UserAgentAdditionalHeaderSearch = (BRAVIA KDL.+EX[3457])|(BRAVIA KDL.+[CN]X[578])
UpnpDetailsSearch = Sony , (KDL.+EX[3457])|(KDL.+[CN]X[578])

SeekByTime = true
DLNALocalizationRequired = true
DefaultVBVBufSize = true
CreateDLNATreeFaster = true
OverrideFFmpegVideoFilter = pad=max(iw\\,ih*16/9):max(ih\\,iw/16*9):(ow-iw)/2:(oh-ih)/2, setdar=4/3
CustomMencoderOptions = -vf softskip,expand=::::1:16/9:2,scale=1283:720 -lavcopts aspect=16/9
AccurateDLNAOrgPN = true
MuxNonMod4Resolution = true
HalveBitrate = true
MediaInfo = true

# Our Bravia EX-specific notes:
# DTS is not supported.
# H.264 within AVI containers is not supported, nor is GMC or QPEL.
# WMV is supported, but not with 5.1 audio.
# Apple Lossless Audio Codec (ALAC) is not supported.

# Supported video formats:
Supported = f:mpegps  a:lpcm      m:video/mpeg
Supported = f:mpegts  a:lpcm|ac3  m:video/vnd.dlna.mpeg-tts

# Supported audio formats:
Supported = f:mp3     a:mp3   m:audio/mpeg
jps92
Posts: 126
Joined: Wed Nov 27, 2013 9:45 pm

Re: bravia EX

Post by jps92 »

Ok it works like that. Thank you. I also created a foobar2000.conf so I can read the ums files in foobar2000, just missing the RendererIcon.
Attachments
foobar2000.conf
(732 Bytes) Downloaded 291 times
User avatar
SubJunk
Lead Developer
Posts: 3705
Joined: Sun May 27, 2012 4:12 pm

Re: bravia EX

Post by SubJunk »

Great, thank you. Cool to see they have made mobile versions. It probably supports more than mp3 format but this is a good start, it will be in our next release
Post Reply