2017-12-06, 23:54
Hey.
I'm testing a plugin and noticed that on different OS Kodi is expecting different buffer sizes.
I'm only taking into account default configurations, without advancedsettings modifications.
Looking into the code, but not so familiar with c++, so it's hard to trace buffer size setters.
Talking about the one buffer size, which is expected when this message is thrown:
Am I correct there is no RPC/Python call to get current buffer setting?
I'm testing a plugin and noticed that on different OS Kodi is expecting different buffer sizes.
I'm only taking into account default configurations, without advancedsettings modifications.
Looking into the code, but not so familiar with c++, so it's hard to trace buffer size setters.
Talking about the one buffer size, which is expected when this message is thrown:
Quote:WARNING: CRenderManager::WaitForBuffer - timeout waiting for bufferCan you give some advice where to look?
Am I correct there is no RPC/Python call to get current buffer setting?