Sorry to bump this thread again, I thought the problem resolved by itself as it seems for a period didn't happened but no it started again and I don't really have an explanation, I don't remember to changed something, it just started again...
So during the playback 3-4 frames are skipped once around 30-50 seconds.
In Kodi log I see this entries:
Code:
CDVDPlayerVideo::CalcDropRequirement - hurry: 1
which from what I read seem to be associated with the poor system performance which is unable to decode video. But this happens also to some low/medium quality media, and the system doesn't seems to reach more than 20% utilization.
I've checked and hardware acceleration is enabled and seems to be used (in my case VAAPI)
Code:
20:34:36 T:140468876715776 NOTICE: (VDPAU) Close
20:34:36 T:140470965774080 INFO: CActiveAESink::OpenSink - initialize sink
20:34:36 T:140468876715776 DEBUG: VAAPI - open decoder
20:34:36 T:140470553970432 DEBUG: CDVDPlayer::SetCaching - caching state 0
20:34:37 T:140471546214720 DEBUG: CGUIInfoManager::SetCurrentMovie(/nas_share/Multimedia/Movies/Independence.Day.Resurgence.2016.720p.HC.HDRip.X264.AC3-EVO/Independence.Day.Resurgence.2016.720p.HC.HDRip.X264.AC3-EVO.mkv)
20:34:37 T:140468876715776 DEBUG: VAAPI - initialize version 0.39
20:34:37 T:140468876715776 DEBUG: VAAPI - driver in use: Intel i965 driver for Intel(R) CherryView - 1.7.0
20:34:37 T:140468876715776 DEBUG: VAAPI - attrib 0 (get/set) min -100 max 100 value 0x0
20:34:37 T:140468876715776 DEBUG: VAAPI - attrib 1 (get/set) min 0 max 100 value 0x32
20:34:37 T:140468876715776 DEBUG: VAAPI - attrib 2 (get/set) min -180 max 180 value 0x0
20:34:37 T:140468876715776 DEBUG: VAAPI - attrib 3 (get/set) min 0 max 100 value 0x32
20:34:37 T:140468876715776 DEBUG: VAAPI - attrib 6 (get/set) min 0 max 3 value 0x0
20:34:37 T:140468876715776 DEBUG: VAAPI - profile 0
20:34:37 T:140468876715776 DEBUG: VAAPI - profile 1
20:34:37 T:140468876715776 DEBUG: VAAPI - profile 13
20:34:37 T:140468876715776 DEBUG: VAAPI - profile 6
20:34:37 T:140468876715776 DEBUG: VAAPI - profile 7
20:34:37 T:140468876715776 DEBUG: VAAPI - profile 15
20:34:37 T:140468876715776 DEBUG: VAAPI - profile 16
20:34:37 T:140471546214720 DEBUG: GetMovieId (/nas_share/Multimedia/Movies/Independence.Day.Resurgence.2016.720p.HC.HDRip.X264.AC3-EVO/Independence.Day.Resurgence.2016.720p.HC.HDRip.X264.AC3-EVO.mkv), query = select idMovie from movie where idFile=328
20:34:37 T:140468876715776 DEBUG: VAAPI - profile 8
20:34:37 T:140468876715776 DEBUG: VAAPI - profile 9
20:34:37 T:140468876715776 DEBUG: VAAPI - profile 10
20:34:37 T:140468876715776 DEBUG: VAAPI - profile -1
20:34:37 T:140468876715776 DEBUG: VAAPI - profile 12
20:34:37 T:140468876715776 DEBUG: VAAPI - profile 14
20:34:37 T:140468876715776 DEBUG: VAAPI - profile 17
20:34:37 T:140468868323072 DEBUG: Thread Vaapi-Output start, auto delete: false
20:34:37 T:140468868323072 NOTICE: COutput::OnStartup: Output Thread created
20:34:37 T:140468868323072 DEBUG: VAAPI::COutput::CreateGlxContext - created context
20:34:37 T:140468868323072 DEBUG: SECTION:LoadDLL(special://xbmcbin/system/libsse4-x86_64-linux.so)
20:34:37 T:140468868323072 DEBUG: Loading: /usr/lib/kodi/system/libsse4-x86_64-linux.so
20:34:37 T:140468868323072 DEBUG: VAAPI::COutput::InitBufferPool - Surfaces created
I've tried disabling most of the added addons also, didn't changed anything.
Any hint ?