No OSD VDR on KODI on RPi2
#1
Hi, I can't view OSD in kodi settings.

My command line of vdr is:


/vdr --video=/video/recs -P 'vnsiserver -d' -Pstreamdev-server -P 'vdrmanager -P softword' -Pupnp


Any help please?
Reply
#2
Does it work without the other plugins?
Reply
#3
vdr --video=/video/recs -P 'vnsiserver -d'



no........
Reply
#4
If can help I'v used packages for Raspberry pi 2 jessie in this reps:

http://pipplware.pplware.pt/pipplware/di...in/binary/
Reply
#5
I don't know this source. Looks like the addon was not built properly. If libs for GLESv2 were missing during build, the OSD can't be rendered.
Reply
#6
Ok I link that 3d to the developer, thanks! Smile
Reply
#7
it's a long work, building by myself your vnsi plugin for RPi2? I don't know build process of kodi 15
Reply
#8
If nothing has changed that makes thing fail, building is rather straightforward: https://github.com/xbmc/xbmc/blob/master...aspberrypi
I build the addons out of tree: http://forum.kodi.tv/showthread.php?tid=...pid1934922
Reply
#9
I'v already read this links, but I don't understand if I need to build kodi too and if I need the full tree of kodi sources
Reply
#10
(2015-10-23, 17:38)SoftWord Wrote: I'v already read this links, but I don't understand if I need to build kodi too and if I need the full tree of kodi sources

You need the full kodi source and you need to run bootstrap and configure. If I am not mistaken compiling Kodi is not required.
Reply
#11
Sorry for my broken english Smile I'm italian.......Tongue

Ok fine, thanks for u'r support m8 Smile
Reply
#12
Sorry but I'v some problem with my RPi2..........can someone build that addons?
Reply
#13
Yes, the addon was compiled with opengl instead of opengles2. I fixed it, it is already in the repo, you will be able to update it when the server is back online.

But I think this should be fixed upstream, not by me. See here:
https://github.com/kodi-pvr/pvr.vdr.vnsi...xt#L17-L35

OpenGL is always prefered over OpenGLES, it should have a system check to select the correct one in the compile time.
Reply
#14
many thanks to all to follow me in this trouble! Smile
Reply
#15
Now it works, linking with libgres2 show me osd thanks for your work Smile

I'v last issue with vnsi plugin, every about 30 secs, freeze for 1 secs

EDIT2: after some minutes (about 2-3), it's ok, seams to be a vnsi to vdr buffer issue.....
Reply

Logout Mark Read Team Forum Stats Members Help
No OSD VDR on KODI on RPi20