Giter Site home page Giter Site logo

Comments (10)

nguyentrungduc1 avatar nguyentrungduc1 commented on July 19, 2024 1

Thank you so much @Ullaakut

from cameradar.

nguyentrungduc1 avatar nguyentrungduc1 commented on July 19, 2024

Help me @Ullaakut

from cameradar.

Ullaakut avatar Ullaakut commented on July 19, 2024

Hi @nguyentrungduc1. I'm not sure why, but it's looking like Cameradar is attempting to access not one URL but two:

  > DESCRIBE rtsp://192.168.1.7:554// RTSP/1.0 > 2
  > Stream rtsp://:@192.168.1.7:554// uses digest authentication method

This one works fine.

  > Perform failed for "rtsp://38:AF:29:DA:71:81:554/" (auth 0): curl: URL using bad/illegal format or missing URL

That one does not.

I assume this is due to the network configuration of your machine, that attempts to reach the camera using both IPv4 and IPv6. Regardless, the IPv4 attempt seems to have worked, and Cameradar simply failed because the default credentials from its dictionaries do not match with the camera.

from cameradar.

nguyentrungduc1 avatar nguyentrungduc1 commented on July 19, 2024

Thank you @Ullaakut . I think the problem is that when you say http://myuser:myp@[email protected]/file, it sees the username as myuser, the password as myp, and the host as [email protected] which is obviously wrong.

from cameradar.

nguyentrungduc1 avatar nguyentrungduc1 commented on July 19, 2024
  • I'm only interested in this rtsp stream

Perform failed for "rtsp://admin:9phuong@[email protected]:554//" (auth 2): curl: Couldn't resolve host name

  • stream rtsp with unnecessary MAC address!

from cameradar.

Ullaakut avatar Ullaakut commented on July 19, 2024

Ah indeed, that is the problem. Cameradar currently does not support passwords and users with @ or : characters in them unfortunately. I'm not sure if it would be possible to fix, since it uses CURL which relies on the full URL.

from cameradar.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.