-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
Switch back to av 13.1.0 #129699
Switch back to av 13.1.0 #129699
Conversation
Hey there @davet2001, mind taking a look at this pull request as it has been labeled with an integration ( Code owner commandsCode owners of
|
Hey there @hunterjm, @uvjustin, @allenporter, mind taking a look at this pull request as it has been labeled with an integration ( Code owner commandsCode owners of
|
I updated my primary production with this. Nothing obvious broke with cameras |
Updated secondary production as well. All good |
Awesome, thanks for testing! Will leave this open a while longer to give others the opportunity to test as well. I explicitly did the unrelated changes first so if something unexpected should break during the beta next month, it should be as simple as reverting just this PR. |
Got this on another system. |
nevermind, testing error, forgot to uninstall |
All good once I uninstalled |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @cdce8p 👍
../Frenck
Proposed change
https://pyav.basswood-io.com/docs/stable/development/changelog.html?highlight=changelog#v13-1-0
Wheels are up on: https://wheels.home-assistant.io/musllinux/
As best as I can tell we switched from
av
toha-av
when the development upstream stalled. The diff suggests that the missing feature wasbitstream filters
PyAV-Org/PyAV@main...uvjustin:PyAV:main. Since then upstream development has resumed and support for bitstream filters was added in12.1.0
.Important
Although all CI tests pass, it would be great if this change could be tested on a production instance before merging.
Type of change
Additional information
Checklist
ruff format homeassistant tests
)If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
Updated and included derived files by running:
python3 -m script.hassfest
.requirements_all.txt
.Updated by running
python3 -m script.gen_requirements_all
.To help with the load of incoming pull requests: