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

Camera live view in notification does not work properly #3364

Open
glenmich opened this issue Jan 28, 2025 · 0 comments
Open

Camera live view in notification does not work properly #3364

glenmich opened this issue Jan 28, 2025 · 0 comments

Comments

@glenmich
Copy link

iOS device model, version and app version
Iphone 16 pro, latest software versions

Home Assistant Core Version
latest

Describe the bug
I am trying to get a notification with live view (when long pressed) from my camera (reolink doorbell) in HA when someone walks by the camera.

The notification works fine combined with an automatic snapshot as a preview.

When I long press the notification, it tries to play the live stream.
But it only loads a still image. When I press pause/play again, the image refreshes.

Workaround every time I want to watch the live stream:
I can even change the playback speed to 0.5 and then the video keeps streaming the live feed (at 0.5x speed).

This tells me that everything is configured correctly, but there seems to be a bug somewhere.

Expected behavior
The live feed will stream normally without the need to adjust the playback speed.

Code of notification
action: notify.mobile_app_iphone_XXX
data:
title: Entrace Door
message: Person detected
data:
entity_id: camera.kamera_eingangstur_sub
push:
interruption-level: active
category: camera

If no fix: is there an alternative solution I could try?
like adding a one second delay somehow?
or is there a way to automatically slow down the playback speed? (I did not find this in the documentation)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant