popcornmix
popcornmix
We use `avcodec_align_dimensions2` to create the geometry of the frames ffmpeg decodes into (from a get_buffer2 callback). That is the buffer that has the `aligned_height+2` requirement and what is fed...
I've just updated a 64-bit RpiOS bullseye and I can't reproduce this issue. What I've tried. Boot to desktop. I've ssh-ed in and run ```export DISPLAY=:0``` ```xset dpms force off```...
>VLC,preferences, advanced, video - "disable screensaver" is ticked for me. Same here >For some reason (and maybe I'm making it up) I thought the same disable screen saving was a...
When booting with fkms, post output of `vcdbg log msg` Also post output of ``` tvservice -s tvservice -m CEA tvservice -m DMT tvservice -d edid.dat base64 edid.dat ```
> funny, it only correctly boots through fkms only if the time before I've tried booting using kms (of course only getting the no signal screen), if I'll reboot from...
> pi@raspberrypi:~ $ sudo vcdbg log msc > vcdbg log - unrecognized command: 'msc' This should be `sudo vcdbg log msg` (as you ran before). > I was thinking to...
Note: you can still use the legacy alsa driver with vc4-fkms-v3d (and vc4-kms-v3d). That is how LibreELEC is configured on Pi4.
@vanfanel this is in latest rpi-update kernel. Can you test? I think you want: ``` dtoverlay=vc4-kms-v3d,audio=off ```
The motivation was to allow https://github.com/popcornmix/xbmc/commit/6cb726e60b188de67514a9995cc46b28268c744b
widevine only supports 32-bit arm. widevine works on RPiOS 32 chromium by default. On 64-bit RPiOS you can install 32-bit chromium and widevine and it will work. See [this blog...