home-assistant / home-assistant.io

:blue_book: Home Assistant User documentation
https://www.home-assistant.io
Other
4.77k stars 7.19k forks source link

Support for Axis Companion cameras #34588

Open electrocamuk opened 1 week ago

electrocamuk commented 1 week ago

Feedback

I've a bunch of Companion cameras, and you can get RTSP streams out of them in almost the same way, but for some reason you need an extra URL parameter, "Axis-Orig-Sw=true". Quite annoying and unsure why Axis did this, URL Tested working with VLC. Example:- Debug logs shows HA is requesting:- rtsp://:@192.168.10.80/axis-media/media.amp?videocodec=h264&streamprofile=ha&camera=1 I need HA to request:- rtsp://:@192.168.10.80/axis-media/media.amp?videocodec=h264&streamprofile=ha&camera=1&Axis-Orig-Sw=true Perhaps we could have a tick-box for "Axis Companion camera support" that would append that parameter onto the RTSP request URL. Many thanks!

URL

https://www.home-assistant.io/integrations/axis/

Version

2024.9.0

Additional information

No response

home-assistant[bot] commented 1 week ago

Hey there @kane610, mind taking a look at this feedback as it has been labeled with an integration (axis) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `axis` can trigger bot actions by commenting: - `@home-assistant close` Closes the feedback. - `@home-assistant rename Awesome new title` Renames the feedback. - `@home-assistant reopen` Reopen the feedback. - `@home-assistant unassign axis` Removes the current integration label and assignees on the feedback, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information) to the feedback. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information) on the feedback.