VNSI versions and compatibility - 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: VNSI versions and compatibility (/showthread.php?tid=153801) |
RE: VNSI versions and compatibility - homer314 - 2014-12-15 (2014-12-15, 17:10)FernetMenta Wrote: vnsi does not touch the stream other than demuxing it. how did you measure bitrate? simply using jnettop terminal utility. Another little question: what are differencies between standard vnsi protocol and vnsi5? Thanks RE: VNSI versions and compatibility - FernetMenta - 2014-12-15 (2014-12-15, 17:14)homer314 Wrote: Another little question: what are differencies between standard vnsi protocol and vnsi5? When I took over VNSI I had to do lots of changes to the protocol definition. Maintaining a backwards compatibility during this time would have been too much effort. Instead I suffixed the version of vnsi with the version of protocol required. With release of 1.0 I maintain backwards compatibility again. Means you can upgrade the plugin to 1.2.0 without having to change any other component. RE: VNSI versions and compatibility - magicamun - 2014-12-19 Hi - i am preparing for Kodi - update - i am running gotham 13.2 atm. Which is the proper repo for vnsi-addons for kodi? RE: VNSI versions and compatibility - flipsen1977 - 2014-12-26 Hello FernetMenta, thanks for your great work on the vnsi-plugin. Is there already support implemented for the vdr cutting marks set to jump over commercial breaks in a record? If not, is it already planned for future releases? Regards, Flipsen RE: VNSI versions and compatibility - FernetMenta - 2014-12-26 Yes, I did this approximately one year ago: https://github.com/FernetMenta/vdr-plugin-vnsiserver/commit/f5d1c547142ee4a0537f9877fa2e945a478e9691 I have not tested this recently. Is it broken? RE: VNSI versions and compatibility - flipsen1977 - 2014-12-28 This Sounds really great. I couldn't test it yet. I just knew that this function wasn't available last year. But I will try es quick as I will have set up the new server. Thanks for your answer so far, I will report. RE: VNSI versions and compatibility - flipsen1977 - 2014-12-30 Hello FernetMenta, I managed to set up the new vdr from the yavdr unstable ppa (vdr 2.1.6 with vnsi-server-plugin 1.1.0), connect from kodi to vdr works fine, but there are no cutting marks in kodi available. How did you implement the function, how should the cut-marks be visible in kodi, the same way as bookmarks? There are no bookmarks, just when I stop replay und restart again, there is the auto-bookmark of the last break, therefore bookmarks themself shall be working. Regards, Flipsen RE: VNSI versions and compatibility - FernetMenta - 2014-12-30 please read and post to this thread: http://forum.kodi.tv/showthread.php?tid=163045&page=2 RE: VNSI versions and compatibility - gurabli - 2015-01-05 Sorry for the n00b question, but is vnsi already available and fully working on latest OpenElec 5 based on Kodi? If not, when it is expected to be? Thanks! RE: VNSI versions and compatibility - FernetMenta - 2015-01-05 afaik it is included in OE5 RE: VNSI versions and compatibility - gurabli - 2015-01-05 (2015-01-05, 12:11)FernetMenta Wrote: afaik it is included in OE5 Great, it sounds very good. I will check this out once I find some time for upgrade. RE: VNSI versions and compatibility - flipsen1977 - 2015-01-08 Yes, it is included, figured it out last weekend. RE: VNSI versions and compatibility - Tuxwork - 2015-02-05 Hi, i can't enable vnsi with "latest git (1.2.1) (master)" with "latest pvr (master)" on fresh KODI (15.0-ALPHA1 Git:2015-02-04-ee2bae8-dirty) Code: git clone https://github.com/opdenkamp/xbmc-pvr-addons.git -b master Code: /usr/bin/vdr -w 60 -Pepgtableid0 -Piptv -Pfemon -Pskincurses -Pwirbelscan -Pstreamdev-server -Pdvbapi -Pvnsiserver -Pxineliboutput --local=none --primary --remote=:37890 Code: 11:45:36 T:2801707840 DEBUG: PVR - Create - creating PVR add-on instance 'VDR VNSI Client' should downgrade kodi to get PVR working ? Thanks. RE: VNSI versions and compatibility - decaturguy - 2015-02-05 Why in Gods name you wanna use "KODI (15.0-ALPHA1 Git:2015-02-04-ee2bae8-dirty)" ? while the latest stable Kodi 14.1 Helix just released few days ago RE: VNSI versions and compatibility - Tuxwork - 2015-02-05 Ok, i try 14.1 now, but please which version of pvr and vnisi should i use with kodi-14.1 ? is good with... ? Code: git clone https://github.com/opdenkamp/xbmc-pvr-addons.git -b helix Thanks. |