NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Information Community Announcements v
« Previous 1 2 3 4 5 6 … 56 Next »
xnpvrcli - linux/unix client for NPVR

 
  • 0 Vote(s) - 0 Average
xnpvrcli - linux/unix client for NPVR
tmrt
Offline

Member

Posts: 188
Threads: 25
Joined: May 2007
#11
2011-01-05, 05:06 PM (This post was last modified: 2011-01-05, 05:12 PM by tmrt.)
Dan the man Wrote:Have tried using your precompiled binaries on Ubuntu 10.10 and get the following error message when I run sudo ldconfig

/sbin/ldconfig.real: /usr/local/lib/libplayer.so.2 is not a symbolic link

"ldd /usr/local/bin/xnpvrcli" and "ldd /usr/local/lib/libplayer.so" do not seem to show any missing libraries.

Any ideas?

Before posting the binaries I had tried them on ubuntu 10.10 and had no problems. I have no clue what could be wrong. I suggest to compile your own libraries:

wget http://libplayer.geexbox.org/releases/li....1.tar.bz2
tar -xhvf libplayer-2.0.1.tar.bz2
cd libplayer-2.0.1
./configure --enable-xlib-hack
make
sudo make install
tkgafs
Offline

Senior Member

Posts: 594
Threads: 61
Joined: Jun 2004
#12
2011-01-06, 12:38 AM
I'm very interested in this as well, I have just built a system to run xbmc on and while its good and very pretty the music library is not a patch on Musiclibrary 3 for my needs

If I install ubuntu 10.10 and xbmc 10 will that be pretty much what I need to install your binaries on ?

my graphics card is an nvidia 210 which apparently is much the same as an ION

Tkgafs
tmrt
Offline

Member

Posts: 188
Threads: 25
Joined: May 2007
#13
2011-01-06, 10:53 AM
tkgafs Wrote:I'm very interested in this as well, I have just built a system to run xbmc on and while its good and very pretty the music library is not a patch on Musiclibrary 3 for my needs

If I install ubuntu 10.10 and xbmc 10 will that be pretty much what I need to install your binaries on ?

my graphics card is an nvidia 210 which apparently is much the same as an ION

Tkgafs

Binaries posted before were compiled on an old Debian 5.0 Lenny installation. They work on my installation of ubuntu 10.10.

Since I am not sure to what extent different distributions are binary compatible I attach here an ubuntu 10.10 debs. I am not sure that all the dependencies are there. Please report results.
toboR
Offline

Member

Posts: 158
Threads: 12
Joined: Aug 2006
#14
2011-01-07, 02:38 AM
tmrt,

