uvjustin
uvjustin
I noticed this was updated in #72626 to: - add: add given media item to end of the queue - next: play the given media item next, keep queue -...
I don't have my cameras or thermostat through ADC, so I won't be able to add any thing myself. Happy to look at any PRs that add this functionality. However,...
@davet2001 I'm not sure. I haven't noticed this and can't reproduce it. Are you able to reproduce it?
I did notice that the camera orientation seems to only be updated in `Camera._async_stream_endpoint_url`, so this may be the source of the issue. @Tom-Heitbrink It seems that currently the stream...
@davet2001 The current code only updates the orientation the next time the stream URL is accessed. This means that the orientation won't show up until the more info window is...
> > We also have the strategy from the stream component which holds on to the last ~decoded~ keyframe to use as the camera image, so trying to compare to...
> > Right. I agree. But this is something to be addressed when implementing the frontend support for it, though. Actually I'm not sure adding this makes sense. With stream's...
> Is it possible to fetch the image from stream's "previous keyframe"? `Stream.async_get_image` should give the last image if one exists, but that will only work if the `Stream` was...
PyAV releases < 10.0 do not support ffmpeg 5, so you're probably using the binary wheel and not linking against your ffmpeg 5.0.1 system ffmpeg. The binary distribution of PyAV...
Yes, hopefully that resolves this