[Linux] Dharma RC1, DTS: still discontinuity errors and distorted audio on some video
#1
Just submitted ticket here (With debug report):

http://trac.xbmc.org/ticket/10735

Symptoms very close to these:

http://forum.xbmc.org/showthread.php?tid=82896

But I get heavily distorted crackling audio as well.

The key point is this message:
Quote:WARNING: CDVDPlayer::CheckContinuity - wrapback of stream:1, prev:120411000.000000, curr:120373000.000000, diff:-38000.000000

Where it come to this code xbmc/cores/dvdplayer/DVDPlayer.cpp:

Quote: if(current.dts != DVD_NOPTS_VALUE && pPacket->dts < current.dts && current.inited)
{
/* warn if dts is moving backwords */
CLog::Log(LOGWARNING, "CDVDPlayer::CheckContinuity - wrapback of stream:%d, prev:%f, curr:%f, diff:%f"
, current.type, current.dts, pPacket->dts, pPacket->dts - current.dts);
}

My 14 Gb Lord of the Rings, part 1 and 3 does it. While Totem, VLC, XBMC Camelot playing fine

Anyone has it as well?
Reply
#2
Tried in XBMC Life just for experiment. Absolutely the same problem for these files.

Other video files work perfect - no stutter, full surround etc
Reply
#3
Same problem in RC2
Reply

Logout Mark Read Team Forum Stats Members Help
[Linux] Dharma RC1, DTS: still discontinuity errors and distorted audio on some video0