Jeff Geerling
Jeff Geerling
Interesting; I'd be willing to merge this - though could you add a comment above the task in main.yml referencing this issue (since it's a slight bit odd!), and it...
Thanks! I will try to get this added soon... need to take a pass at updating the book soon.
A few quick reviews, as I spent time installing and testing these mods over the past few weeks: ## Panda Touch  The UI is pleasing, but the fact it...
I found this thread: https://github.com/AlexxIT/go2rtc/issues/881 — it recommends using: ``` streams: picam_h264: exec:rpicam-vid -t 0 --inline --libav-format h264 -o - picam_mjpeg: exec:rpicam-vid -t 0 --codec mjpeg --libav-format mpegts -o -...
If I try opening the MJPEG stream (`http://10.0.2.204:1984/api/stream.mjpeg?src=picam_mjpeg`) directly from VLC, I get: ``` 18:41:06.303 ERR [api.mjpeg] add consumer error="streams: exec/pipe: %!w()\n[0:01:09.318561982] [940] \x1b[1;32m INFO \x1b[1;37mCamera \x1b[1;34mcamera_manager.cpp:284 \x1b[0mlibcamera v0.2.0+120-eb00c13d\n[0:01:09.328919040] [945]...
Testing on a fresh Pi OS 12 install with [picamera2-WebUI-Lite](https://github.com/monkeymademe/picamera2-WebUI-Lite) instead: ``` # Install dependencies. sudo apt install -y git python3-pip sudo apt install -y python3-picamera2 --no-install-recommends # Make Python...
> Lite is missing H.264 codec for libcamera. Ah... do you know what package installs it?
Thanks! Please see https://github.com/geerlingguy/ansible-for-devops/issues/541 and follow that for progress :)
Indeed, I wrote on this earlier this year, [Newer versions of Ansible don't work with RHEL 8](https://www.jeffgeerling.com/blog/2024/newer-versions-ansible-dont-work-rhel-8)... some of the examples will also need tweaking to work with `rockylinux9` too...
Thanks, got it in 5.2.1!