I am anxious to try this, but it looks like I will need your help.
I tried to install the .debs on Ubuntu 10.04 and 10.10. In both cases, libplayer2 reported the error "Dependencies not satisfiable: libvlc5 (>=1.1.0)". Of course, xnpvrcli reported that libplayer2 was required.
I tried the precompiled binaries, but it seems to require some arguments to xnpvrcli (<host>:<baseport#>). What is the correct format for "host"? I have tried "smb://..." without any success.
Is any further configuration required on the NPVR host?
tmrt
Offline

Member

Posts: 188
Threads: 25
Joined: May 2007
#15
2011-01-07, 07:56 AM
toboR Wrote:tmrt,

I am anxious to try this, but it looks like I will need your help.
I tried to install the .debs on Ubuntu 10.04 and 10.10. In both cases, libplayer2 reported the error "Dependencies not satisfiable: libvlc5 (>=1.1.0)". Of course, xnpvrcli reported that libplayer2 was required.
I tried the precompiled binaries, but it seems to require some arguments to xnpvrcli (<host>:<baseport#>). What is the correct format for "host"? I have tried "smb://..." without any success.
Is any further configuration required on the NPVR host?

I have very basic knowledge about deb package management. "sudo apt-get -f install" should install the missing libvlc5.

<host> is just the ip address or name of the NPVR server. Port is optional. The first NPVR server runs on port 5906. If you have more servers set up you should use "-t #" switch, where # stands for the number of servers, so npvrclient will find the first available server.
fibreoptix
Offline

Junior Member

Posts: 16
Threads: 0
Joined: Aug 2008
#16
2011-01-07, 08:56 AM
For a first pass "Nice work" on a clean 10.10 Ubuntu install

A very handy tool for us linux users who use NPVR around the house on Windows Servers

i am sure a few bugs will rise to the surface but for a first pass "GREAT"

Many Thanks
ReggiePerrin
Offline

Member

Posts: 67
Threads: 6
Joined: Jul 2009
#17
2011-01-07, 11:53 AM
tmrt Wrote:I have very basic knowledge about deb package management. "sudo apt-get -f install" should install the missing libvlc5.

<host> is just the ip address or name of the NPVR server. Port is optional. The first NPVR server runs on port 5906. If you have more servers set up you should use "-t #" switch, where # stands for the number of servers, so npvrclient will find the first available server.

Hi

That's really good. I ran up a Ubuntu 10.10 VM and installed your binaries and a few other bits and pieces. I got the same symbolic link error as Dan the Man, but as it was only a symbolic* error I ignored it and ran the client anyway, and it worked.

You say above that the NPVR server is listening on 5906, on my server it's 5916.

cheers

*As I know nothing about Unix, I used the dictionary definition for the meaning of symbolic.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,943
Threads: 956
Joined: May 2006
#18
2011-01-07, 01:00 PM
The client should open the sockets on the port that that the UDP discovery protocol defines.

Martin
tmrt
Offline

Member

Posts: 188
Threads: 25
Joined: May 2007
#19
2011-01-07, 02:04 PM
ReggiePerrin Wrote:Hi

That's really good. I ran up a Ubuntu 10.10 VM and installed your binaries and a few other bits and pieces. I got the same symbolic link error as Dan the Man, but as it was only a symbolic* error I ignored it and ran the client anyway, and it worked.

You say above that the NPVR server is listening on 5906, on my server it's 5916.

cheers

*As I know nothing about Unix, I used the dictionary definition for the meaning of symbolic.

The base port is configurable in NPVR. See config.xml.
tmrt
Offline

Member

Posts: 188
Threads: 25
Joined: May 2007
#20
2011-01-07, 02:11 PM (This post was last modified: 2011-01-07, 02:22 PM by tmrt.)
mvallevand Wrote:The client should open the sockets on the port that that the UDP discovery protocol defines.

Martin

This is not implemented at the moment. I am not sure whether it is needed at all since unlike MVP/NMT one needs to configure a linux client anyway using a keyboard or remote login.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (5): « Previous 1 2 3 4 5 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Linux nextpvr-helper.deb installer mvallevand 31 47,444 2024-11-05, 04:15 PM
Last Post: mvallevand
  Linux, LibreElec and CoreElec mvallevand 1 2,121 2023-01-01, 01:29 PM
Last Post: mvallevand
  New NextPVR client for Raspberry Pi 2 and 3. fred250 40 24,966 2019-11-05, 10:28 PM
Last Post: bobphoenix
  BlueRetroVE+ skin for NPVR Jaggy 101 40,254 2018-01-10, 04:48 AM
Last Post: pitbull1969
  NextBlue skin for npvr Northpole 162 61,700 2015-12-16, 07:39 PM
Last Post: Northpole
  GuidePlus for NPVR carpeVideo 143 54,299 2015-07-12, 06:06 PM
Last Post: madas
  HD Logos for the NPVR WebRadio Plugin Lao Pan 3 3,367 2014-02-09, 01:32 PM
Last Post: Lao Pan
  Need beta testers for "NextPVR for Samsung" (client for samsung smart tvs/blurays) reven 61 27,292 2013-12-03, 10:21 AM
Last Post: martint123
  External tool: Transfer Season Record schedules from GBPVR to NPVR kendrak24 37 20,872 2013-04-11, 05:58 AM
Last Post: kendrak24
  xnpvrcli on XBMC 10.1 tmrt 8 4,961 2012-04-29, 11:49 AM
Last Post: dljones8053

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode