Web server addon not Docker

  • Web server addon not Docker

    Hello everyone. I am currently building a small VOD server, for no more than 50 streaming clients, which also has an on-screen player. My device is an AML Meson 8b with 1gram running Android4.4 with old nginx included by the manufacturer (which is not able to read an index.html, only by absolute url haha).

    I only need to run an nginx, lighttpd or apache server, since all content is static.

    The docker option is not possible, the kernel is 3.10.

    Python SimpleHTTPServer only delivers one request at a time, that is, if I have a client watching a movie, until the download finishes, it doesn't deliver anything to anyone.

    Actually, an Alexelec compilation works very well for me, since it takes all the available ram and the 4 cores of the processor, unlike the libreelec distros that only take 2 cores and 796 of ram. Although I would compile my own distribution if I manage to run all the necessary functions.

    The problem is that I need a web server, and I was hoping to make it run on libreelec as a host. The next option is an arm linux, but it's not that attractive. I hope you can help me. Thank you all

  • There is no support for piracy infested forks in this forum and you aren't using LE on any devices. So i'll point out that a lighthttpd package is already in the buildsystem as a Kodi dependency, but beyond that you're on your own.