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

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

Posting Freak

Posts: 6,629
Threads: 230
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
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 108,494
Threads: 784
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,629
Threads: 230
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
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 108,494
Threads: 784
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
Offline

Posting Freak

Ontario Canada
Posts: 56,698
Threads: 996
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
Offline

Posting Freak

Ontario Canada
Posts: 56,698
Threads: 996
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,629
Threads: 230
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
Offline

Posting Freak

Ontario Canada
Posts: 56,698
Threads: 996
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,629
Threads: 230
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,629
Threads: 230
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 for Linux hmc 3 1,983 2025-07-22, 01:49 PM
Last Post: fla
  NLite access to directory shares Bobins 8 3,058 2024-10-21, 04:52 PM
Last Post: mvallevand
  Nlite freezes on channel exit Brucek2839 13 6,107 2023-09-11, 11:52 PM
Last Post: Brucek2839
  nlite installation mvallevand 12 5,898 2023-08-12, 06:02 PM
Last Post: sub
  change Nlite startup Brucek2839 17 7,006 2023-07-03, 08:02 PM
Last Post: sub
  Nlite on LibreElec? jcjefferies 3 3,096 2023-03-15, 02:16 PM
Last Post: mvallevand
  NLite SkiaSharp issue artmetz 2 3,113 2023-02-23, 04:26 PM
Last Post: artmetz
  Nlite will not resume Brucek2839 1 2,592 2023-01-23, 04:25 AM
Last Post: Brucek2839
  NLite Hand on Exit Brucek2839 1 2,387 2023-01-17, 03:16 AM
Last Post: mvallevand
  Nlite server setting Brucek2839 2 3,185 2022-09-27, 06:59 PM
Last Post: mvallevand

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

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

Linear Mode
Threaded Mode