Linux XBMC-Addon-XVDR causes crash of XBMC-Eden-PVR

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
themoddingden Offline
Junior Member
Posts: 11
Joined: Jun 2011
Reputation: 0
Post: #11
hey guys i'm running the new beta and it's slow on a dual-core 4400+ with 6 gig ram and stutters on streaming. besides the crash to 12.04 64bit desktop when going to my music folder in xbmc. oh gtx275 in it as well.
(This post was last modified: 2012-07-09 01:14 by themoddingden.)
find quote
FernetMenta Online
Team-XBMC Member
Posts: 1,714
Joined: Jul 2010
Reputation: 37
Location: Munich
Post: #12
musv, you need either the sources of vdr or vdr-devel package (or whatever it is called for gentoo)

themoddingden, please open a separate thread, or explain the relationship to this topic.
find quote
musv Offline
Junior Member
Posts: 29
Joined: Nov 2011
Reputation: 0
Post: #13
(2012-07-09 09:37)FernetMenta Wrote:  musv, you need either the sources of vdr or vdr-devel package (or whatever it is called for gentoo)
That's not the problem. vdr-1.7.27 is installed. And in Gentoo almost everything is build from scratch. Means, I can access the source.

Will try it like described here: http://forum.xbmc.org/showthread.php?tid...pid1120127 when I'm at home again.

It's not really a good idea to install something aside of the package manager.
find quote
FernetMenta Online
Team-XBMC Member
Posts: 1,714
Joined: Jul 2010
Reputation: 37
Location: Munich
Post: #14
I just noticed that the directory for addons has changed. In case you have pvr addons in /usr/local/share/xbmc/addons, delete those.
find quote
musv Offline
Junior Member
Posts: 29
Joined: Nov 2011
Reputation: 0
Post: #15
There was also a problem with the Makefile, which somehow has to be patched via the ebuild and failed in this state. So I just used the unpack part of the ebuild, which copied the downloaded files to a temporary directory. There I corrected the Makefile and built the vnsiserver.so manually. Afterwards it was only necessary to copy that file to /etc/vdr/plugins/vnsiserver. And what should I say. It works like a charm.

I don't know, if there were some bigger performance improvements in the last PVR versions (from 70 to 76), but I notice a huge difference. The channels change much faster and also the GUI seems to be more agile.

However, after the yesterday tests I'm quite happy with vnsi and I guess I'll stay for some time with that solution.

Thank you a lot for your help. I had to some things again.
find quote
Karl23 Offline
Junior Member
Posts: 8
Joined: May 2011
Reputation: 0
Post: #16
xbmc-addon-xvdr only works up to pipelka git 75445e7 with xbmc-pvr-eden
find quote
jobe Offline
Junior Member
Posts: 18
Joined: Jul 2012
Reputation: 0
Post: #17
(2012-07-15 19:46)Karl23 Wrote:  xbmc-addon-xvdr only works up to pipelka git 75445e7 with xbmc-pvr-eden

And this is exactly what you get, when you checkout the eden branch of xbmc-addon-xvdr. Works fine for me with opdenkamps Eden-pvr branch.

Regards,
Jobe
find quote
Hasu0bs Offline
Senior Member
Posts: 110
Joined: Jan 2011
Reputation: 1
Post: #18
(2012-07-08 12:37)FernetMenta Wrote:  There is a reason why we keep maintaining VNSI in this branch. It's not that we like the duplicate work or say VNSI is better than XVDR. We have expected exactly those things to happen.
Your crashlog states that it segfaults in XVDR.

Hi,

i have the same problems with XVDR in generic openELEC AudioEngine version so I was trying to get it to work with vnsi. But when i select Live TV it give me an error which says: "no pvr clients started"
Log: http://sprunge.us/OfXb

So i did the following:
Code:
ps axwww|grep vdr
which gave me :
Code:
vdr.bin .......... -P xvdr -P sc -P wirbelscan -P wirbelscancontrol -P dynamite
so i did
Code:
killall vdr.bin
vdr.bin .......................-P vnsi -P sc -P wirbelscan -P wirbelscancontrol -P dynamite
which gave me this:
Code:
vdr: /storage/.xbmc/addons/service.multimedia.vdr-addon/plugin/libvdr-vnsi.so.1.7.27: cannot open shared object file: No such file or directory

so i disabled Live TV in XBMC, disabled the client, deinstalled vdr-addon, deleted the folders under Userdata/addon_data, rebooted, reinstalled vdr-addon, reenabled vnsi client, rebooted, restored my channels.conf file and enabled live tv in xbmc... same problem

Any suggestions?
(This post was last modified: 2012-07-20 18:32 by Hasu0bs.)
find quote
opdenkamp Offline
Team-XBMC PVR Developer
Posts: 2,006
Joined: Feb 2009
Reputation: 26
Location: Heerlen, The Netherlands
Post: #19
your openelec add-on zip for vdr seems to be incomplete, or something went wrong while compiling it. it's expecting to find that libvdr-vnsi.so.1.7.27 and can't find it, so it won't start. add-on can't connect to the backend and won't start (that's in the log). so you need to fix the vdr backend add-on.

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.
find quote
Post Reply