Sam Gleske
Sam Gleske
Edit: after some testing all of my comments don't make sense and I better understand what you're getting at. In my case the bridged networking is enough but I can...
I just tested with a /32 successfully in my build but [mine is heavily modified](https://github.com/samrocketman/addons-homeassistant/blob/910342795f194c178787a35e351a9b21f9979fc5/wireguard-ui/Dockerfile#L36-L41). In my case, 10.0.0.2/32 and 10.0.0.0/24 mix together fine. In my case, I was able...
I tried reversing the values and it still works fine in my build. 
Here's an example `/etc/fstab` entry you can test with (failing) mediamtx ```fstab tmpfs /dev/shm tmpfs defaults,noexec,nodev,nosuid,seclabel,size=64M 0 0 ``` You can `mount -o remount /dev/shm` without rebooting.
@aler9 I can harden the filesystem and provide an alternate location for the camera. I wasn't requesting advice on securing my system or asking you to not use /dev/shm. I...
Here's where it is hard coded. It's not a bad idea to use /dev/shm but ideally I should be able to customize it without having to recompile. https://github.com/bluenviron/mediamtx/blob/1dfb5ba4b939521f033fffb2d304c53598b26ad4/internal/staticsources/rpicamera/component.go#L21
FYI for someone who has a similar issue with this not planned feature request I’ve switched to https://github.com/harlanc/xiu I appreciate the work done by those working on mediamtx; I switched...
> summing up: since your RPI Camera-related patch didn't get merged, you are now advertising an alternative solution which doesn't natively support the RPI Camera at all. Ok. thanks for...
I'm able to add multiple subnets. I started packaging this project for home assistant. Can you elaborate how the existing server configuration of multiple subnets doesn't work for you?
After short discussion with @vitalchip in discord I plan to implement his suggested fix. I will open a PR and preserve @vitalchip authorship when I do.