NextPVR Forums
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Other Clients NLite v
1 2 Next »
nLite for ARM Linux (Armbian)

 
  • 0 Vote(s) - 0 Average
nLite for ARM Linux (Armbian)
Reddwarf
Offline

Posting Freak

Posts: 6,606
Threads: 225
Joined: Mar 2007
#1
2018-09-25, 05:48 PM
I'm looking for source code for nLite that will compile (and run LoL) on ARM Linux (Armbian). If successful nLite can be run on cheap tv-boxes from China, like M8S, Beelink, MXQ Pro etc.
Can someone point me to the source download link?

"I'd rather have a bottle in front of me than a frontal lobotomy"
sub
Online

Administrator

NextPVR HQ, New Zealand
Posts: 96,688
Threads: 674
Joined: Nov 2003
#2
2018-09-25, 06:58 PM
The most recent code is here:
https://github.com/emveepee/NLite-for-NextPVR

Martin should be able to help you out if you have any issues compiling it.
Reddwarf
Offline

Posting Freak

Posts: 6,606
Threads: 225
Joined: Mar 2007
#3
2018-09-25, 07:24 PM
sub Wrote:The most recent code is here:
https://github.com/emveepee/NLite-for-NextPVR

Martin should be able to help you out if you have any issues compiling it.

Thanks, there is a couple of warnings during compilation. Running it it produces just a transparent window. Logs attached.

"I'd rather have a bottle in front of me than a frontal lobotomy"
sub
Online

Administrator

NextPVR HQ, New Zealand
Posts: 96,688
Threads: 674
Joined: Nov 2003
#4
2018-09-25, 07:32 PM
If you paste this into your web browser, do you see a screenshot of the UI?

http://192.168.1.5:8866/control?quality=...a68185dad1
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 36,348
Threads: 722
Joined: May 2006
#5
2018-09-25, 08:10 PM
Since you are getting a sid the connections is working. You might need to send the web.log. The first quality call usually returns an error because the serve isn't ready but in this case it never establishes a session. I expect lots of exceptions in web.log.

Martin
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 36,348
Threads: 722
Joined: May 2006
#6
2018-09-25, 08:18 PM
sub Wrote:The most recent code is here:
https://github.com/emveepee/NLite-for-NextPVR

Martin should be able to help you out if you have any issues compiling it.

Before running this I suggest you run the VLC that you have on your boxes Armbian. That will tell you how video playback will work for you.

To get the source you can get the zip from the link sub provided or even easier directly clone it to your box

git clone https://github.com/emveepee/NLite-for-NextPVR.git

Martin
Reddwarf
Offline

Posting Freak

Posts: 6,606
Threads: 225
Joined: Mar 2007
#7
2018-09-25, 08:19 PM
sub Wrote:If you paste this into your web browser, do you see a screenshot of the UI?

http://192.168.1.5:8866/control?quality=...a68185dad1

I'll test and report back. It doesen't seem to be possible to specify server so it just picks one random, is that so?

"I'd rather have a bottle in front of me than a frontal lobotomy"
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 36,348
Threads: 722
Joined: May 2006
#8
2018-09-25, 08:24 PM
Reddwarf Wrote:I'll test and report back. It doesen't seem to be possible to specify server so it just picks one random, is that so?

Perhaps read some older posts first

https://forums.nextpvr.com/showthread.ph...post509321

Martin
Reddwarf
Offline

Posting Freak

Posts: 6,606
Threads: 225
Joined: Mar 2007
#9
2018-09-25, 08:42 PM
sub Wrote:If you paste this into your web browser, do you see a screenshot of the UI?

http://192.168.1.5:8866/control?quality=...a68185dad1

Nope, just loading...

"I'd rather have a bottle in front of me than a frontal lobotomy"
Reddwarf
Offline

Posting Freak

Posts: 6,606
Threads: 225
Joined: Mar 2007
#10
2018-09-25, 08:46 PM
mvallevand Wrote:Perhaps read some older posts first

https://forums.nextpvr.com/showthread.ph...post509321

Martin

