Page 1 of 1

bravia EX

Posted: Mon Feb 22, 2021 4:42 am
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.

Re: bravia EX

Posted: Mon Feb 22, 2021 11:00 am
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?

Re: bravia EX

Posted: Mon Feb 22, 2021 11:05 am
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

Re: bravia EX

Posted: Fri Feb 26, 2021 6:26 am
by jps92
Hello,

It’s worse. I have a braviaEX 500. Now flac are readable only by transcoding and wav are inaudible.

Re: bravia EX

Posted: Fri Feb 26, 2021 10:46 am
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

Re: bravia EX

Posted: Fri Feb 26, 2021 12:16 pm
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

Re: bravia EX

Posted: Wed Mar 03, 2021 5:36 am
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.

Re: bravia EX

Posted: Wed Mar 03, 2021 9:28 am
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