Posts by sergio.damian.galvan

    Hi all. I'm currently testing LE11 on amr7 rk3228, I'm trying to combine HDMI and Pulseaudio audio outputs at the same time. The idea is to have Pulseaudio on the lan network, while playing on HDMI. I'm trying to create a combined sink while Kodi is set to Pulseaudio as Default, but it didn't work. I also tried default HDMI in Kodi, but I couldn't read it from Pulse. Has anyone tried this? Can I achieve this by creating a .conf in /storage/.config/pulse-daemon.conf.d ? I also haven't been able to get my default.pa file in /storage/.config/pulse to be read. I can't find any options anymore since kodi is hogging the outputs. SNAPCAST is not a viable option, the latency is unpleasant. I appreciate your help.

    Hi guys, excuse my english. I leave you some optimizations and my Remote Control configuration. My device is industrial, for that reason I added some python scripts to the gps. You'll see that I loaded the remote in autostart, since it became impossible for it to read rc_maps.cfg

    autostart.sh

    /storage/.config/rc_keymaps/my_remote

    Hi all,

    a new build of libreelec 12 available with:

    - added RTL8189ES wifi driver (thanks Lochnair for testing)
    - various fixes and improvements
    - finished porting from libreelec 11
    - reintroduced wpa_supplicant as wifi manager (iwd has problems with bad drivers that I have to use)
    - updated to latest libreelec source

    Cheers
    Michele

    Thanks for this release. I was using version 11. When I updated with the .tar file I can no longer choose Skins. The menu is also not available in the repository.

    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