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

After closing popup with camera stream - sound does not stop #795

Open
4 tasks done
nsleigh opened this issue Jan 22, 2025 · 3 comments
Open
4 tasks done

After closing popup with camera stream - sound does not stop #795

nsleigh opened this issue Jan 22, 2025 · 3 comments

Comments

@nsleigh
Copy link

nsleigh commented Jan 22, 2025

My Home Assistant version: 2025.1.3

What I am doing:
Calling the service more_info to display a camera stream and then close_popup the popup closes but the audio stream just keeps playing until the browser is refreshed. The browser is running on a Fire Tablet HD 10, if I do the same on a Windows browser (Chrome) the audio stops.

This issues seems to have been reported before 476 but there wasn't a solution.

What I expected to happen:
The audio should stop when the popup closes.

# The least amount of code or steps possible to reproduce my error
action: browser_mod.sequence
data:
  sequence:
    - service: browser_mod.more_info
      data:
        entity: camera.drive_high_resolution_channel
        ignore_popup_card: false
        large: false
    - service: browser_mod.delay
      data:
        time: 10000 #Number in miliseconds
    - service: browser_mod.close_popup
  browser_id: firetablet
# Put your code/steps here

By replacing the space in the checkboxes ([ ]) with an X below, I indicate that I:

  • Understand that this is a channel for reporting bugs, not a support forum (https://community.home-assistant.io/).

  • Have made sure I am using the latest version of the plugin.

  • Have followed the troubleshooting steps of the "Common Problems" section of https://github.com/thomasloven/hass-config/wiki/Lovelace-Plugins.

  • Understand that leaving one or more boxes unticked or failure to follow the template above may increase the time required to handle my bug-report, or cause it to be closed without further action.

@tsaouste
Copy link

Hi,

I also have the same exact problem with Fully Kiosk Browser on my tablet and the same automation yaml. Mod Browser v2.3.3 and HA 2025.2.3

@nsleigh
Copy link
Author

nsleigh commented Feb 15, 2025

I wonder if it is an interaction with fully kiosk as it was ok on my desktop. Might try without kiosk when I get time.

@tsaouste
Copy link

I tried earlier at the same tablet with Firefox. The same problem again...

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

No branches or pull requests

2 participants