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

Add authentication support for Companion cameras #527

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

berlund
Copy link

@berlund berlund commented Nov 13, 2024

Companion cameras require the Axis-Orig-Sw=true query string parameter in the rtsp url. Otherwise they respond with a 403.

I do not have the possibility with another camera model, so it's unclear if this affects other cameras. In that case AxisDevice might need some parameter to control this or the info could be derived from Vapix.

Companion cameras require the `Axis-Orig-Sw=true` query string parameter in the rtsp url. Otherwise they respond with a 403.

I do not have the possibility with another camera model, so it's unclear if this affects other cameras. In that case AxisDevice might need some parameter to control this or the info could be derived from Vapix.
@Kane610
Copy link
Owner

Kane610 commented Nov 13, 2024

Hello. This is not a good solution. It should be explicit if its a companion camera or ordinary camera. Some sort of instructions to different paths is needed from a central point

@berlund
Copy link
Author

berlund commented Nov 13, 2024 via email

@Kane610
Copy link
Owner

Kane610 commented Nov 13, 2024

Adding it to the config object would be the correct path. And it should default to false

@berlund
Copy link
Author

berlund commented Nov 15, 2024

Updated config.

@Kane610
Copy link
Owner

Kane610 commented Dec 2, 2024

Hello! I should be able to start review this on wednesday

@Kane610
Copy link
Owner

Kane610 commented Dec 4, 2024

Your fixing this only for RTSP, can you fix it for vapix as well?

@berlund
Copy link
Author

berlund commented Dec 12, 2024

I can fix this, given I find some time these days.

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.

2 participants