Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Onvif auth #456

Merged
merged 21 commits into from
Dec 10, 2024
Merged

Onvif auth #456

merged 21 commits into from
Dec 10, 2024

Conversation

joaoantoniocardoso
Copy link
Collaborator

@joaoantoniocardoso joaoantoniocardoso commented Nov 28, 2024

image

To be done next:

  • Add UI
  • Store credentials in the settings

@joaoantoniocardoso joaoantoniocardoso force-pushed the onvif-auth branch 2 times, most recently from 0eeebc3 to 47e5553 Compare November 28, 2024 21:33
@joaoantoniocardoso joaoantoniocardoso marked this pull request as ready for review November 28, 2024 21:34
@joaoantoniocardoso joaoantoniocardoso force-pushed the onvif-auth branch 4 times, most recently from e0796db to 40d7a76 Compare November 28, 2024 21:43
@@ -283,7 +283,7 @@ impl Manager {

let stream_information = streams_information
.iter()
.find(|&stream_information| &stream_information.stream_uri.to_string() == stream_uri)
.find(|&stream_information| stream_information.stream_uri.to_string() == *stream_uri)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe that the commit title does not represent the code change

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! I removed the commit since it wasn't necessary.

@joaoantoniocardoso joaoantoniocardoso merged commit 3f940bd into mavlink:master Dec 10, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement Onvif Authentication Remove Onvif sources not seen for a while
2 participants