Samhawk
Samhawk
Hello, right now i have a setup where i use rpos from Breeze. Unfortunatly i run into the same problem as @danieltwagner. My v4l2rtspServer is working well on Buster, the...
Hello, My workaround now is mentioned here: https://forums.raspberrypi.com/viewtopic.php?t=323390&sid=9327da4837fe5a986060d9e3c64c46c1 It is just some simple config setup, which will end up in rebooting the old v4l2driver. The Solution was to edit /boot/config.txt,...
you can change this line: if (visibility !== 'all') { query.andWhere('owner_user_id', user_id); } to: if (visibility && visibility !== 'all') { query.andWhere('owner_user_id', user_id); } inject it with a volume mapping...