Kodi Community Forum
PVR vnsi Plugin not workling anymore. - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26)
+---- Forum: PVR (https://forum.kodi.tv/forumdisplay.php?fid=136)
+---- Thread: PVR vnsi Plugin not workling anymore. (/showthread.php?tid=97757)



PVR vnsi Plugin not workling anymore. - voyager_mp - 2011-03-26

<code>
ERROR: AddOnLog: xbmc.pvrclient/VDR VNSI Client: cVNSISession::Open - failed to read greeting from server
ERROR: ADDON: Dll VDR VNSI Client - Client returned bad status (1) from Create and is not usable
INFO: Called Add-on status handler for '1' of clientName:VDR VNSI Client, clientID:pvr.vdr.vnsi (same Thread=no)
ERROR: PVR - LoadClients - can't initialise client 'VDR VNSI Client'
</code>

after updateing to Version: 2:11.0-pvr+odk14~git20110324.28a2544~ppa+odk14~maverick


- opdenkamp - 2011-03-26

you'll probably have to update the vnsi plugin:
https://github.com/pipelka/vdr-plugin-vnsiserver


- voyager_mp - 2011-03-26

Sorry, does not solve the problem.
Going back to git20110313 worked. Found the .deb in backup.

If anyone need's them, just post.


- succo - 2011-03-26

look at this... i noticed that, even if i changed VNSIProtocolVersion to 1 it changed back so it was not working anymore and, in syslog, there were calls to unknown protocol version 2
so, change that line of code and it will work again Smile

edit: btw, did you really update the vnsi vdr plugin? in github there is protocol version 2, but i'm too lazy to update it, i am waiting for the ppa i'm using to update it for me Smile


- voyager_mp - 2011-03-27

problem solves, I had to rebuild the vdr, not just the vnsi plugin. Now it works, beside the recordings. Here only this {} apears. Since I dont need this, its fine with me.

thx


- Krautmaster - 2011-03-30

i have a problem with live tv and vnsi too...

i installed vdr 1.7.16 with this tutorial:
http://schnere.bveml.net/de/content/howto-xbmc-pvr-testing-opdenkamp-vnsi-inkl-vdr-1716-unter-ubuntu-10041010-lucidmaverick

and checkt out the latest xbmc ink Tv from

https://github.com/opdenkamp/xbmc

Works finde so far but after one hour of TV xbmc crashes without any action from my side:

Crashlos last lines:

Quote:22:04:18 T:140611065227008 M:390955008 DEBUG: CGUIInfoManager::SetCurrentMovie(pvr://channels/tv/Alle TV Kanäle/1.pvr)
22:04:18 T:140610736400128 M:390959104 WARNING: Decode - avcodec_decode_video didn't consume the full packet. size: 5223, consumed: 0
22:04:18 T:140610736400128 M:390959104 WARNING: Decode - avcodec_decode_video didn't consume the full packet. size: 2753, consumed: 0
22:04:18 T:140611065227008 M:390959104 DEBUG: CDVDDemuxPVRClient::UpdateStreams(): update stream 0:0 with codec_id 28
22:04:18 T:140611065227008 M:390959104 DEBUG: CDVDDemuxPVRClient::UpdateStreams(): update stream 1:1 with codec_id 86016
22:04:18 T:140611065227008 M:390959104 DEBUG: CDVDDemuxPVRClient::UpdateStreams(): update stream 2:2 with codec_id 86016
22:04:18 T:140611065227008 M:390959104 DEBUG: CDVDDemuxPVRClient::UpdateStreams(): update stream 3:3 with codec_id 86019
22:04:18 T:140611065227008 M:390959104 DEBUG: CDVDDemuxPVRClient::UpdateStreams(): update stream 4:4 with codec_id 94215
22:04:18 T:140610736400128 M:390959104 WARNING: Decode - avcodec_decode_video didn't consume the full packet. size: 6756, consumed: 0
22:04:18 T:140610736400128 M:390959104 WARNING: Decode - avcodec_decode_video didn't consume the full packet. size: 6593, consumed: 0
22:04:19 T:140611065227008 M:390959104 DEBUG: CGUIInfoManager::SetCurrentMovie(pvr://channels/tv/Alle TV Kanäle/1.pvr)
22:04:19 T:140610736400128 M:390959104 WARNING: Decode - avcodec_decode_video didn't consume the full packet. size: 4803, consumed: 0
22:04:19 T:140610736400128 M:390959104 WARNING: Decode - avcodec_decode_video didn't consume the full packet. size: 3888, consumed: 0
22:04:19 T:140610736400128 M:390959104 WARNING: Decode - avcodec_decode_video didn't consume the full packet. size: 4361, consumed: 0
22:04:19 T:140610736400128 M:390959104 WARNING: Decode - avcodec_decode_video didn't consume the full packet. size: 4557, consumed: 0
22:04:20 T:140611065227008 M:390705152 DEBUG: CGUIInfoManager::SetCurrentMovie(pvr://channels/tv/Alle TV Kanäle/1.pvr)


############### END LOG FILE ################

############ END XBMC CRASH LOG #############

any ideas? VSNI Plugin, VDR, XBMC or tv card driver? xD


- opdenkamp - 2011-03-31

probably the add-on.
could you post the full crashlog?