Kodi Community Forum
@ Jezz_x: problem with confluence PVR. - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Confluence (https://forum.kodi.tv/forumdisplay.php?fid=125)
+---- Thread: @ Jezz_x: problem with confluence PVR. (/showthread.php?tid=103862)



@ Jezz_x: problem with confluence PVR. - loggio - 2011-06-20

Hi Jezz_x,

FYI:

I've tested Margro's last two pre-eden builds of his PVR branch located here - http://www.scintilla.utwente.nl/~mar...ld.html#master

They contain a11599's DXVA De-interlace patch.

De-interlace is working great with pvr... However i noticed an issue that when watching live tv and pushing 'C' to bring up the channel list, the video stutters and drops a lot of frames...

I'm not sure if this is a problem with the Confluence skin or his patch, but bringing up other OSD menu's doesn't cause this issue, it's only the channel list OSD that does it.

I realise these are pre-releases and are buggy, but i can confirm that the problem only exists when De-interlacing is enabled, if you changed video de-interlace settings to 'none' the problem goes away... This leads me to believe it's not a skin related issue, however... I'm not 'wiz' so it's worth addressing.

Just thought maybe you could test out Margro's latest master build (if you're on windows vista or 7 of course) and have a look to see if the issue is skin related, or a bug with the patch?

Cheers,
Loggio.


- loggio - 2011-06-22

Jezz_x,

Margro informed me of the following, regarding this issue:

margro Wrote:@loggio:
The PVR channel list dialog "DialogPVRChannelsOSD.xml" has still 2x the following check: !pvr.IsPlayingRadio. It seems to me that the implementation of this check inside XBMC is too slow. Try removing the 2 lines with this check.
My guess is that you won't see the framedrop anymore.

I removed the lines and problem solved. Not sure if this is a help, just letting you know.

Cheers,
Loggio.


- Jezz_X - 2011-06-22

Yeah problem is its used to show "Radio Channels" or TV Channels" in the header I'd rather someone come up with a fix rather than a workaround Smile

Sorry didn't reply earlier I forgot


- opdenkamp - 2011-06-22

could you try whether the low framerate is gone when you remove the mutex locks in those methods in /xbmc/pvr/addons/PVRClients.cpp?
note: that's not a solution yet if it works. it could cause a segfault in certain situations (that will almost never occur, but that's something else Smile)