Marc Altmann

Results 45 comments of Marc Altmann

When using dynamically linked FFmpeg, you have to make sure that you provide all necessary dependencies (.so files etc) to the container and that the system correctly finds and loads...

@hfbauman22 > Any tips on which flags I need to pass to the ./configure to statically link? Some Internet searching gives me really complicated suggestions, which I suspect are overkill....

@a2nt I guess you are interested in hardware acceleration for Rockchip socs? The hardware acceleration presets from this go2rtc version work only with the older FFmpeg fork from hbiyik. Frigate...

> as far as post processing goes, it could make sense to have a util.py in detectors that handles this I agree. I will try to implement post-processing for all...

yes, you are right. It seems impossible to create a symlink in or a bind mount to /proc. This means I will have to find another solution. Thank you for...

I finally found out how to access the device-tree within the container. It works with this command: `docker run -it --security-opt systempaths=unconfined --security-opt apparmor=unconfined debian bash` I guess disabling apparmor...

Thank you for looking into this! Just two more comments to keep in mind: - From what I understand it is not possible to bind mount `/sys/firmware/devicetree/base` into the container...

@agners Sorry for pinging! Wanted to ask, if there was any progress here? I think this issue could be resolved by adding an option to pass the command line options...

Hey, unfortunately no news from my side. I would happily work on a HA add-on for frigate-rockchip, once there is a way to do it.

Hey, thank you! I follow the kernel upstream process very closely and want to support mainstream in Frigate. We need full NPU support (this is just the kernel driver, userspace...