![]() |
Solved KODIbuntu + VDR not working (SignalConnectionLost) - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: PVR & Live TV Support (https://forum.kodi.tv/forumdisplay.php?fid=167) +---- Forum: VDR (https://forum.kodi.tv/forumdisplay.php?fid=169) +---- Thread: Solved KODIbuntu + VDR not working (SignalConnectionLost) (/showthread.php?tid=212391) |
KODIbuntu + VDR not working (SignalConnectionLost) - sprotznock - 2014-12-26 Hiho, I just installed KODIbuntu 64bit from scratch (fully upgraded) and can't get vdr TV plugin working, neither recordings nor live TV. When I start playback of a recording I get these messages in kodi.log: Code: 11:59:02 T:140722304964352 NOTICE: Thread BackgroundLoader start, auto delete: false syslog shows nothing special when this happens, but repeatedly this message: Code: Dec 26 12:17:35 xbmc3 vdr: [1450] VNSI: Requesting clients to reload recordings list These are the package versions: Code: kodi 2:14.0~git20141223.1015-final-0trusty Any help is very appreciated. I am an experienced Linux user, so I don't fear to compile stuff on my own or so. I just need the right pointers where to start. Thanks! RE: KODIbuntu + VDR not working (SignalConnectionLost) - FernetMenta - 2014-12-26 where did you get vdr-plugin-vnsiserver from? looks like an outdated version. RE: KODIbuntu + VDR not working (SignalConnectionLost) - sprotznock - 2014-12-26 It's from the official PPA (I think) - as I said I used a vanilla up-to-date KODIbuntu installation: Code: % apt-cache policy vdr-plugin-vnsiserver So it's from the official PPA, or not? Should I use a different ppa? Thanks! RE: KODIbuntu + VDR not working (SignalConnectionLost) - FernetMenta - 2014-12-26 I pinged the package maintainer about this. I build this myself and don't know if there is any ubuntu ppa with a compatible plugin for vdr in ubuntu ppa. I know that yavdr provides up-to-date versions for their vdr. RE: KODIbuntu + VDR not working (SignalConnectionLost) - sprotznock - 2014-12-27 Thanks for the pointer to the yavdr ppa. In the past I had problems mixing their packages with "standard" Debian/Ubuntu setups, so I need it to give it a try again. Even the KODI Wiki suggests using this PPA (shame on me not seeing this before). So I just did and it works! The only fllaw is that the version numbering of team-xbmc PPA and yavdr PPA differ in a way that the yavdr package is not recognized as newer automatically. So I had to pick the concrete version number by hand: Code: apt-get install vdr-plugin-vnsiserver=1.1.0~git20141008-a7cb405-0yavdr0~trusty That's great stuff. I was near to drop vdr (as a loyal user for a decade or so) in favour of tvheadend. Is it possible to add the yavdr PPA to KODIbuntu by default? I think there are others who believe in good and just do a "apt-get install vdr ..." ![]() RE: KODIbuntu + VDR not working (SignalConnectionLost) - FernetMenta - 2014-12-27 I will ask the maintainer of the KODIbuntu. Personally I would purge those outdated ubuntu main ppas for vdr. They have version 2.0.3 of vdr which is more than a year old. RE: KODIbuntu + VDR not working (SignalConnectionLost) - Burnrubber - 2015-01-03 Hi Fernet, hi sprotznock, i have also the same effects under kodibuntu 14.04.1. VDR installed from the original Ubuntu sources with the effect 'connection lost' after some updates. I also will now switch to the unstable ppa from yavdr and will report back. @ Fernet, I will salute you, if you could manage adding some working sources for vdr to kodibuntu. Greetings, Burn. |