Whitelist - stumped with 720p 59.94 choppy still

So I am still completely stumped on how to get this to work…

i have videos at 720p and 59.94hz and i have that listed in my whitelist. MyTV is samsung that is about 3 years old and it supports that format and resolution.

When i go to playback the video the TV reports that it is switched to 720p and 60hz and yet video is completely choppy and desynched from the audio.

I’ve tried using the GUI menu to manually change the resolution and frame rate to 1080 and 59, or 60, but no joy.

I even set my Kodi GUI at 720 and 59.94 and has the whitelist set the same and still get choppy video?

Any idea what i have set wrong?

To check this please upload kodi debug log with component specific log for audio, video and a/v timing.
Also 1 minute sample if possible.

Hrmm…have done it. It’s 9mb text document so too big to paste. Is dropbox .zip file here OK?

are there any release that it ever worked?

Provide output from following ssh commands during playback:

cat /sys/devices/virtual/amhdmitx/amhdmitx0/disp_cap
cat /sys/devices/virtual/amhdmitx/amhdmitx0/disp_mode

VIC codes are explained in https://en.wikipedia.org/wiki/Extended_Display_Identification_Data

odroid:~ # cat /sys/devices/virtual/amhdmitx/amhdmitx0/disp_cap
480p60hz
576p50hz
720p60hz
1080i60hz
1080p60hz
720p50hz
1080i50hz
1080p30hz
1080p50hz
1080p25hz
1080p24hz
2160p30hz
2160p25hz
2160p24hz
smpte24hz
odroid:~ # cat /sys/devices/virtual/amhdmitx/amhdmitx0/disp_mode
VIC:4

Your video is wrongly encoded. Frame dts (decode time stamp) have to be progressive and equidistance.

13:27:22.982 T:3448234864 DEBUG: CVideoPlayer::ProcessVideoData size:1540 dts:0.801 pts:0.834 dur:16.000ms, clock:-0.500 level:15
13:27:22.983 T:3448234864 DEBUG: CVideoPlayer::ProcessVideoData size:773 dts:0.817 pts:0.817 dur:16.000ms, clock:-0.500 level:15
13:27:22.983 T:3448234864 DEBUG: CVideoPlayer::ProcessVideoData size:2413 dts:0.834 pts:0.868 dur:16.000ms, clock:-0.500 level:15
13:27:22.983 T:3448234864 DEBUG: CVideoPlayer::ProcessVideoData size:426 dts:0.851 pts:0.851 dur:16.000ms, clock:-0.500 level:16
13:27:22.983 T:3448234864 DEBUG: CVideoPlayer::ProcessVideoData size:11011 dts:0.868 pts:0.918 dur:16.000ms, clock:-0.500 level:16
13:27:22.983 T:3448234864 DEBUG: CVideoPlayer::ProcessVideoData size:930 dts:0.901 pts:0.901 dur:16.000ms, clock:-0.500 level:16
13:27:22.983 T:3448234864 DEBUG: CVideoPlayer::CheckContinuity - wrapback :2, prev:901000.000000, curr:884000.000000, diff:-17000.000000
13:27:22.983 T:3448234864 DEBUG: CVideoPlayer::ProcessVideoData size:544 dts:0.884 pts:0.884 dur:16.000ms, clock:-0.500 level:17
13:27:22.983 T:3448234864 DEBUG: CVideoPlayer::ProcessVideoData size:2735 dts:0.918 pts:0.951 dur:16.000ms, clock:-0.500 level:16
13:27:22.983 T:3448234864 DEBUG: CVideoPlayer::ProcessVideoData size:1326 dts:0.934 pts:0.934 dur:16.000ms, clock:-0.500 level:17

Frame with dts:0.901 is out of order, there was expected value: 0.884.
Pls, provide me 1 min sample. You can cut it with MKVToolNix.

Sent you a link to 1 minute clip via PM.

I confirmed the clip I sent is choppy/desynched in corelec/kodi but it plays fine in Win10x64 using any variety of video playing apps (e.g. Media Player Classic)