Results 7 comments of Michael J. Hammel

We build for an embedded platform and our gcc 9 build does not generate libbacktrace. So I got it from the above link and built it as a shared lib....

Follow up: I changed our build so libbacktrace could be built statically and linked by libleak, but still no stack traces are being shown. I also wrote a little leaking...

I managed to get it working on x86_64 without the suggested compile options. I have not re-tested on A8 because the issue that requested it was resolved before I could...

This is old but still a problem. Here is a patch for it. [arduino-base64-pgmspace.patch.txt](https://github.com/adamvr/arduino-base64/files/2224653/arduino-base64-pgmspace.patch.txt)

5.10.17 has mainlined the kernel drivers so I don't think you need the kernel script anymore. I built - libva - libva-utils - libva-request-api - ffmpeg - libva-v4l2-request But decoding...

I've fixed some bugs in my test script that now show vainfo correctly. The updated script is [vputests.sh](https://www.graphics-muse.org/archives/source/vputest.sh), as in this example. |---------------------------------------------------- ++++ /dev/video0: |---------------------------------------------------- LIBVA_DRIVER_NAME=v4l2_request vainfo --display drm...

Just a followup: I was able to ingest and decode 4 RTSP H.264 1080p streams @ 30fps with minimal CPU overhead. The trick was to use the drm interface and...