Andrew King
Andrew King
Not sure about those, they are happening in the gstreamer part of the code so its always hard tto diagnose. I quick google of that suggests too many open file...
Yeah just logged in. I am not seeing those gstreamer errors outside of docker so perhaps its the limit on fds
When I get the time I'd like to track down which command the camera is responding to with 400.
Hopefully @si458 has addressed this in his PR. If I recall some cameras respond with 400 right after login until they finish some internal setup. The retry was meant to...
Probably late here but I'll address what I can. The UID is only needed on UDP connections not TCP over port 9000. When connecting to a NVR you point neolink...
@federicotravaini i know I'm quite late (work is busy atm) but you can specify which stream with the `stream = "main"` in the `[[cameras]]` section of the config. The default...
Could you put `debug = true` into the `[[cameras]]` section of your toml. It will report any xml the camera does send.
Thanks I wanted to see what the last message was to track down what was the likely 400 message. Are you using `--use-stream` here? Some camera just do not support...
At this point. Best thing would be a wireshark dump so I can confirm what packets are responding with an error code 400. From the log with the `--use-stream` it...
Could you run this build https://github.com/QuantumEntangledAndy/neolink/actions/runs/8865101366 with debug prints enabled (set `RUST_LOG=debug`) it will give more details. Please ensure you do set `RUST_LOG=debug` and send the logs here. It should...