Is the Nx Cloud up? Visit our Status Page for the current health and performance of the Nx Cloud.

Status Page

camera management via TLS

Answered

Comments

1 comment

  • Official comment
    Sergey Yuldashev
    • Network Optix team

    Hello Jake,

    According to current implementation, the "Add camera" dialog expects the following as input:

    • Camera IP address - in this case it will be added with one of the supported camera proprietary drivers if possible
    • HTTP(S)/RTSP/UDP generic stream url - in this case stream will be added directly. Server will show the feed only if it exists in the endpoint.

    So server just can't properly process the string when you try to add something like:

    https://<camera_ip>

    Server tries to find specifically mjpeg stream there and never gets the response.

     

    On the other hand, for some cameras which support that, https data exchange will work even if you specify only ip address in the search bar. So far as to my knowledge, only few vendors were able to maintain data exchange properly.

    But if there's gonna be more, we'll of course add https support for them as well and it will be pretty smoothly and transparent for the end user.

Please sign in to leave a comment.