2014-08-22, 18:59
Hi there,
I'm having an issue, I can't solve by my own. So please try to help me! I tried to closely follow the wikis available on the web.
But first things first. I downloaded and freshly installed XBMCbuntu with XBMC 13.2.
Then, I installed the drivers of my Sundtek MediaTV Pro III DVB-C USB tuner, executing:
wget http://www.sundtek.de/media/sundtek_netinst.sh
chmod 755 sundtek_netinst.sh
sudo ./sundtek_netinst.sh
rm ./sundtek_netinst.sh
Then I installed VDR and VNSI (according to the xbmc wiki it seemed to me the software of choice):
sudo add-apt-repository ppa:yavdr/unstable-vdr
sudo apt-get update
sudo apt-get install vdr dvb-apps
sudo apt-get install vdr-plugin-vnsiserver
I did a channel search:
sudo mv /var/lib/vdr/channels.conf /var/lib/vdr/channels.conf.sat
sudo scan -x 0 -o vdr -a 0 /usr/share/dvb/dvb-c/de-Kabel_BW > channels.conf
sudo mv channels.conf /var/lib/vdr/
started VDR:
sudo vim /etc/default/vdr
Enabled=1
sudo /etc/init.d/vdr start
sudo /etc/init.d/vdr status
and installed the respective XBMC plugin (seemingly, it wasn't packaged in xbmcbuntu)
sudo apt-get install xbmc-pvr-vdr-vnsi
so far so good, no errors!
After having enabled the Live TV in XBMC, the first error message pops up: "VDR VNSI Client connection lost"
My ~/.xbmc/temp/xbmc.log reads:
18:43:04 T:140453998151424 NOTICE: PVRManager - starting up
18:43:04 T:140453989758720 NOTICE: Thread PVRManager start, auto delete: false
18:43:04 T:140453981366016 NOTICE: Thread PVRClient start, auto delete: false
18:43:05 T:140454006544128 NOTICE: -->Python Interpreter Initialized<--
18:43:05 T:140454888630208 NOTICE: starting zeroconf publishing
18:43:05 T:140454888630208 NOTICE: ES: Starting event server
18:43:05 T:140453607372544 NOTICE: Thread JobWorker start, auto delete: true
18:43:05 T:140453590587136 NOTICE: Thread TCPServer start, auto delete: false
18:43:05 T:140453582194432 NOTICE: Thread AlarmClock start, auto delete: false
18:43:05 T:140453598979840 NOTICE: Thread EventServer start, auto delete: false
18:43:05 T:140453598979840 NOTICE: ES: Starting UDP Event server on 0.0.0.0:9777
18:43:05 T:140453598979840 NOTICE: UDP: Listening on port 9777
18:43:05 T:140454356162304 NOTICE: Thread RSSReader start, auto delete: false
18:43:07 T:140453981366016 ERROR: AddOnLog: VDR VNSI Client: Open - failed to connect to the backend (Connection refused)
18:43:07 T:140453981366016 ERROR: ADDON: Dll VDR VNSI Client - Client returned bad status (1) from Create and is not usable
18:43:07 T:140453981366016 WARNING: UpdateAndInitialiseClients - failed to create add-on VDR VNSI Client, status = 1
18:43:07 T:140454356162304 NOTICE: Thread AddonStatus pvr.vdr.vnsi start, auto delete: true
18:43:12 T:140453981366016 ERROR: AddOnLog: VDR VNSI Client: Open - failed to connect to the backend (Connection refused)
18:43:12 T:140453981366016 ERROR: ADDON: Dll VDR VNSI Client - Client returned bad status (1) from Create and is not usable
18:43:12 T:140453981366016 WARNING: UpdateAndInitialiseClients - failed to create add-on VDR VNSI Client, status = 1
18:43:12 T:140454356162304 NOTICE: Thread AddonStatus pvr.vdr.vnsi start, auto delete: true
Any suggestions?
The version numbers are vdr-plugin-vnsiserver 1:0.9.4-14trusty and xbmc-pvr-vdr-vnsi 1.9.8-14trusty
Thank you so much in advance!
I'm having an issue, I can't solve by my own. So please try to help me! I tried to closely follow the wikis available on the web.
But first things first. I downloaded and freshly installed XBMCbuntu with XBMC 13.2.
Then, I installed the drivers of my Sundtek MediaTV Pro III DVB-C USB tuner, executing:
wget http://www.sundtek.de/media/sundtek_netinst.sh
chmod 755 sundtek_netinst.sh
sudo ./sundtek_netinst.sh
rm ./sundtek_netinst.sh
Then I installed VDR and VNSI (according to the xbmc wiki it seemed to me the software of choice):
sudo add-apt-repository ppa:yavdr/unstable-vdr
sudo apt-get update
sudo apt-get install vdr dvb-apps
sudo apt-get install vdr-plugin-vnsiserver
I did a channel search:
sudo mv /var/lib/vdr/channels.conf /var/lib/vdr/channels.conf.sat
sudo scan -x 0 -o vdr -a 0 /usr/share/dvb/dvb-c/de-Kabel_BW > channels.conf
sudo mv channels.conf /var/lib/vdr/
started VDR:
sudo vim /etc/default/vdr
Enabled=1
sudo /etc/init.d/vdr start
sudo /etc/init.d/vdr status
and installed the respective XBMC plugin (seemingly, it wasn't packaged in xbmcbuntu)
sudo apt-get install xbmc-pvr-vdr-vnsi
so far so good, no errors!
After having enabled the Live TV in XBMC, the first error message pops up: "VDR VNSI Client connection lost"
My ~/.xbmc/temp/xbmc.log reads:
18:43:04 T:140453998151424 NOTICE: PVRManager - starting up
18:43:04 T:140453989758720 NOTICE: Thread PVRManager start, auto delete: false
18:43:04 T:140453981366016 NOTICE: Thread PVRClient start, auto delete: false
18:43:05 T:140454006544128 NOTICE: -->Python Interpreter Initialized<--
18:43:05 T:140454888630208 NOTICE: starting zeroconf publishing
18:43:05 T:140454888630208 NOTICE: ES: Starting event server
18:43:05 T:140453607372544 NOTICE: Thread JobWorker start, auto delete: true
18:43:05 T:140453590587136 NOTICE: Thread TCPServer start, auto delete: false
18:43:05 T:140453582194432 NOTICE: Thread AlarmClock start, auto delete: false
18:43:05 T:140453598979840 NOTICE: Thread EventServer start, auto delete: false
18:43:05 T:140453598979840 NOTICE: ES: Starting UDP Event server on 0.0.0.0:9777
18:43:05 T:140453598979840 NOTICE: UDP: Listening on port 9777
18:43:05 T:140454356162304 NOTICE: Thread RSSReader start, auto delete: false
18:43:07 T:140453981366016 ERROR: AddOnLog: VDR VNSI Client: Open - failed to connect to the backend (Connection refused)
18:43:07 T:140453981366016 ERROR: ADDON: Dll VDR VNSI Client - Client returned bad status (1) from Create and is not usable
18:43:07 T:140453981366016 WARNING: UpdateAndInitialiseClients - failed to create add-on VDR VNSI Client, status = 1
18:43:07 T:140454356162304 NOTICE: Thread AddonStatus pvr.vdr.vnsi start, auto delete: true
18:43:12 T:140453981366016 ERROR: AddOnLog: VDR VNSI Client: Open - failed to connect to the backend (Connection refused)
18:43:12 T:140453981366016 ERROR: ADDON: Dll VDR VNSI Client - Client returned bad status (1) from Create and is not usable
18:43:12 T:140453981366016 WARNING: UpdateAndInitialiseClients - failed to create add-on VDR VNSI Client, status = 1
18:43:12 T:140454356162304 NOTICE: Thread AddonStatus pvr.vdr.vnsi start, auto delete: true
Any suggestions?
The version numbers are vdr-plugin-vnsiserver 1:0.9.4-14trusty and xbmc-pvr-vdr-vnsi 1.9.8-14trusty
Thank you so much in advance!