Kodi Community Forum

Full Version: behaviour on switching to n/a channels
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi there,

i've been testing pvr functionality from compiling the current odk git using vdr-vnsi as client/backend. i'm wondering whats the supposed behaviour of livetv when switching to a channel that is not available, may it be due to no signal or channels which can't be decrypted? i remember when i was using pvr-testing2 branches some months ago a dialog popped up saying the channel was not available and xbmc then fell back to the latest available channel. right now xbmc will just freeze whenever i switch to an unavailable channel. the log shows the failed channel switch and then shows an infinite repeat of this:

Quote:01:20:29 T:140194073392896 M:2213769216 WARNING: CRenderManager::FlipPage - timeout waiting for previous frame
01:20:30 T:140194215991040 M:2213769216 WARNING: Previous line repeats 1 times.
01:20:30 T:140194215991040 M:2213769216 DEBUG: Thread Jobworker 140194215991040 terminating (autodelete)
01:20:30 T:140194073392896 M:2213769216 WARNING: CRenderManager::FlipPage - timeout waiting for previous frame
01:20:32 T:140194073392896 M:2214002688 WARNING: Previous line repeats 25 times.

i suppose thats a bug, but aside from that i'd like to know if there are plans to deal with unavailable channels like VDR or even most receivers do, like showing an info that this channel was not available/has no signal but it will still remain the current channel with a black picture or so.

thanks and keep up the great work!
known issue.
dushmaniac Wrote:known issue.

would playing a "NoSignal" video whenever a channel is not available be an option for this? on vdr with xinelib output its handled that way and if i'm not mistaken, the vdr-vnsi-backend once had implemented a function to send a no signal mpg to the client.
nah, xbmc should handle this itself, not an add-on