2013-05-29, 21:24
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?
initializing plugin: vnsiserver (0.9.0): VDR-Network-Streaming-Interface (VNSI) Server
(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.
Quote:May 30 17:24:01 openelec user.err vdr: [1459] initializing plugin: vnsiserver (0.9.0): VDR-Network-Streaming-Interface (VNSI) Server
(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.
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
ready to use (now a bit old maybe) sources: http://saraev.ca/vnsi4/
--
Stefan Saraev
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
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."