Thanks for reminding me but it does not work. It still just picks a random server.
Code:
karstein@aml:~/NLite-for-NextPVR-master/nlite$ ./nlite -server 192.168.1.12:88Checking configuration
About to connect to server
curl_easy_perform(http://192.168.1.5:8866/services/service?method=session.initiate&ver=1.0&device=sdl)
HTTP status: 0
curl_easy_perform(http://192.168.1.5:8866/services/service?method=session.initiate&ver=1.0&device=sdl) failed: Timeout was reached
curl_easy_perform(http://192.168.1.5:8866/services/service?method=session.login&sid=&md5=F452048B5B5B8BEF0B6460E0A37787D3)
HTTP status: 0
curl_easy_perform(http://192.168.1.5:8866/services/service?method=session.login&sid=&md5=F452048B5B5B8BEF0B6460E0A37787D3) failed: Timeout was reached
Found server, but login failed
About to get hostname
About to initialize SDL
About to create window

====info name 0: opengl =====
====max_texture_height 0 =====
====max_texture_width 0 =====

====info name 1: opengles2 =====
====max_texture_height 1 =====
====max_texture_width 1 =====

====info name 2: software =====
====max_texture_height 2 =====
====max_texture_width 2 =====

Requesting renderer: -1
VLC_PLUGIN_PATH=(null)
curl_easy_perform(http://192.168.1.5:8866/control?quality=high&client=sdl-aml&key=31&sid=)
HTTP status: 0
curl_easy_perform(http://192.168.1.5:8866/control?quality=high&client=sdl-aml&key=31&sid=) failed: Timeout was reached
curl_easy_perform(http://192.168.1.5:8866/control?client=sdl-aml&media=stop&sid=)
HTTP status: 0
curl_easy_perform(http://192.168.1.5:8866/control?client=sdl-aml&media=stop&sid=) failed: Timeout was reached
curl_easy_perform(http://192.168.1.5:8866/control?quality=high&client=sdl-aml&key=31&sid=)
HTTP status: 0
curl_easy_perform(http://192.168.1.5:8866/control?quality=high&client=sdl-aml&key=31&sid=) failed: Timeout was reached
curl_easy_perform(http://192.168.1.5:8866/control?quality=high&client=sdl-aml&key=31&sid=)
HTTP status: 0
curl_easy_perform(http://192.168.1.5:8866/control?quality=high&client=sdl-aml&key=31&sid=) failed: Timeout was reached
INFO: Window 2 got unknown event 1
INFO: Window 2 got unknown event 2
INFO: Window 2 got unknown event 1
INFO: Window 2 moved to 320,180
INFO: Window 2 exposed
INFO: Window 2 got unknown event 10
INFO: Window 2 got unknown event 12
INFO: Window 2 got unknown event 11
INFO: Window 2 got unknown event 13
curl_easy_perform(http://192.168.1.5:8866/activity?client=sdl-aml&updates=1&sid=)
HTTP status: 0
curl_easy_perform(http://192.168.1.5:8866/activity?client=sdl-aml&updates=1&sid=) failed: Timeout was reached
curl_easy_perform(http://192.168.1.5:8866/activity?client=sdl-aml&updates=1&sid=)
HTTP status: 0
curl_easy_perform(http://192.168.1.5:8866/activity?client=sdl-aml&updates=1&sid=) failed: Timeout was reached
curl_easy_perform(http://192.168.1.5:8866/activity?client=sdl-aml&updates=1&sid=)
^CHTTP status: 0
curl_easy_perform(http://192.168.1.5:8866/activity?client=sdl-aml&updates=1&sid=) failed: Timeout was reached
karstein@aml:~/NLite-for-NextPVR-master/nlite$

"I'd rather have a bottle in front of me than a frontal lobotomy"
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): 1 2 3 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Nlite Build Brucek2839 2 91 2021-01-09, 11:56 AM
Last Post: Brucek2839
  Nlite not on server hdpvr-doug8796 1 2,484 2019-10-16, 05:41 PM
Last Post: mvallevand
  Is Nlite for Linux Alive? crackulator 1 1,828 2019-09-12, 07:18 AM
Last Post: sub
  Delete Nlite in windows Brucek2839 1 2,061 2019-08-02, 08:36 PM
Last Post: mvallevand
  NLite - Won't run at all joshskey 8 2,017 2019-08-02, 03:20 PM
Last Post: mvallevand
  Is NLite source for windows available somewhere? drmargarit 6 1,785 2019-08-01, 09:12 PM
Last Post: mvallevand
  NLite for Mac sub 16 7,635 2018-09-15, 07:24 PM
Last Post: mikeh49
  NLite windows build sub 110 32,030 2018-08-10, 09:20 PM
Last Post: cdogg
  NLite wishlist lost@c 1 1,890 2018-05-06, 08:27 AM
Last Post: martint123
  Possible to view/watch with Nlite when traveling? mattman1968 13 4,532 2018-04-21, 01:00 AM
Last Post: mattman1968

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

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

Linear Mode
Threaded Mode