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

Loading Spinner Doesn't Show Before Video, Shows After Video Finished #513

Closed
Miserlou opened this issue May 15, 2013 · 7 comments
Closed
Labels

Comments

@Miserlou
Copy link

Weird one!

Our videos shown with JS don't show the 'loading' spinner after the user clicks play, it just seems to hang until the video starts playing.. and when the video is finished, THEN the spinner pops up.

Any ideas?

ex:
https://openwatch.net/v/8/

Tested on FF, Chrome and Safari, Ubu1204 and OSX.

@heff
Copy link
Member

heff commented May 16, 2013

I just tested the page on Safari, Chrome, and Firefox on Mac without issue. Are you seeing any specific errors in the js console?

On May 15, 2013, at 7:22 PM, Rich Jones notifications@github.com wrote:

Weird one!

Our videos shown with JS don't show the 'loading' spinner after the user clicks play, it just seems to hang until the video starts playing.. and when the video is finished, THEN the spinner pops up.

Any ideas?

ex:
https://openwatch.net/v/8/

Tested on FF, Chrome and Safari, Ubu1204 and OSX.


Reply to this email directly or view it on GitHub.

@Miserlou
Copy link
Author

Still happens with video.js 4 using flash player on Firefox. Video spinner doesn't play while video is loading (which takes a long time), but displays after video has finished. https://openwatch.net/w/raw

@heff
Copy link
Member

heff commented Jun 10, 2013

Hmm. It does take a bit to load that video. And Flash doesn't give any notice that it's trying to load the video, that I know of.

On Jun 10, 2013, at 4:09 PM, Rich Jones notifications@github.com wrote:

Still happens with video.js 4 using flash player on Firefox. Video spinner doesn't play while video is loading (which takes a long time), but displays after video has finished. https://openwatch.net/w/raw


Reply to this email directly or view it on GitHub.

@madoke
Copy link

madoke commented Jun 25, 2013

quick and dirty fix:

videojs("myVideoPlayerId").on("ended",function() {
   videojs("myVideoPlayerId").loadingSpinner.hide();
});

@heff
Copy link
Member

heff commented Jun 27, 2013

Heh, nice. We definitely still need to figure out what's going on with flash there.

@mehmetyilmaz001
Copy link

is there any solution for this isue ? I have go the same problem. The spinner does not show before video load

@heff
Copy link
Member

heff commented Aug 14, 2013

I've split this out into the issues listed above, which are on the SWF repo specifically.

@heff heff closed this as completed Aug 14, 2013
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

4 participants