v18 Timeshift and NextPVR on the latest Nightlies
#7
(2018-07-23, 16:15)mrdally204 Wrote: I'm experiencing a similar bad experience with V18 as well (7/19).  Using this on a Shield tv with Oreo update installed.  I do not seem to get "disconnected from the tuner", but the streams eventually hang.  Attached is a debug log.  Hope this helps 


https://dl.orangedox.com/nMox4U

In your case, it appears the render pipeline stalled, but no further calls were made to the addon for more data.

These lines :

16:34:36.974 T:18446744071921658224 DEBUG: AddOnLog: NextPVR PVR Client: ReadLiveStream:1817 bufsize: 32768
16:34:36.974 T:18446744071921658224 DEBUG: AddOnLog: NextPVR PVR Client: TimeshiftBuffer::Read() 32768 @ 10911744
16:34:36.974 T:18446744071921658224 DEBUG: AddOnLog: NextPVR PVR Client: ReadBytes: returning 32768

represent a completed Read transaction from the addon. This is the last one in the log, but in the next section of log :

16:34:36.975 T:18446744071921658224 DEBUG: CVideoPlayer::SetCaching - caching state 2
16:34:36.975 T:18446744071921658224 DEBUG: CDVDClock::SetSpeedAdjust - adjusted:0.000000
16:34:36.975 T:18446744072018708848 DEBUG: CDVDAudio::Pause - pausing audio stream
16:34:36.975 T:18446744071921658224 DEBUG: CVideoPlayer::SetCaching - caching state 3
16:34:36.975 T:18446744071921658224 DEBUG: CDVDClock::SetSpeedAdjust - adjusted:0.000000
16:34:36.976 T:18446744072018708848 DEBUG: CDVDAudio::Resume - resume audio stream
16:34:36.977 T:18446744071836780912 DEBUG: ActiveAE - start sync of audio stream
16:34:36.983 T:18446744071892842864 WARNING: CRenderManager::WaitForBuffer - timeout waiting for buffer
16:34:36.986 T:18446744071921658224 DEBUG: CVideoPlayer::SetCaching - caching state 0
16:34:36.986 T:18446744071921658224 DEBUG: CDVDClock::SetSpeedAdjust - adjusted:0.000000
16:34:36.986 T:18446744071921658224 DEBUG: CDVDClock::SetSpeedAdjust - adjusted:-0.050000
16:34:36.988 T:1797745008 DEBUG: GLES: Extension Support Test - GL_EXT_texture_format_BGRA8888 YES
16:34:37.038 T:18446744071892842864 WARNING: CRenderManager::WaitForBuffer - timeout waiting for buffer
16:34:37.107 T:18446744071836780912 WARNING: Previous line repeats 1 times.
16:34:37.108 T:18446744071836780912 DEBUG: ActiveAE::SyncStream - average error of 128.135832, start adjusting
16:34:37.167 T:18446744071892842864 WARNING: CRenderManager::WaitForBuffer - timeout waiting for buffer

it starts buffer timeouts without requesting further data from the addon.

You might experiment with trying other renderers, if you have them, or disabling passthru audo stream if you're using that. I've seen both these settings involved in these kinds of errors here (RPI platform).

Thanks!
Reply


Messages In This Thread
RE: Timeshift and NextPVR on the latest Nightlies - by mikeb8591 - 2018-07-28, 20:39
Logout Mark Read Team Forum Stats Members Help
Timeshift and NextPVR on the latest Nightlies0