AirenSoft / OvenPlayer

OvenPlayer is JavaScript-based LLHLS and WebRTC Player for OvenMediaEngine.
https://airensoft.com/ome.html
MIT License
515 stars 126 forks source link

"focus&click" bug on Chrome #330

Closed gregfr closed 1 year ago

gregfr commented 1 year ago

Greetings I've noticed a curious bug on Chrome (mine is 108.0.5359.94). When the windows is unselected, and the user click the control bar, the control bar disappear and reappear, and the click is handled as if the control bar is hidden, therefore stopping the video. (BTW is it possible to disable that click-to-pause behavior)? It works ok on Firefox.

OvenPlayer 0.10.25

Regards

SangwonOh commented 1 year ago

@gregfr Sorry. I could not reproduce this issue (chrome v109). Is this still causing at latest browser?

gregfr commented 1 year ago

Thanks for your answer. Yes the issue is still in Chrome 110:

click (here it's a single click on the mute icon as the window is unfocused)

It works if the window is focused:

click2 (here it's a single click on the mute icon but the window is focused)

gregfr commented 1 year ago

After more testing, it seems it's another new bug in Chrome in Linux, I can't reproduce it in win10, so I guess it's not really a problem (except for me personally).