You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As specified in the README, the curllib version has to be strictly <7.66 because of this issue. Essentially an RTSP support feature was dropped in later versions, which means it can't be used to access cameras anymore if they run digest authentication.
@Ullaakut I've seen that this problem has been around for quite some time. I ask you a question: if the new versions of libcurl are not fully compatible, why not insert the compatible libcurl library into your project?
What do you mean? My project depends on an external libcurl version, and it's a go project. I don't want to add the thousands of lines of C code from the libcurl to my repository, or even an archive of the library, because then it also means I need to have it for every OS.
Since the repository is mainly used through Docker, I don't think it'd be worth the hassle. WDYT?
Debian 12 (x64) (kernel 6.1)
Curl lib: 7.88.1-10+deb12u1
Run command
go install github.com/Ullaakut/cameradar/v5/cmd/cameradar@lates
The text was updated successfully, but these errors were encountered: