![]() |
No OSD VDR on KODI on RPi2 - Printable Version Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: PVR & Live TV Support (https://forum.kodi.tv/forumdisplay.php?fid=167) +---- Forum: VDR (https://forum.kodi.tv/forumdisplay.php?fid=169) ---- Thread: No OSD VDR on KODI on RPi2 (/showthread.php?tid=244940) Pages:
1
2
|
No OSD VDR on KODI on RPi2 - SoftWord - 2015-10-23 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? RE: No OSD VDR on KODI on RPi2 - FernetMenta - 2015-10-23 Does it work without the other plugins? RE: No OSD VDR on KODI on RPi2 - SoftWord - 2015-10-23 vdr --video=/video/recs -P 'vnsiserver -d' no........ RE: No OSD VDR on KODI on RPi2 - SoftWord - 2015-10-23 If can help I'v used packages for Raspberry pi 2 jessie in this reps: http://pipplware.pplware.pt/pipplware/dists/jessie/main/binary/ RE: No OSD VDR on KODI on RPi2 - FernetMenta - 2015-10-23 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. RE: No OSD VDR on KODI on RPi2 - SoftWord - 2015-10-23 Ok I link that 3d to the developer, thanks! ![]() RE: No OSD VDR on KODI on RPi2 - SoftWord - 2015-10-23 it's a long work, building by myself your vnsi plugin for RPi2? I don't know build process of kodi 15 RE: No OSD VDR on KODI on RPi2 - FernetMenta - 2015-10-23 If nothing has changed that makes thing fail, building is rather straightforward: https://github.com/xbmc/xbmc/blob/master/docs/README.raspberrypi I build the addons out of tree: http://forum.kodi.tv/showthread.php?tid=219166&pid=1934922#pid1934922 RE: No OSD VDR on KODI on RPi2 - SoftWord - 2015-10-23 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 RE: No OSD VDR on KODI on RPi2 - FernetMenta - 2015-10-23 (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. RE: No OSD VDR on KODI on RPi2 - SoftWord - 2015-10-23 Sorry for my broken english ![]() ![]() Ok fine, thanks for u'r support m8 ![]() RE: No OSD VDR on KODI on RPi2 - SoftWord - 2015-10-23 Sorry but I'v some problem with my RPi2..........can someone build that addons? RE: No OSD VDR on KODI on RPi2 - rascas - 2015-10-24 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/blob/Isengard/CMakeLists.txt#L17-L35 OpenGL is always prefered over OpenGLES, it should have a system check to select the correct one in the compile time. RE: No OSD VDR on KODI on RPi2 - SoftWord - 2015-10-24 many thanks to all to follow me in this trouble! ![]() RE: No OSD VDR on KODI on RPi2 - SoftWord - 2015-10-24 Now it works, linking with libgres2 show me osd thanks for your work ![]() 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..... |