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

Buffer animation circle in video player never disappears on Chrome #5927

Closed
ROBERT-MCDOWELL opened this issue Aug 7, 2023 · 9 comments
Closed
Labels
Status: Waiting for answer Waiting issue author answer

Comments

@ROBERT-MCDOWELL
Copy link
Contributor

ROBERT-MCDOWELL commented Aug 7, 2023

Describe the current behavior

this new issue is on chrome 115.0.5790.171 only, does not appear on firefox nor edge.

whatever I play, scrub, forward or rewind, the wait cicle never disappear. no javascript errors.
on the stats nerd, the buffer progress reaches a max of 1.6%, maybe is it the issue?

@ROBERT-MCDOWELL ROBERT-MCDOWELL changed the title Wait animation circle in video player persists.. Buffer animation circle in video player never disappear on Chrome Aug 9, 2023
@ROBERT-MCDOWELL ROBERT-MCDOWELL changed the title Buffer animation circle in video player never disappear on Chrome Buffer animation circle in video player never disappears on Chrome Aug 9, 2023
@Chocobozzz
Copy link
Owner

Can you try with chrome 116?

@Chocobozzz Chocobozzz added the Status: Waiting for answer Waiting issue author answer label Aug 18, 2023
@ROBERT-MCDOWELL
Copy link
Contributor Author

@Chocobozzz
with v116 sometimes it disappears, sometimes not.... :-\

@Chocobozzz
Copy link
Owner

Please provide web browser logs

@ROBERT-MCDOWELL
Copy link
Contributor Author

nothing special in logs...
txt.log

@wiwikuan
Copy link

wiwikuan commented Aug 25, 2023

I can confirm this issue with the buffer spinner when using Brave browser version 1.57.53 (Chromium: 116.0.5845.114). While the video plays correctly, the buffer spinner remains on screen and doesn't disappear. I noticed this problem today, likely after an automatic update from Brave. Notably, this issue does not occur when I use Firefox.

As a temporary solution, I've implemented the following workaround in my custom CSS settings:

.vjs-loading-spinner {
    display: none !important;
}

I'm running PeerTube 4.1.1 by the way.

@ROBERT-MCDOWELL
Copy link
Contributor Author

@wiwikuan thanks to share your CSS

@kontrollanten
Copy link
Contributor

We've the same issue in 5.1.0.

@Chocobozzz
Copy link
Owner

Hi,

Thanks for the issue.

Should be fixed by e23b95a

@Chocobozzz
Copy link
Owner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Waiting for answer Waiting issue author answer
Projects
None yet
Development

No branches or pull requests

4 participants