Stefan de Kraker
Stefan de Kraker
Do we already have a fix for this problem? Or is @ardera suggested workaround the best we have? Facing the same problem here. ```bash ** (flutter-pi:850): WARNING **: 09:46:52.917: v4l2h264dec0:...
@doug-ecofixa Hmm oke, strange.. I also tried replacing the controller after each video without any luck. i build the assets with `flutterpi_tool build --cpu=pi4` (when i define the --arch=arm64 it...
@ardera I have a Raspad 3 which is a Raspberry Pi 4 Model B Rev 1.4 ```bash $ neofetch OS: Raspbian GNU/Linux 12 (bookworm) aarch64 Host: Raspberry Pi 4 Model...
I was able to get the video to run with `flutterpi_gstreamer_video_player: ^0.1.1+1` But warnings shows and after a while it crashes: ```bash modesetting.c: Could not set DRM client universal planes...
@ardera After running the same code with `flutterpi` build in debug mode this is the trace. It played the video maybe 2/3 time before failing. ``` pi@raspberrypi:~ $ flutter-pi flutter/video/...
update: X11 does not have these problems `FLUTTER_ELINUX_CUSTOM_RUN_ARGS="-r 90 -f" flutter-elinux run -d elinux-x11` fills both of my 2 screens and I'm able to scale the window to any size.
@abdelaziz-mahdy I have tried to follow the code provided, but I was unable to get it to work. The error I get: `liblocale_fix.so: cannot open shared object file: No such...
So it should work, but where do i need to add the files and build the `liblocale_fix.so` because it is unable to find it.
I hade the same problem, running some `xattr` commands will fix this: `xattr -dr com.apple.quarantine libopenblt_jni.dylib` `xattr -dr com.apple.quarantine libopenblt.dylib`