Audio Sync Issues - Bravia TV

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
slyr114
Posts: 9
Joined: Fri Dec 06, 2013 9:57 am

Audio Sync Issues - Bravia TV

Post by slyr114 »

OK so I went ahead and tried looking at other profiles for example and the main Sony site. Below is the conf file I am using for the TV. I seem to have gotten everything working for the most part; However, I am still having audio sync issues on a few shows. I have a show that is 720p with AAC audio and x264 video with the MKV extension. The video looks and plays great but the audio is off by around 5-10 seconds or so it seems. What should I change below to try and fix this? I hashed out the mp4 support for now since I was having trouble opening them on the TV, they just would not stream. Also, when I tried to turn on Mediainfo none of my video files would even list. The server and folder structure was there but no videos. Here is my TV codec support page http://esupport.sony.com/US/p/support-i ... KDL46EX621

TL;DR - AAC x264 MKV files seem to be out of sync, how do I resolve this? Ok if I go into the transcode folder and play the video using ffmpeg or w/e its called, the file does in fact play fine and insync. How do I make it so ffmpeg is the default or is there a reason I shouldn't ?

Code: Select all

#----------------------------------------------------------------------------
# Custom Profile for Sony Bravia EX621

RendererName = Sony Bravia EX621
RendererIcon = braviaex620.png

#UserAgentSearch =
UserAgentAdditionalHeader = X-AV-Client-Info
UserAgentAdditionalHeaderSearch = (BRAVIA KDL-46EX621)

Video=true
Audio=true
Image=true

SeekByTime=true
TranscodeVideo=MPEGPSAC3
TranscodeAudio=WAV
DefaultVBVBufSize=false
MuxH264ToMpegTS=false
MuxDTSToMpeg=false
WrapDTSIntoPCM=false
MuxLPCMToMpeg=true
MaxVideoBitrateMbps=0
MaxVideoWidth=1920
MaxVideoHeight=1080
H264Level41Limited=false
DLNALocalizationRequired=true
TranscodeAudioTo441kHz = false
TranscodeFastStart = false
TranscodedVideoFileSize = 0

ForceJPGThumbnails=true
ThumbnailAsResource=true
ChunkedTransfer=false
MediaInfo = false
CreateDLNATreeFaster = true

MimeTypesChanges = video/avi=video/x-divx
TranscodeExtensions = mkv,avi,divx,ogv,3gp,3g2,rm,rmvb,mov,flv,mvc,mp4
StreamExtensions =mpg,mpe,mpeg,m2t,m2ts,mts,asf,wmv

AutoExifRotate = true

# Supported video formats:
Supported = f:mpegps|mpegts   v:mpeg1|mpeg2|mp4|   a:lpcm|mpa|wma|mpa                m:video/mpeg
#Supported = f:mp4             v:mp4|               a:lpcm|mpa|wma|mpa                m:video/mp4
Supported = f:wmv             v:wmv|               a:wma|lpcm|mpa           n:2 	 m:video/x-ms-wmv

# Supported audio formats:
Supported = f:wma    n:2   m:audio/x-ms-wma
Supported = f:mp3    n:2   m:audio/mpeg
Supported = f:lpcm   n:2   m:audio/L16   s:48000
Supported = f:wav    n:2   m:audio/wav   s:48000

# Supported image formats:
Supported = f:jpg   m:image/jpeg
Post Reply