FQDNs are not supported, you MUST use an IP address.
Posts by chewitt
-
-
See https://forum.kodi.tv/showthread.php…5119#pid3085119 .. perhaps scroll back a little in the thread.
-
You will need to reflash the module from a Windows PC connected via USB cable (and some drivers, which need to be insalled). There are instructions for flashing core modules on the Raspberry Pi Foundation website (old links on the FiveNinjas GitHub site are dead now). The website instructions will not mention Slice, but they apply to any CM/CM3 device.
-
Add "textmode" to kernel boot params in cmdline.txt and attach a USB keyboard. LE will boot to a console instead of Kodi so you can see the output on-screen and save logs to a USB drive or experiment with connmanctl to connect to networks. Use 'iw' to change regulatory domain if that's important. Once you've either got it working or obtained logs so we can investigate what the issue is .. share info.
Jocke.Sve LE has never used wpa_supplicant.conf files and there are no plans to add support (we plan to drop wpa_supplicant and switch to IWD at some point in the near or mid-term future).
-
Can we run Kodi 19 on the amlogic S912 boxes with any of the LE nightly build
Nightly images use Kodi Nexus (20) not Matrix (19). The images are not perfect but quite usable on S912 hardware as long as your media needs are not too exotic.
-
-
Connect an Ethernet cable for setup/investigation. NB: LE does not support/use wpa_supplicant.conf files.
-
Go look at the systemd .mount file samples in /storage/.config/system.d .. these are sequenced correctly during startup to mount things after the network comes up and before Kodi (and TVH add-ons) are started.
-
All I can say is .. it's not a software problem. It's about cables and physical connectivity.
-
If the box is running Kodi Helix (15.2) I suspect you have a Slice (CM1) device not Slice (CM3) as the CM3 board was launched some time after we forked LE from OE (the original SliceOS was based on OpenELEC) and it's around the time 5Ninjas ceased trading. The simple way to check is the RAM size. If it's 512MB it's CM1, and 1GB it's CM3.
Either way, the original SliceOS was installed via NOOBS, and if you have a working install you should be able to cross-grade from SliceOS to LE after placing the .tar file in /storage/.update, but I would stop Kodi first (systemctl stop kodi) and rename /storage/.kodi to /storage/.kodi-old to move existing data out of the way as it's a large version jump and it's worth spring cleaning at the same time.
-
-
The concept of "pass-through" doesn't exist for video.
-
All the kernel + ffmpeg + kodi patches LE is using are either in the LE repo or the sources URL is clearly listed in package.mk files. In theory there is nothing to stop you replicating the LE experience elsewhere; although note that most Desktop distros are running Kodi via Xorg or Wayland which will create some limiations.
I'm not aware of any "download all the LE stuff for <distro>" tools, but our sources are all in our repo so feel free to write one
-
Is there something I need to do to enable your build(s) to play dolby vision files ? Is there any support ?
You can write code for the Linux media framework and FFMpeg to support Dolby Vision!
In other words, right now there is no support.
-
-
[provider_wireguard]
Type = WireGuard
Name = WireGuard VPN Tunnel <= make this OpenWRT (or WireGuard or anything one-word)
Host = <OpenWRT ddns ip>
WireGuard.Address = <my Client internal IP>/32 <= make this /24
WireGuard.PrivateKey = <client generated Private KEY> <= use the client private key generated by OpenWRT
WireGuard.PublicKey = <OpenWRT Server Public KEY>
WireGuard.DNS = 8.8.8.8, 1.1.1.1
WireGuard.AllowedIPs = 0.0.0.0/0
WireGuard.EndpointPort = WG Server Listening port
WireGuard.PersistentKeepalive = 25
^ OpenWRT prob. generated a set of keys to use on the client end, as that's what's imported when you scan the QR code on a mobile device to import keys and config. So use those instead of generating your own.
-
LE 9.2.8 is the most recent image https://releases.libreelec.tv/LibreELEC-Slice3.arm-9.2.8.img.gz .. there are no LE10 images for RPi3 based hardware at the current time and there are no plans for further Slice images (not enough users to warrant the effort) but some work will be done to ensure the RPi2 image has the needed device-tree bits for it to be convertable for Slice3. NB: Slice3 has the same capablities as an RPi3 so there is no 4K support at all.
-
Just use a current LE11 nightly. The rate of change on Kodi is quite slow and the images are stable.