OpenElec VNSI4 test builds (Gotham & Frodo)
#31
I've been really busy recently to test (plus I hosed my VDR server). Are you saying you did a new OE gotham build with the compiled pvr addon taken from one of my old builds and it didnt work?
Guide to building an all in one Ubuntu Server - TV(vdr),File,Music,Web

Server Fractal Designs Define XL, Asus P5QL/EPU, Dual Core E5200, 4gb, L4M-Twin S2 v6.2, Supermicro AOC-USAS-L8I, 1*SSD & 13*HDD drives (24TB total) - Ubuntu Server
XBMC 1 ASRock Z77E-ITX, G850, 8GB RAM, SSD, BD - Ubuntu / OpenElec frodo
XBMC 2 Revo 3700 - OpenElec frodo
XBMC 3 Raspb Pi
Reply
#32
I´ve tested my own build (compiled without an error) + vdr addon from official OE -> error
My own build + self compiled vdr addon -> error

Your "old" build -> same error Smile

I don´t know if the vdr addon has got some changes that it don´t work or if i did some mistake. (download your build -> install (clean) -> start pvr-vdr -> install from oe repo vdr client addon)
Reply
#33
post xbmc debug log and syslog from vdr machine.
Reply
#34
- xbmc.log

- syslog

fresh clean install of charlie0440 OE-Gotham build
Reply
#35
Code:
initializing plugin: vnsiserver (0.9.0): VDR-Network-Streaming-Interface (VNSI) Server

You don't run vnsi4 (0.9.2) on the server. 0.9.0 isn't even vnsi3 which is the version in opdenkamp repository.
Reply
#36
(2013-05-30, 16:58)FernetMenta Wrote: You don't run vnsi4 (0.9.2) on the server. 0.9.0 isn't even vnsi3 which is the version in opdenkamp repository.

This is the build from this thread (Post #1), got the same error if i try to follow the compile instructions at post #25.
(i thought builds from #1 are working Angel )

Maybe we are doing something really wrong Huh

-- edit --

maybe a OE fault ?

log from latest official OpenElec

Quote:May 30 17:24:01 openelec user.err vdr: [1459] initializing plugin: vnsiserver (0.9.0): VDR-Network-Streaming-Interface (VNSI) Server
Reply
#37
Post #25 said nothing about bumping the server side part of vnsi. OE pulls and builds a 6 months old version of the server plugin.
Reply
#38
Some days ago i´ve played a bit around to change the paths at the oe build system to your github (mkpkg_vdr-plugin-vnsiserver) but it results in build faults (my fault, oe fault ... i dont know)

Sadly there is no doku how to build it Sad
Reply
#39
I contacted the OE maintainer of the package. As soon as I know how to bump version of the server plugin, I'll post here.
Reply
#40
Thumbs Up 
tx for your help
Reply
#41
(2013-05-30, 17:41)FernetMenta Wrote: Post #25 said nothing about bumping the server side part of vnsi. OE pulls and builds a 6 months old version of the server plugin.

Correct these instructions/builds are for people who use VNSI 4 as a client to connect to another machine running a VDR server (VNSI4). As per my post 1 of this thread.
Guide to building an all in one Ubuntu Server - TV(vdr),File,Music,Web

Server Fractal Designs Define XL, Asus P5QL/EPU, Dual Core E5200, 4gb, L4M-Twin S2 v6.2, Supermicro AOC-USAS-L8I, 1*SSD & 13*HDD drives (24TB total) - Ubuntu Server
XBMC 1 ASRock Z77E-ITX, G850, 8GB RAM, SSD, BD - Ubuntu / OpenElec frodo
XBMC 2 Revo 3700 - OpenElec frodo
XBMC 3 Raspb Pi
Reply
#42
Here is the reply from Stefan:

Quote:https://github.com/stefansaraev/OpenELEC.tv/commits/vdr

^^ here it is. last 4 commits, in particular 871b9e50 and f8caf1fdd2 for the vdr side (ignore the "changelog" part here - it would fail to merge.

to get latest you need to run mkpkg_vdr-plugin-vnsiserver4 in tools/mkpkg/, upload the resulting archive somewhere and update packages/3rdparty/multimedia/vdr-plugin-vnsiserver4/meta

this will, in general, not touch current vnsi, just adds vnsi4, and you can switch to it via vdr addon config GUI

other two commits are about xbmc (pvr / frodo) side. they add "renamed" vnsi4 so it won't break current vnsi. however you can't use both at same time Wink

ready to use (now a bit old maybe) sources: http://saraev.ca/vnsi4/

--
Stefan Saraev
Reply
#43
hi
any chance to get openelec ION x64 ??

Gotham with vnsi4 ??

I will be very greatful
Reply
#44
(2013-05-30, 21:17)FernetMenta Wrote: Here is the reply from Stefan:

trying tomorrow, tx
Reply
#45
Quote:to get latest you need to run mkpkg_vdr-plugin-vnsiserver4 in tools/mkpkg/, upload the resulting archive somewhere and update packages/3rdparty/multimedia/vdr-plugin-vnsiserver4/meta

Don't forgot once you have run mkpkg_vdr-plugin-vnsiserver4 you will have to manually copy the tar.xz .md5 & .url to the sources folder.

Alternatively append something like following to the ^^ file (untested):

Code:
echo "copying tar balls to sources..."
   if [ ! -d ../../sources/ ]; then
      mkdir ../../sources/
   fi
   if [ ! -d ../../sources/vdr-plugin-vnsiserver4/ ]; then
      mkdir ../../sources/vdr-plugin-vnsiserver4/
   fi
   mv vdr-plugin-vnsiserver4-$GIT_REV.tar.xz ../../sources/vdr-plugin-vnsiserver4/
echo "generate md5 and url files..."
   cd ../..
   md5sum sources/vdr-plugin-vnsiserver4/vdr-plugin-vnsiserver4-$GIT_REV.tar.xz > sources/vdr-plugin-vnsiserver4/vdr-plugin-vnsiserver4-$GIT_REV.tar.xz.md5
   echo "PLACE URL HERE" > sources/vdr-plugin-vnsiserver4/vdr-plugin-vnsiserver4-$GIT_REV.tar.xz.url
   echo "Source tar balls generated for vdr-plugin-vnsiserver4 PKG_VERSION=$GIT_REV successfully."
Guide to building an all in one Ubuntu Server - TV(vdr),File,Music,Web

Server Fractal Designs Define XL, Asus P5QL/EPU, Dual Core E5200, 4gb, L4M-Twin S2 v6.2, Supermicro AOC-USAS-L8I, 1*SSD & 13*HDD drives (24TB total) - Ubuntu Server
XBMC 1 ASRock Z77E-ITX, G850, 8GB RAM, SSD, BD - Ubuntu / OpenElec frodo
XBMC 2 Revo 3700 - OpenElec frodo
XBMC 3 Raspb Pi
Reply

Logout Mark Read Team Forum Stats Members Help
OpenElec VNSI4 test builds (Gotham & Frodo)1