Skip to content

Incorrect route detected (// instead of /1) on Hipcams #369

Description

@vende11s

Description

I've noticed that many Hipcam devices that expose RTSP streams without any credentials typically use the route /1

When running Cameradar on these devices, it correctly detects the port and credentials (none in this case), but the discovered route ends up being // instead of /1. As a result, Cameradar reports a valid connection, but there’s actually nothing accessible at the // route

Steps to Reproduce

  1. Scan a Hipcam device that uses the /1 route for RTSP (no credentials)
  2. Observe that Cameradar identifies the correct port and authentication
  3. Check the reported route - it appears as // instead of /1

Expected Behavior

Cameradar should detect and report the correct route /1 instead of //.

Additional Context

  • The /1 route is present in default dictionary
  • Might be an issue for more devices, but I've seen it happen only for Hipcams

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions