Since tvheadend doesnt work with HD channels on my provider (no sound) I'm trying to use vdr as backend, like I did in the past.
I saw in pipelkas's vdr-plugin-vnsiserver git a message saying it's deprecated, to use xvdr instead.
Using yaVDR unstable sources (vdr-1.17.-20) I sucessful compiled xvdr without errors, and then manually copied these files into these locations:
libvdr-xvdr.so.* usr/lib/vdr/plugins/
debian/plugin.xvdr.conf etc/vdr/plugins/
xvdr/allowed_hosts.conf var/lib/vdr/plugins/xvdr/
I started vdr as service but xbmc xvdr addon doesnt work. Found it on logs:
09:52:34 T:2971659120 ERROR: PVR - InitialiseClient - can't initialise add-on 'VDR XVDR Client'
09:52:35 T:2971659120 ERROR: AddOnLog: VDR XVDR Client: Open - Can't connect to VSNI Server: Connection refused
09:52:35 T:2971659120 ERROR: ADDON: Dll VDR XVDR Client - Client returned bad status (1) from Create and is not usable
09:52:35 T:2971659120 ERROR: PVR - InitialiseClient - can't initialise add-on 'VDR XVDR Client'
09:52:36 T:2971659120 ERROR: Unable to load /usr/lib/xbmc//addons/pvr.vdr.xvdr/XBMC_VDR_xvdr.pvr, reason: /usr/lib/xbmc//addons/pvr.vdr.xvdr/XBMC_VDR_xvdr.pvr: file too short
If I manually start vdr with this command:
vdr -Pxvdr
I get:
vdr: /usr/lib/vdr/plugins/libvdr-xvdr.so.1.7.20: undefined symbol: _ZN6cTimerC1EbbP8cChannel
Please, anyone can help me?
Thanks in advance!
Pipelka's xvdr
Dolence
Junior Member Posts: 22 Joined: Mar 2010 Reputation: 0 |
2011-08-26 16:19
Post: #1
|
| find |
hoppel118
Member Joined: Jul 2011 Reputation: 0 Location: Germany - Hamburg |
2011-08-28 14:48
Post: #2
Hey Dolence,
I exactly did the followoing (You have to change the vdr-dir from "vdr-1.7.18" to your version): XVDR-Installation – VDR-Plugin Code: /etc/init.d/xbmc stopconfig-files: Code: cp -R /usr/src/vdr-1.7.18/PLUGINS/src/vdr-plugin-xvdr/xvdr /var/lib/vdr/plugins/--> in allowed_hosts.conf change to your local net. XVDR-Installation – XBMC-Addon Code: /etc/init.d/xbmc stopMaybe this helps! XVDR is absolutely stable in my configuration, didn't have any crashes, since I installed it. ![]() Grretings hfx mini - COMPLETELY PASSIVE COOLING asus - rampage II gene, q8400s, 2x2gb ssd: 120gb ocz v2, hdd: 2tb wd20ears, blu-ray-odd: optiarc bc 5600s geforce engt220, dd cines2 [18c3:dd00], imon vfd + pad os1: ubuntu 11.04 x86_64, xbmc pre11.0 opdenkamp-git:20110818-b2a5a4c, etobis vdr-1.7.18-2, pipelka-xvdr-server 0.9.0 (Prot:3), pipelka-xvdr-client 1.0.0 os2: win7 ult. x86, media browser, powerdvd 11
(This post was last modified: 2011-08-28 14:52 by hoppel118.)
|
| find |
Dolence
Junior Member Posts: 22 Joined: Mar 2010 Reputation: 0 |
2011-08-29 00:37
Post: #3
Thank you very much, hoppel!
Working fine here. No crashes. Im having only two issues here... 1) EPG doesnt load data almost every time 2) Random records being scheduled I dont know if xbmc or vdr are causing these problems. Have you experienced something like this? Thanks! |
| find |
Gfunk117
Junior Member Posts: 42 Joined: Jun 2011 Reputation: 0 |
2011-08-29 04:36
Post: #4
Dolence Wrote:Thank you very much, hoppel! You might be sending remote commands to vdr while xbmc is running which is causing the random recordings. The epg data is a known issue. |
| find |
Dolence
Junior Member Posts: 22 Joined: Mar 2010 Reputation: 0 |
2011-08-29 04:59
Post: #5
I will try to disconnect my remote and see what happens.
Thanks! |
| find |
hoppel118
Member Joined: Jul 2011 Reputation: 0 Location: Germany - Hamburg |
2011-08-29 22:24
Post: #6
Dolence Wrote:Thank you very much, hoppel! No problem! I have the EPG-Problem too, random records I didn't read before. Greetings hfx mini - COMPLETELY PASSIVE COOLING asus - rampage II gene, q8400s, 2x2gb ssd: 120gb ocz v2, hdd: 2tb wd20ears, blu-ray-odd: optiarc bc 5600s geforce engt220, dd cines2 [18c3:dd00], imon vfd + pad os1: ubuntu 11.04 x86_64, xbmc pre11.0 opdenkamp-git:20110818-b2a5a4c, etobis vdr-1.7.18-2, pipelka-xvdr-server 0.9.0 (Prot:3), pipelka-xvdr-client 1.0.0 os2: win7 ult. x86, media browser, powerdvd 11 |
| find |
opdenkamp
Team-XBMC PVR Developer Joined: Feb 2009 Reputation: 24 Location: Heerlen, The Netherlands |
2011-08-31 19:07
Post: #7
apparently pipelka chose to create his own fork/add-on without notifying me or one of the other Team XBMC members. this is all fine with me, cause everyone is free to do so (hurray open source). however, it will completely unsupported by me or any other team members, so don't submit any bug reports on my github repos (I'll just close them as 'third party problem') but over at pipellka's own github repos.
and, if nobody else is going to maintain the vdr/vnsi add-on that is in our tree, I'll just remove it, so I don't have to keep it all in sync anymore. saves me the trouble, though I can almost certainly guarantee you that this will result in non-functional builds later. we also had a quick chat about this on irc with the other team members, and since this xvdr stuff is not a part of xbmc or anything we maintain, threads about it will be closed (at least in this part of the forum) opdenkamp / dushmaniac xbmc-pvr [Eden-PVR builds] [now included in mainline XBMC, so no more source link here :)] personal website: [link] Found a problem with PVR? Report it on Trac, under "PVR - core components". Please attach the full debug log. If you like my work, please consider donating to me and/or Team XBMC.
(This post was last modified: 2011-08-31 19:50 by opdenkamp.)
|
| find |



Search
Help