-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
base: master
Are you sure you want to change the base?
Conversation
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.
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 |
Hi!
Could we do it when creating an AxisDevice, e.g. isCompanion=True ?
/ Lars
… On 13 Nov 2024, at 18:42, Robert Svensson ***@***.***> wrote:
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
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Adding it to the config object would be the correct path. And it should default to false |
Updated config. |
Hello! I should be able to start review this on wednesday |
Your fixing this only for RTSP, can you fix it for vapix as well? |
I can fix this, given I find some time these days. |
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.