ZoneMinder / zoneminder

ZoneMinder is a free, open source Closed-circuit television software application developed for Linux which supports IP, USB and Analog cameras.
http://www.zoneminder.com/
GNU General Public License v2.0
4.89k stars 1.2k forks source link

Fix: Autoplay for MP4 (event.php) #4007

Closed IgorA100 closed 4 weeks ago

IgorA100 commented 1 month ago

Now there are no problems with autoplay. Probably you still need to update the player #4006 or you don’t need to install “autoplay” & “muted” in “data-setup”

The error in the browser console has been resolved: "Uncaught (in promise) DOMException: play() failed because the user didn't interact with the document first."

connortechnology commented 1 month ago

Doesn't this mean it will always start up muted? That's not behaviour that I want.

IgorA100 commented 1 month ago

Yes this is bad. I didn't pay attention to this because... I still haven’t been able to properly broadcast sound from the cameras :(