The original post/user created an 'arm' docker image, so that's not going to run on x86_64 hardware. There are probably hundreds of alternative Docker images (for x86_64) available if you look on Docker Hub .. not that you need to use Docker because we already embed the OpenVPN binary in the OS and the only difference between client and server use is configuration. Create a server config and start it at boot and we have a server. Create a client config and start it at boot and we're a client. Create both client and server configs if you like .. all is possible.
Posts by chewitt
-
-
The AMLGX "box" image. There's no specific device tree for M8S Pro+ but it's an S905X device so experiment with the p212 device and/or other meson-gxl-s905x-* dtb files. Also read this: https://wiki.libreelec.tv/hardware/amlogic
-
The text in the WB image looks like torrent streaming and the log confirms you have banned add-ons installed. Good luck with your issue - there's no support for pirates in this forum.
-
mglae in case it's useful .. this is from past experiments:
ntfs-3g_ntfsprogs: partial package restore to include ntfsprogs tools · chewitt/LibreELEC.tv@ad39895Signed-off-by: Christian Hewitt <[email protected]>github.com -
Please provide a full debug log.How to post a log (wiki)1. Enable debugging in Settings>System Settings>Logging2. Restart Kodi3. Replicate the problem4. Generate a log URL (do not post/upload logs to the forum)
use "Settings > LibreELEC > System > Paste system logs" or run "pastekodi" over SSH, then post the URL link -
mglae we looked at ntfsfix before but concluded it wasn't the right approach. I don't recall an option to clear only the dirty-flag last time I looked at the tool though, so not sure if that's a recent addition or I just missed it.
-
From an LE/OpenVPN perspective there's no difference between x86_64 and arm/aarch64 images.
-
-
Code
2024-10-24 19:43:34.317 T:1734 debug <general>: [WHITELIST] whitelisted modes: 4096x2160 @ 60.000000 Hz 4096x2160 @ 24.000000 Hz 4096x2160 @ 23.976025 Hz 3840x2160 @ 60.000000 Hz 3840x2160 @ 24.000000 Hz 3840x2160 @ 23.976025 Hz 1920x1080 @ 60.000000 Hz 1920x1080 @ 24.000000 Hz 1920x1080 @ 23.976025 Hz^ Just don't expect 25fps material to play correctly with those defined. I suggest you go read the config recommendations.
-
Code
2024-10-24 19:41:31.786 T:1871 info <general>: ffmpeg[0x20ca0230]: Stream #0:0[0x1](und): Video: hevc (Main) (hev1 / 0x31766568), yuv420p(tv), 3840x2160 [SAR 1:1 DAR 16:9], 7392 kb/s, 25 fps, 25 tbr, 90k tbn (default) ... 2024-10-24 19:41:31.786 T:1871 debug <general>: [WHITELIST] Matched an exact resolution with double the refresh rate 4096x2160 @ 50.000000 Hz (20)You are forcing 3840x2160 to be scaled to 4096x2160 which is a CPU intensive task that will suck on most hardware. Please follow the config. recommendations in https://wiki.libreelec.tv/configuration/4k-hdr and with a full whitelist configured to omit the 4096 resolutions and with normal handling for 4K@25Hz, it'll probably work.
-
Kodi 21 has optimisations to GUI rendering that make things more efficient. Kodi 22 will have more again.The developer doing the work deliberately uses an Odroid C2 board as the baseline OpenGLES 2.0 device; not because it's Amlogic, but because it's a good example of an older device with limited capabilities.
-
How exactly do add the file?
Enable SSH and login to the device over the network and use "nano" to create/edit text configuration files. You cannot read the EXT4 filesystem used for /storage on a Windows machine.
-
-
Your device is ARMv8, but LE11 uses 64-bit kernel + 32-bit (arm) userspace while LE12 switched to 64-bit kernel + 64-bit (aarch64) userspace. Python3 add-ons like Netflix/Disney/Max are not affected, but most of these depend upon inputstream.adaptive which is a compiled binary add-on. This will need to updated to an aarch64 compatible version before it will work. The updates to binary add-ons should happen automatically once you've booted into LE12, but if not you can manually force-refresh the repo, or worst case uninstall them (keeping preferences) then clear /storage/.kodi/addons/packages, and reinstall them from the LE add-on repo.
-
popcornmix is there any way to force 1080p composite output using kernel DRM?
-
Any ideas?
You create a systemd "mount" file (used for mounting remote storage) not a "service" file, so looks like classic "PEBKAC"

-
Sorry for the time-wasting.
No worries. I'm glad it was good guess

-
This add-on might be of interest: https://github.com/matthane/script.audiooffsetmanager