2015-01-14, 21:58
Hi,
I am faced with a strange effect:
Installed KODIbuntu from scratch. Want to enable Live TV with VDR. Currently my setup works fine as long as I do not reboot. After reboot the VDR crashes with Syslog message in an endless loop:
In kodi.log is this message:
The only way to stop it is disabling vdr in /etc/default/vdr and disabling Live TV in Kodi.
Then enabling again both and Live TV works fine.
My setup is:
- VDR 2.0.3 from KODIbuntu repository
- VNSI Server compiled from http://www.vdr-portal.de/board60-linux/b...ost1225007. This is vdr-plugin-vnsiserver_1.2.0~git20141226-3b2cf31-1yavdr0~trusty.dsc. Should be newest version
- VNSI client in Kodi is Version: 1.9.22-3trusty
I compiled the KODI addon from https://github.com/opdenkamp/xbmc-pvr-addons, but KODI refused to install the zip because of missing addon dependensies. In the addon.xml section <requires> are "xbmc.pvr", "xbmc.codec" and "xbmc.gui" mentioned. Can't find any of those.
Some ideas how to solve this to be able to have Live TV strait forward after reboot?
Thanks and regards
Fuchs
I am faced with a strange effect:
Installed KODIbuntu from scratch. Want to enable Live TV with VDR. Currently my setup works fine as long as I do not reboot. After reboot the VDR crashes with Syslog message in an endless loop:
Code:
Jan 14 20:08:32 [hostname] kernel: [ 53.719805] init: vdr main process (29041) terminated with status 127
In kodi.log is this message:
Code:
20:08:33 T:140179864016640 ERROR: AddOnLog: VDR VNSI Client: TransmitMessage - Failed to write packet (Connection refused), bytes written: -1 of total:
39
20:08:33 T:140179864016640 ERROR: AddOnLog: VDR VNSI Client: SignalConnectionLost - connection lost !!!
20:08:33 T:140179864016640 ERROR: AddOnLog: VDR VNSI Client: Login - failed to read greeting from server
20:08:33 T:140179864016640 ERROR: ADDON: Dll VDR VNSI Client - Client returned bad status (1) from Create and is not usable
20:08:33 T:140179864016640 WARNING: UpdateAndInitialiseClients - failed to create add-on VDR VNSI Client, status = 1
20:08:33 T:140180051764992 NOTICE: Thread AddonStatus pvr.vdr.vnsi start, auto delete: true
The only way to stop it is disabling vdr in /etc/default/vdr and disabling Live TV in Kodi.
Then enabling again both and Live TV works fine.
My setup is:
- VDR 2.0.3 from KODIbuntu repository
- VNSI Server compiled from http://www.vdr-portal.de/board60-linux/b...ost1225007. This is vdr-plugin-vnsiserver_1.2.0~git20141226-3b2cf31-1yavdr0~trusty.dsc. Should be newest version
- VNSI client in Kodi is Version: 1.9.22-3trusty
I compiled the KODI addon from https://github.com/opdenkamp/xbmc-pvr-addons, but KODI refused to install the zip because of missing addon dependensies. In the addon.xml section <requires> are "xbmc.pvr", "xbmc.codec" and "xbmc.gui" mentioned. Can't find any of those.
Some ideas how to solve this to be able to have Live TV strait forward after reboot?
Thanks and regards
Fuchs