See https://forum.kodi.tv/showthread.php?tid=358578&page=2 .. You prob. need to run "mysql_upgrade" on the SQL host
Posts by chewitt
-
-
Is there a tutorial you recommend?
Nope. VPN and SSH achieve different things. VPN will give you access to the remote network. SSH will give you access to the remote host. If you only want to admin the remote system SSH is enough and 99% easier to setup than a VPN server. Both expose services to the Internet which creates a risk; but LE is generally using very recent versions of SSH binaries which mitigates the risk of known vulnerabilities. You need to use SSH key auth to expose logins securely else the login process will be targetted with dictionary attacks. Ensure you only expose SSH and not all ports (else SMB and Kodi services are exposed too).
There are a millions of "how to use SSH key authentication" guides .. read a few and you'll see the repetition/process.
-
-
The behaviour is all about EDID data and the properties exposed to Kodi. Kodi only reads this data once at startup, so if the projector is not on when Kodi starts, the AVR does not show this to Kodi and thus HDR10 is not availble. The normal way of dealing with that is to hardcode the EDID data with "getedid create" so the Pi board always believes the AVR/TV to be connected. The spanner in that plan is you have two HDMI outputs and they aren't equal. Perhaps hardcode the Projector EDID and avoid playing HDR media on the TV (which you probably don't do).
-
_emanuel_ what happens with "reboot -f" ??
-
Software decode will drive up the CPU usage and increase temps so get a decent passive cooling case (flirc case is highly recommended). The RPi4 SoC is designed to run much hotter than you're seeing .. it's not some fragile thing that must run at 40ºC.
-
Do you really need a VPN? .. Or would SSH key-only auth be sufficient? (which is a one-click toggle in the GUI once you've deployed keys). You can change the sshd_config to move the exposed port to something non-standard; doesn't improve security but does reduce the number of bots that will find the port and attempt to exploit it.
-
VP9 .webm isn't the easiest thing to play.
There is no hardware decode support for VP9 on the RPi4 (only H264/HEVC) so it would be software decoded. I'd expect 1080p media to be okay but no ARM board will handle 4K in software.
-
Perhaps try connecting to another HDMI port on the TV?
-
Enable SSH and use PuTTY (Windows) or the native SSH clients on Linux/macOS to connect
-
1. No idea, it should just work. Latest LE11 nightlies have fixes for some situations where blank screens might be seen. Again, I suggest you try the latest nightly on a clean SD card with no attempts to pre-fix problems.
2. RPi websites should have authoritative documentation. The main point of the switch to the Linux kernel DRM framework is that most of the old config.txt hacks available in the older downstream vendor kernel should not be needed now. Users assume reduced documentation on config.txt means something is missing, but that's not correct. You can capture the EDID data from HDMI and force detection of the TV; run 'getedid create' with a working HDMI connection.
3. Nope. Never seen it reported (never seen it myself). You can force output modes (as previously hinted) but you cannot force colourspace.
Current Kodi skins are 1080p resolution so either Kodi or the TV has to do upscaling to 4K and generally keeping Kodi on 1080p and allowing the TV to do the upscale results in lower load on the RPi (so faster RPi) and equivalent or better results on-screen as the TV has dedicating scaling hardware. So far that that guidance seem to be true for the majority but I guess the results are ultimately subjective.
-
-
You need to update the paths in the sqlite database file to match the new path.
https://gist.github.com/magnetikonline…ca948595ed3f137 has some hints; the sqlite3 binary is in the OS already.
-
Once it appears in the repo (within the next 24h prob.) and once their repo cache expires (usually within 24h) it will see/download/update the add-on to the new version.
-
Most hdmi_ settings in config.txt will be ignored after LE9.2 as we use the kernel DRM framework, e.g. "video=HDMI-A-1:1920x1080M@60" can be added to boot params in cmdline.txt (not config.txt) to force 1080p output for GUI. You should also be using the HDMI-0 port (nearest the power connector) not the HDMI-1 port. I'll also comment there is very little real-world need for 4K60 since practically all 4K content is 4K24 or 4K23.976 format, and you do not want to run the GUI at 4K unless you want a slow GUI - use 1080p and whitelist/adjust-refresh to switch to 4K modes when needed.
I'd suggest starting over with a clean SD card with no extra config applied and the latest LE11 nightly.
-
Add "video=HDMI-A-1:1920x1080M@60" to the APPEND line (boot params) in syslinux.cfg and it should force 1080p on HDMI-A-1. If the box has more than one output (DP/HDMI/etc.) you might need to adjust the connector name.
-
TV at 1080p 60hz
Does the TV have 23.976/24/50/59.94 modes? .. what happens if you enable "adjust refresh" with whitelist entries for those modes and support for rate doubling (to handle deinterlaced content)?
I'm asking because I only see the pink line with a shitty 10" LCD that I use for testing sometimes which only has 1080p 50/60Hz modes. If using the normal house TV with more modes and adjust-refresh I don't see the line. It would be nice to confirm it's only present with 60Hz.
-
Pick a different HDMI cable. Pick a different HDMI port?
You already proved the issue is not the NUC or LE by connecting the monitor so next call is Samsung support.