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
#1
2011-01-04, 01:06 PM
With some help from Martin Vallevand I am developing a linux/unix client for NPVR. I wanted it for a thin ION/atom based client. It is almost in (I would say) an alpha stage and I post it here to see whether it is any interest to develop it further and to maybe get some testers.

Current prealpha version provides the basic functionality beeing also able to play music and video with some features still missing. It has only been tested on Ubuntu 9.10 based XBMC live installation so I do not know how it will behave on other distributions.

For playback it uses mplayer, so anything mplayer plays well on your system should play well with xnpvrcli. (On my ION only SD material plays OK with mplayer while I still have problems with HD, especially when interlaced.)

It is unfortunately not possible to seek the media files with the stock mplayer due to NPVR http server bug. I can provide a workaround patch for mplayer to resolve this issue temporarily. I hope however that sub will soon fix NPVR to enable seeking with the stock mplayer.

Sources (prealpha stage) can be found from http://xnpvrcli.git.sourceforge.net/git/...-index.cgi. Only experienced linux users will be able to compile it, mainly due to lack of any detailed documentation. (Any help with documentation would be appreciated.)
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,626
Threads: 767
Joined: Nov 2003
#2
2011-01-04, 03:59 PM
Sounds great. I didnt know you were that far along. I'll be interested to hear how people get on.
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#3
2011-01-05, 01:14 AM
any chance of getting a precompiled one?
screenshots?
interested, but no way i could compile it..
i have some ubuntu based mini dists that play media well, and would make for a nice complete solution if can get it working..
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
tmrt
Offline

Member

Posts: 188
Threads: 25
Joined: May 2007
#4
2011-01-05, 08:55 AM (This post was last modified: 2011-01-05, 09:04 AM by tmrt.)
pBS Wrote:any chance of getting a precompiled one?
screenshots?
interested, but no way i could compile it..
i have some ubuntu based mini dists that play media well, and would make for a nice complete solution if can get it working..

It looks like NPVR on MVP or windows.

Here are the precompiled binaries. I do not know how compatible are across different linux distributions. Extract xnpvrcli to /usr/local/bin and libplayer files in /usr/local/lib and run sudo ldconfig. You can check if some libs are still missing by "ldd /usr/local/bin/xnpvrcli" and "ldd /usr/local/lib/libplayer.so" and install them the standard ubuntu way.

P.S. Adding cache=8192 to mplayer configuration file significantly improved playback quality of HD material on my ION/atom platform.
kram_0
Offline

Member

Posts: 57
Threads: 4
Joined: Apr 2006
#5
2011-01-05, 11:44 AM
That's fantastic tmrt!
I have a couple of rather low-end machines running (k)ubuntu 10.04 and Fedora 13 so I'll see if I can organise some testing. I was going to test out Ubuntu 10.10 in the next week as well.
martint123
Offline

Posting Freak

UK, East Yorkshire
Posts: 4,658
Threads: 208
Joined: Nov 2005
#6
2011-01-05, 12:44 PM
Well done!
By coincidence I should be taking delivery any day now of an end-of-line Asus atom/ion and look forward to trying this out - initially in a VM under the supplied W7 o/s.
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 52,766
Threads: 954
Joined: May 2006
#7
2011-01-05, 01:00 PM
Yesterday when I read this I was a little ticked because in saying "some" help you have overlooked many hours of work that I spend with the GBPVR users reverse engineering "emulation mode" in the first place, however this is an important initiative and I will still be glad to help.

I would offer these suggestions to make this a success.

- This should be considered an alternative to the NMT's not MVP's it will be fully HD capable.

- It should be considered a quality client (ION's with VDPAU will be fine) and not a way to use old junk computers.

- Don't distribute generic binaries. Let users know which XBMC Live CD you are using and they can get it and run the same binary

- When it is finalized, work out the source so that it runs on many distro's using in typical linux. Most users will be able to compile with these steps.

./configure
make
make install

Gook Luck,

Martin
toboR
Offline

Member

Posts: 158
Threads: 12
Joined: Aug 2006
#8
2011-01-05, 03:01 PM
I'll give it a try. I had been slowly moving to XBMC for playback, but I would prefer to keep using a total NPVR system, if possible. I work with several different distributions, all Debian-based, so I'll report back with my experiences.

(...but you have got to get a catchier name Wink )

tobor
Dan the man
Offline

Member

Posts: 52
Threads: 11
Joined: Jul 2005
#9
2011-01-05, 04:18 PM
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?
AMD Phenom II X6 1055T, 8GB RAM, Windows 10 Pro
M8S S812 Android TV Box running latest versions of SPMC & Kodi
Zotac Mag - client
wired Gigabit Ethernet throughout house
tmrt
Offline

Member

Posts: 188
Threads: 25
Joined: May 2007
#10
2011-01-05, 04:24 PM
mvallevand Wrote:Yesterday when I read this I was a little ticked because in saying "some" help you have overlooked many hours of work that I spend with the GBPVR users reverse engineering "emulation mode" in the first place, however this is an important initiative and I will still be glad to help.Martin

Sorry, "some" help was not ment this way. Actually, without emulation mode and your input I would be nowhere at the moment.

Quote:- This should be considered an alternative to the NMT's not MVP's it will be fully HD capable.

I agree.

Quote:- It should be considered a quality client (ION's with VDPAU will be fine) and not a way to use old junk computers.

Old junk computers would not play HD content at all and usually they are noisy.
For HD content even ION with VDPAU is a bit on the lower edge when it comes to deinterlacing. This is my experience with asus AT3IONT and do not know whether it depends on variety of the motherboard and version of mplayer.

Quote:- Don't distribute generic binaries. Let users know which XBMC Live CD you are using and they can get it and run the same binary

- When it is finalized, work out the source so that it runs on many distro's using in typical linux. Most users will be able to compile with these steps.

./configure
make
make install
Gook Luck,

Martin

I am trying to avoid thisBig Grin. At the moment ./configure, make, make install work if all necessary development libraries are installed. Getting all the libraries might be a bit tricky for an average user.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

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


Possibly Related Threads…
Thread Author Replies Views Last Post
  Linux nextpvr-helper.deb installer mvallevand 31 46,189 2024-11-05, 04:15 PM
Last Post: mvallevand
  Linux, LibreElec and CoreElec mvallevand 1 1,995 2023-01-01, 01:29 PM
Last Post: mvallevand
  New NextPVR client for Raspberry Pi 2 and 3. fred250 40 24,497 2019-11-05, 10:28 PM
Last Post: bobphoenix
  BlueRetroVE+ skin for NPVR Jaggy 101 39,470 2018-01-10, 04:48 AM
Last Post: pitbull1969
  NextBlue skin for npvr Northpole 162 60,829 2015-12-16, 07:39 PM
Last Post: Northpole
  GuidePlus for NPVR carpeVideo 143 53,532 2015-07-12, 06:06 PM
Last Post: madas
  HD Logos for the NPVR WebRadio Plugin Lao Pan 3 3,294 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 26,883 2013-12-03, 10:21 AM
Last Post: martint123
  External tool: Transfer Season Record schedules from GBPVR to NPVR kendrak24 37 20,477 2013-04-11, 05:58 AM
Last Post: kendrak24
  xnpvrcli on XBMC 10.1 tmrt 8 4,867 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