home-assistant / android

:iphone: Home Assistant Companion for Android
https://companion.home-assistant.io/
Apache License 2.0
2.3k stars 636 forks source link

Can't play video content in an iframe from android compagnon app #3722

Closed nmoreau33 closed 1 year ago

nmoreau33 commented 1 year ago

Home Assistant Android app version(s):2023.7.5-full

Android version(s):12

Device model(s):Fairphone 4

Home Assistant version:2023.7.3

Last working Home Assistant release (if known):

Description of problem, include YAML if issue is related to notifications: I'm using a connected video doorphone from reolink. It supports the onvif profile T protocol, which enables me to have an audio backchannel in the rstp stream. This rstp stream is entered in go2rtc. Next, I create a local go.html page in my www folder containing the following:

Then, in lovelace, I call up the page in question via :

type: iframe url: https://sub.mydomain.org:8123/local/go.html aspect_ratio: 50% title: Doorbell

As my domain is published through a nginx reverse proxy, the microphone is switched on by default in my browser. This works correctly from a PC via different browsers. This worked in June on my Android cell phone via the companion app, but has since stopped working without the configuration having been changed.

Companion App Logs:

Screenshot or video of problem:

Additional information:

dshokouhi commented 1 year ago

Does this work in chrome for Android on the same device?

nmoreau33 commented 1 year ago

No, it doesn't.

dshokouhi commented 1 year ago

This sounds like a frontend issue, the app won't be able to fix it. Have you looked at open frontend issues?

nmoreau33 commented 1 year ago

I just checked. It seems that there is no open frontend issues about this issue.

dshokouhi commented 1 year ago

As long as you are not using a custom card you should open an issue there

https://github.com/home-assistant/frontend/issues/new?assignees=&labels=bug&projects=&template=bug_report.yml

Closing as we cannot fix this here