v18 Timeshift and NextPVR on the latest Nightlies
#59
(2018-12-29, 14:30)mikeb8591 Wrote: :-) yes, I know where to find my logs.  You indicated you had passed on some logs of seek problems for 3.3.8, it's those logs I was looking for.  Can I get a pointer to them?
Ah, I see are you  the developer of the new timeshifting buffer?  I gave them to sub to send to you.  Perhaps join the NextPVR forum, I posted message for sub in the prerelease area.
Quote:regarding #2, you're still seeing that with 3.3.8?  It's not my experience on the RPI port.
Absolutely.  I don't see it on Android but do in Windows.  Based on https://forum.kodi.tv/showthread.php...585#pid2762585  I changed Dummy.cpp to
Code:
PVR_ERROR DummyBuffer::GetStreamTimes(PVR_STREAM_TIMES *stimes)
{
    return PVR_ERROR_NOT_IMPLEMENTED;
}

and it solved the problem on Windows.

Martin
Reply


Messages In This Thread
RE: Timeshift and NextPVR on the latest Nightlies - by emveepee - 2018-12-29, 17:16
Logout Mark Read Team Forum Stats Members Help
Timeshift and NextPVR on the latest Nightlies0