BRAVIA KDL-40EX710 and image issue when streaming movies.

For help and support with Universal Media Server
Forum rules
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
Post Reply
DakotaFanning
Posts: 7
Joined: Fri Jul 24, 2015 4:56 am

BRAVIA KDL-40EX710 and image issue when streaming movies.

Post by DakotaFanning »

Hello,
I have an issue when I want to watch a movie or any video of any formats.
Although the sound is OK, the picture is not and it renderers like in the attachment.
If I turn on tsMuxer, the video doesn't stream at all.
it does this horrible results with any .conf files or even using the default settings.
Do you know how to fix this?
Or maybe, can you help me edit this .conf file that I created using a previous workable version EX.conf and a EX725.conf that i renamed EX710.conf that I will keep as my default .conf file.
If I need to reinstall UMS, I would put it in the renderer folder to use it as default.
Thanks.



710.conf file to edit and change to make it work with all music format and video format and if possible HD and 4K compatible:



#----------------------------------------------------------------------------
# Profile for Sony Bravia EX710 TVs.
# See DefaultRenderer.conf for descriptions of all the available options.
#

RendererName = Sony Bravia EX710
RendererIcon = braviaex.png

# ============================================================================
# This renderer has sent the following string/s:
#
# friendlyName=BRAVIA KDL-40EX710
# modelName=KDL-40EX710
# ============================================================================
#

UpnpDetailsSearch = KDL-\d{2}EX710
LoadingPriority = 1

SeekByTime = true
TranscodeAudio = LCPM
DLNALocalizationRequired = true
DefaultVBVBufSize = false
CreateDLNATreeFaster = true
AccurateDLNAOrgPN = true
MuxNonMod4Resolution = true
HalveBitrate = true
MediaInfo = true

TranscodeVideo = MPEGTS-H264-AC3
#MaxVideoWidth = 1283
#MaxVideoHeight = 720
SupportedVideoBitDepths = 8,10
H264Level41Limited = true
#H265Level41Limited = true
ChunkedTransfer = true
TranscodedVideoFileSize = 1000000
TranscodeExtensions = mkv,m4a,mp4,avi
SubtitleHttpHeader = CaptionInfo.sec
PrependTrackNumbers = true
CharMap = / :
ForceJPGThumbnails = true
ThumbnailAsResource = true
OverrideFFmpegVideoFilter = pad=max(iw*1.01\\,ih*1.01*(16/9)):ow/(16/9):(ow-iw)/16:(oh-ih)/16, setdar=4/3
CustomMencoderOptions = -vf softskip,expand=::::1:16/9:2,scale=1283:720 -lavcopts aspect=16/9

# 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|mpegts v:mpeg1|mpeg2|mp4|h264 a:ac3|lpcm|aac-lc|mpa m:video/mpeg
Supported = f:avi|divx v:mp4|divx|mjpeg a:mp3|lpcm|mpa|ac3 m:video/x-divx qpel:no gmc:0
Supported = f:mp4 v:mp4|h264 a:ac3|aac-lc m:video/mp4
Supported = f:wmv v:wmv|vc1 a:wma m:video/x-ms-wmv n:2

# Supported audio formats:
Supported = f:wav n:6 m:audio/wav s:48000 a:dts|lpcm
Supported = f:wav n:2 m:audio/wav s:48000
Supported = f:mp3 n:2
Supported = f:m4a n:2 m:audio/mp4 a:(?!alac).+
Supported = f:wma n:2
Supported = f:atrac n:2
Attachments
Sony-BraviaEX710.conf
(2.34 KiB) Downloaded 367 times
20180118_210841.jpg
20180118_210841.jpg (3.9 MiB) Viewed 3458 times
jps92
Posts: 126
Joined: Wed Nov 27, 2013 9:45 pm

Re: BRAVIA KDL-40EX710 and image issue when streaming movies.

Post by jps92 »

You can show the debug.log in the .config/ums repertory.

Try to delete "TranscodeVideo = MPEGTS-H264-AC3"
Post Reply