- Thread starter
- #1,351
Unfortunately I spoke too soon and putting the Provider to Generic hasn't fixed the problem of severe stuttering when starting TV.
The attached logs are from where I loaded MP, started TV and left it running for a few seconds past where the stuttering had stopped.
You have a performance problem somewhere - the evr.log is littered with lines like:
Code:
03-10-2011 11:38:49.444 [19b4]Dropping sample from the past (406.84 ms, last call to NotifyWorker: 0.45 ms, Queue: 0, Dropped: 15)
....which usually happens when something is using a lot of CPU time (video samples are arriving very late so dshowhelper has to discard them).
Is this when running two monitors ? If so, is it better when using just one ?
You could try using FFDShow Video decoder for MPEG-2 i.e. a non-DXVA decoder, just to see if it helps....
Tony