Posts: 17,855
Joined: Jan 2011
Reputation:
1,056
Milhouse
Retired Team-Kodi Member
Posts: 17,855
You enabled debug logging 10 minutes after the system started, of course there's not much information in the log! You need to enable debug logging as soon as the system starts (or enable debug logging and reboot so that debug is enabled immediately), then reproduce your problem (play a video etc.), and then finally, upload the whole log.
This is too hard.
/unsubscribed
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
Posts: 16
Joined: Jul 2015
Reputation:
0
a1bert
Junior Member
Posts: 16
NO! NO! you made public promise that If i provide logs I will get the help!.. just kidding...
any link to cross compiler settings guide (amd64->rpi2)?
Posts: 17,855
Joined: Jan 2011
Reputation:
1,056
Milhouse
Retired Team-Kodi Member
Posts: 17,855
Thanks, it will be in the next test build later this evening.
Texture Cache Maintenance Utility: Preload your texture cache for optimal UI performance. Remotely manage media libraries. Purge unused artwork to free up space. Find missing media. Configurable QA check to highlight metadata issues. Aid in diagnosis of library and cache related problems.
Posts: 16
Joined: Jul 2015
Reputation:
0
a1bert
Junior Member
Posts: 16
thanx, looks good here.....
Posts: 16
Joined: Jul 2015
Reputation:
0
a1bert
Junior Member
Posts: 16
2015-07-23, 08:31
(This post was last modified: 2015-07-23, 09:31 by a1bert.)
yes, RSS feed is scrolling smoothly....
UPDATE:
*RSS feed scrolling, menu browsing is smooth without live playback
*with live playback problem still persisting causing video stuck (bufferring, VNSI: no data, VNSI encrypted messages).
*when I start playing the same channel as played on kodi at the same time from my PC by streamdev-server (I get no buffering, VNSI: no data, VNSI encrypted messages, stream is played continuously on kodi
*lagging is also noticeable when browsing channels in "channels" GUI, in EPG scrolling there too
your last patch releases lock in UpdateBackendCache, but that something "expensive" is still there, affecting PVR Gui and live playback but not the recordings playback (or recording playback is more resistant to it)??
can I increase live tv playback buffer?
Posts: 16
Joined: Jul 2015
Reputation:
0
a1bert
Junior Member
Posts: 16
after temporarily disabling my GetRecordingsAmount() thus speeding up CPVRClients::GetBackendProperties():
* RSS feed (channel browsing, epg scrolling) NO LONGER stucks when playing live TV
* live tv playback STILL FREEZES with "bufferring, VNSI: no data, VNSI encrypted" (workaround*)
conclusion: I am experiencing 2 different problems:
1) slowness on VDR server side affects kodi GUI probably by locking in CPVRClients::GetBackendProperties()
2) live TV playback is suffering buffer underruns
* if I start playing the same live channel through vdr's streamdev server, kodi playback resumes, when I stop it kodi playback stops too...
Posts: 6,810
Joined: Jul 2010
Reputation:
198
Did you try setting priority to 0? vnsi config dialog
Posts: 16
Joined: Jul 2015
Reputation:
0
a1bert
Junior Member
Posts: 16
Ehm excuse me! it was set to -1, now live TV playbacks looks OK.. will continue testing...