Open zocker-160 opened 2 years ago
Can you just confirm you are running RPiOS bullseye? (I believe you are based on the kernel build number). Note: That there are actual debian images which are quite different and don't include this repo's version of vlc.
I installed the system using PI Imager, here is my os-release:
$ cat /etc/os-release
PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)"
NAME="Raspbian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"
VERSION_CODENAME=bullseye
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
VLC:
$ apt-cache policy vlc
vlc:
Installed: 3.0.17.4-0+deb11u1+rpi1+rpt3
Candidate: 3.0.17.4-0+deb11u1+rpi1+rpt3
Version table:
*** 3.0.17.4-0+deb11u1+rpi1+rpt3 900
900 http://archive.raspberrypi.org/debian bullseye/main armhf Packages
100 /var/lib/dpkg/status
3.0.17.4-0+deb11u1+rpi1 500
500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages
I hope someone can help me with this, because I am starting to get a bit desperate with this problem.
I am running an application for displaying a 2x2 or 3x3 grid displaying CCTV cameras which uses libvlc using
python-vlc
. When running on Pi 3 hardware and Debian 10, everything works, but since moved to Debian 11, I am struggling with major issues.VLC is initialized like this
Pi3 is connected to a 720p TV and I have allocated 256MB of memory to the GPU. Everything either freezes just after a few seconds with
sudo killall
being the only option to close it or I get a segmentation fault, here are my logs:no KMS, legacy
no KMS, legacy without
--no-xlib
KMS
Raspberry Pi 3B Kernel: Linux R1-PI 5.15.61-v7+ #1579 SMP Fri Aug 26 11:10:59 BST 2022 armv7l GNU/Linux Debian 11.5 python-vlc 3.0.16120 vlc 3.0.17.4-0+deb11u1+rpi1+rpt3
Any help would be highly appreciated!
EDIT: I want to add that at no point in time do I actually see any video playing, it is just black until freeze or crash. I can rule out a hardware defect, because it works fine on Debian 10 and also Pi 4B + Debian 11 works fine.