Posts by popcornmix
-
-
-
> Are there any bad ramifications to leaving it set to 128?
gpu_mem is unavailable for other uses, so when you are not playing 5.1 profile h264, it is wasted.
But it's unlikely to be noticeable (especially if you have 2GB or more RAM) in general.
-
Got sample and I can confirm it doesn't play.
I think I see the problem:
Format profile : [email protected]
Format settings : CABAC / 15 Ref Frames
The Pi only officially support profile 4.1 (BluRay).
This has far more reference frames than that supports (or is sensible to use).
Try adding gpu_mem=128 to /flash/config.txt and try again.
That allows enough memory for the high number of reference frames.
-
Should I attach the 30 second file here, or send it somewhere?
(I don't want to violate any rules, etc)Posting a 30 second sample file that demonstrates an issue is okay by rules here.
Google drive or dropbox and good examples of where to upload it (although there are many alternatives).
Post link (or DM it to me) and I check if it fail for me (and if it should play and doesn't I can get the right person to investigate).
-
Kind of "fixed" it by reducing the resolution (from something above 3000x) to 1920x1080.
Prehaps related to "upscaling"?
Check advice from here: https://wiki.libreelec.tv/configuration/4k-hdr#hdr
Using 1080p60 for GUI with 4k modes enabled is whitelist is recommended configuration. (You will get 4k resolution for video).
Running the GUI iat 4k is pointless (the skin texures are 1080p) and just makes kodi laggier.
-
No support for pirate add-ons.
If you have a file that fails to play, and can provide a sample (e.g. 1 minute cut) that shows the issue it can be investigated.
-
The easy solution is to use different SSID for 2.4GHz and 5GHz, and then connect to the 5GHz one.
On RPiOS I forced 5GHz by specifying the mac address of the 5GHz interface of router (with bssid=<mac addr>) in wpa_supplicant.conf
But my LE Pi is wired so I've not investigated how that handles wifi config.
-
> hi, in recordings they do not appear as green artifacts. anyway I will try to get a sample - more thinking where to share it.
google drive and dropbox are good options for sharing sample files (but there are many other options).
-
The low resolution suggests we can't read the edid (the tv's capabilities)
If you can get it to work once, then I'd suggest using getedid create to capture it to a file.
-
-
Do you see the artifacts in recordings? If so, can you provide a short sample file that shows the issue?
-
Your problem is probably that the TV is not forwarding certain buttons to the pi.
You can confirm this by enabling debug logging and checking which buttons produce a message,
or using the keymap editor.
If the buttons aren't forwarded at all that's down to the TV.
There may be hidden menus or button presses that can enable extra buttons (e.g. here).
-
I don't think it's possible without using another audio interface (e.g. hdmi, I2S, usb).
-
If your TV supports 4kp60 then the best setup is to add "hdmi_enable_4kp60=1" to config.txt.
Set the resolution to 1920x1080@60 in settings/system/video, and enable the whitelist for any resolution/refresh rate combinations you care about (probably 1080p23/1080p24/1080p50/1080p59/1080p60/4kp23/4kp24/4kp50/4kp59/4kp60).
You will then have a fluid gui at 1080p60, and kodi will switch to 4k when required (i.e. video is 4k).
-
Does this only occur with timeshift, and not when watching live tv or recordings?
Do you believe issue is not present with Matrix builds?
If not, any idea when it appeared in nightlies?
-
I'd guess you are not returning the video frames to v4l2, so they are just consuming all of (cma) memory.
-
One reason for USB devices getting reinitialised is insufficient power supply. If you have a powered USB hub, try connecting to it through that.