Perry Naseck
Perry Naseck
I could definitely see the former solution (only asking for presence when devices arrive) working with the following scenarios, though neither are particularly accessible to all users/devices: - Use an...
It seems that you need to change the stream method option _before_ adding the stream. This is good because it lets you mix and match stream types, but a default...
Thanks for the fast response! Axis P1346. Firmware v5.51.7.6.
Currently using https://github.com/aler9/mediamtx with the `readTimeout` setting set to `60s` allows me to re-stream the RTSP into RTSPtoWeb.
@deepch any ideas?
Maybe some sort of segmented downloading or saving a file to the disk every 4 mb and then combine them at the end. Another solution **which I strongly prefer** would...
There is a similar issue at the other browscap repo: [issue 20](https://github.com/browscap/browscap-php/issues/20).
Hi, I am also seeing poor performance with colliders. In my case I do have many many colliders at a time, but when I scale down I do not see...
Another thing I found: If I spawn a bunch of colliders, check some collisions, and remove layer filters until the only remaining filters are ones without any collider memberships, then...
Another idea (from Rapier): there should be an option to skip computing contact points (just collisions) for some colliders (i.e. sensors). It would also be a nice optimization to skip...