manuelm / xbmc-pvr-addons

XBMC PVR add-ons
GNU General Public License v3.0
0 stars 2 forks source link

Refresh rate won't detected DVBViewer 1.9.21 Kodi #4

Closed tocinillo closed 9 years ago

tocinillo commented 9 years ago

I found a bug I think. Original thread: http://forum.kodi.tv/showthread.php?tid=165707&pid=1861356#pid1861356

When I try to play any livetv chanel from 60 Hz, Kodi doesn't change to properly Hz (50 Hz. in my case). This is very rare because with Gotham all works fine. I see my log with Kodi:

NOTICE: fps: 0.000000, pwidth: 720, pheight: 576, dwidth: 720, dheight: 405

Now in the same machine with Gotham (I reinstalled to check):

NOTICE: fps: 25.000000, pwidth: 720, pheight: 576, dwidth: 720, dheight: 405

So the problem is the DVBViewer add-on (I can't test the 1.9.15 in Kodi).

Full debug log: http://paste.ubuntu.com/9516441/

Regards

manuelm commented 9 years ago

The DVBViewer addon doesn't change or manipulate the TS-stream in any way. There's no demuxing done by the addon. All it does is fetching the stream from the RS Backend in chunks and passing it over to Kodi. So it's either a bug of the DVBViewer RS backend or Kodi, but definitely not a bug of the addon.

PS: There were almost no chances in the last ~6 months. So if your RS backend stayed the same and Gotham worked I suspect the bug/chance in Kodi.

PPS: If timeshift is disabled the addon doesn't even fetch the stream on its own.