Kodi Community Forum
VNSI4 alpha - 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: VNSI4 alpha (/showthread.php?tid=158684)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20


RE: VNSI4 alpha - asshep - 2013-03-16

>> What is you host system
Linux ( openSuSE 12.1 / i686 athlon i386 GNU/Linux )

checkout is from today 18:30

>> Please post config.log of pvr-addons
Cant find a possibility attach file. No PasteBin Access. Realy paste Logfile ?


RE: VNSI4 alpha - FernetMenta - 2013-03-16

No access to xbmclogs.com?
What does config.log state about GLESv2?

That's mine:
Code:
configure:15699: checking for main in -lGLESv2
configure:15718: gcc -o conftest -g -O2   conftest.c -lGLESv2  -lpthread  >&5
/usr/bin/ld: cannot find -lGLESv2



RE: VNSI4 alpha - asshep - 2013-03-16

configure:15565: result: yes
configure:15580: checking for main in -lGLESv2
configure:15599: /usr/bin/ccache gcc -o conftest -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DNDEBUG=1 conftest.c -lGLESv2 -lpthread >&5
configure:15599: $? = 0
configure:15608: result: yes
....
ac_cv_lib_GLESv2_main=yes


RE: VNSI4 alpha - FernetMenta - 2013-03-16

hmm, what does this lib on your system?
I pushed a fix to vnsi4. can you rebase?


RE: VNSI4 alpha - asshep - 2013-03-16

>> can you rebase
Running

>> hmm, what does this lib on your system?
Don't know. As I remember, I did Standard openSuSE Installation, then dependencies for VDR and XBMC (of course). Have a running Samba Server also. But thats it
This is OPenGL isn't it ? Comes from Nvidea ?


XBMC built successfully

Thanks a lot, I'll try later


RE: VNSI4 alpha - asshep - 2013-03-16

Ok, works. Also with the "old" vnsiserver4 from 9th March
The new vnsiserver4 from today I'll test tomorrow, cause Bella Block is waiting

Thanks a lot, great work


RE: VNSI4 alpha - FernetMenta - 2013-03-17

I added a skin file for Aeon.Nox.


RE: VNSI4 alpha - FernetMenta - 2013-03-17

BTW: for controlling the VDR UI you can add keys/buttons to the Addon section in the key maps:

Code:
<Addon>
    <keyboard>
      <r>Red</r>
      <b>Blue</b>
      <g>Green</g>
      <y>Yellow</y>
    </keyboard>
  </Addon>

This is useful to make the color buttons work which are essential for VDR.


RE: VNSI4 alpha - asshep - 2013-03-18

For me, everything OK so far
- Watching still running Records ( Key Function for me )
- Seeking in still running Recordings

I missed (or to stupid to handle)
- FastForward / -Rewind only one speed. In "normal" xbmc Player hitting the buttons multipies seeking speed
- Rewinding to the Beginning, Movie didn't stops but shatters

A stupid Question
- Pausing LiveTV is pressing Pause, isnt it ?. For me this didn't work, or I have to wait a bit longer. I pressed randomly FF / FR Pause, and suddenly, it paused. Maybe my mistake

>> I added a skin file for Aeon.Nox.
Yes, looks nice and works
For your Information. Copied VNSI_ADDON/skin.confluence to skin.transparency. Didn't crash anymore but looks ugly if You go back from VDR-UI to normal (pressing info)

Again, Great Work, Thanks


RE: VNSI4 alpha - ezechiel1917 - 2013-03-18

Installed VNSI4 version to xbmc and so far so good. Great work! :]

I've seen lot of DEBUG: CDVDPlayerAudio:: Discontinuity1 sometime when Timeshift to RAM is enabled on first channel (HD) in All channels list, but I have to play with it more to find out if it's really vnsi4 related because all other channels are working perfectly.

Also is it possible to raise Timeshift RAM limit from 20x100MB?

(2013-03-18, 10:37)asshep Wrote: I missed (or to stupid to handle)
- FastForward / -Rewind only one speed. In "normal" xbmc Player hitting the buttons multipies seeking speed
- Rewinding to the Beginning, Movie didn't stops but shatters

A stupid Question
- Pausing LiveTV is pressing Pause, isnt it ?. For me this didn't work, or I have to wait a bit longer. I pressed randomly FF / FR Pause, and suddenly, it paused. Maybe my mistake

Pause/FF/RW 2x/4x etc with remote works all fine with Transparency for me.


RE: VNSI4 alpha - FernetMenta - 2013-03-18

Quote:Copied VNSI_ADDON/skin.confluence to skin.transparency.

No need to copy anymore. I fixed the fallback method to use skin confluence if no skin file is provided (also XBMC fix required). Might still look ugly depending on the current skin, but better than crash.

Quote:Rewinding to the Beginning, Movie didn't stops but shatters

This is due to pvr caching in XBMC. I will look into this when adding timeshift buffer times to the API. Also adding a progress bar for the buffer.

Quote:Also is it possible to raise Timeshift RAM limit from 20x100MB?

doubled by a factor of 2.

Quote:CDVDPlayerAudio:: Discontinuity1

We have still trouble with AE e.g. buffer underruns. Might be related.


RE: VNSI4 alpha - hfmls - 2013-03-19

hi guys, how can i compile and install latest vnsi addon (alpha)?
sorry the dumb question.

i am using latest xbmc 13


RE: VNSI4 alpha - ezechiel1917 - 2013-03-19

For xbmc addon you have all of the needed information in FernetMentas first post in this thread. you just need to

Code:
git clone --branch vnsi4 https://github.com/FernetMenta/xbmc-pvr-addons.git

And for vdr vnsiserver4 plugin check important thread in this forum section. You will need vnsi4 branch for that too.


RE: VNSI4 alpha - hfmls - 2013-03-20

(2013-03-19, 14:21)ezechiel1917 Wrote: For xbmc addon you have all of the needed information in FernetMentas first post in this thread. you just need to

Code:
git clone --branch vnsi4 https://github.com/FernetMenta/xbmc-pvr-addons.git

And for vdr vnsiserver4 plugin check important thread in this forum section. You will need vnsi4 branch for that too.

i'm sorry mate, but i'm kinda new to linux/ubuntu, after i clone git, what do i have to do?


RE: VNSI4 alpha - FernetMenta - 2013-03-20

read the README for the addon: https://github.com/opdenkamp/xbmc-pvr-addons/blob/master/README

read the sticky post for compiling the vdr plugin.