Unable to make connection to Argus 3 Pro #336
-
I saw in other posts that users were able to connect to these cameras using neolink 18.04. Since that version is no longer available I've been trying 20.04 but getting the following errors: ./neolink rtsp -c config.toml
./neolink pir backyard off -c config.toml Config looks like this: Not seeing anything in extended debug: Flat network without internal firewalls, can ping the cameras from the neolink box. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
Neolink's version is only up to 0.4 in this fork. I presume you mean gstreamer? Anyways |
Beta Was this translation helpful? Give feedback.
-
Finally got a chance to test, if I remove these three iptable rules I can successfully connect: -A INPUT -j REJECT --reject-with icmp-port-unreachable I used VLC to point to the neolink host (port 8554/camera_name) and the camera stream came right up. Next step, go back and figure out how to set up the integration in HA. Thanks again for all of your help! EDIT: Added generic camera integration and picture entity cards and have all three cameras on my HA dashboard! Realizing too late that neolink on an old pi will not decode very well, time to move to a beefier box. |
Beta Was this translation helpful? Give feedback.
Neolink's version is only up to 0.4 in this fork. I presume you mean gstreamer? Anyways
Operation not permitted (os error 1)
means that you do not have permission to open up a port on your machine. Is this a linux box/docker? Given the error I think this is happening during the attempt to do a UID discovery and negotiation. Can you setexport RUST_LOG=debug
which should give more information about the discovery process.